whaleyl
6 years agoNew Contributor III
File Writer FTP write-only access error?
We have a use case where we need to send a file to an FTP site that restricts users from reading from, or navigating directories. We’re only allowed access to put files on the server at the directory specified.
When I attempt to deposit a file generated in SnapLogic to the directory using a File Writer snap, I get the following error:
After talking with our partner who hosts the FTP site, we came to the conclusion that the File Writer snap might be trying to read the directory first (or firing some other unknown command) which results in the 426.
Is there any way to simply ‘put’ a file to an FTP directory using the File Writer snap, and bypass reading the directory first (or using any other command)?