a week ago
I am implementing a BR that pulls a file from FTP. The file is encrypted so I need to decrypt it using a third party library. In order to decrypt it, I need to pass in a physical path to the PGP key provided. I uploaded the key to the Public folder share for now but cannot seem to find a way to get the actual physical file. Does anyone know if uploading a file to the share folder results in an actual file being created on the server or is it just stored as a BLOB in the database?
Solved! Go to Solution.
a week ago
Actually I got it. I was uploading the file to the application DB folder vs. the File Share folder. I was able to get everything to work.
a week ago
Actually I got it. I was uploading the file to the application DB folder vs. the File Share folder. I was able to get everything to work.