ftp automation

ScriptFTP

The professional tool to automate FTP, SFTP, FTPS and schedule FTP batch jobs

The forum is now read only. Please, go to the the main ScriptFTP website if you need help.
Post here if you experience file transfer problems or unexpected errors.
I am running a script to upload file to a ftp site and I received this error message:
***** Putfile error # 17550: Cannot upload local file test.csv.
***** The server said: Cannot STOR. No permission.
However, if I connect manually to the ftp site using internet explorer and then copy and paste the test.csv file, it works with no error of permission denied.

Any idea about this error? Thanks.

norman
Hello Norman,

That is very strange. It seems from the message that ScriptFTP received from the FTP server that your user does not have enough permissions to upload a file.

Please, add VERBOSE(ON) to the top of your script file and post here the script output. Remember to remove approximately the first 10 lines of the output as they contain the login, password and server information.