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 a message here if you find anything wrong in ScriptFTP.
***** PUTFILE Error #17550: Cannot rename the uploaded file from xxxxxxxxxxxx_2010-06-29.txt.part to xxxxxxxxxxxxx_2010-06-29.txt.
***** The server said: rename: No such file or directory.
Any ideas? Why is it trying to upload a .part file, can I stop this from happening?


Update:
I figured out what it was, if your getting this error add this to the beginning of your script
Code: Select allSETUPLOADMODE(DIRECT)
:)