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.
Need help writing a script? Have any question about ScriptFTP?
i am trying to make a transfer. i have this error : putfile Error #17550 cannot rename the uploaded file from test.xls.part to test.xls

i need help please.
Hello Beatrice,

Try putting this in the top of your script file:
Code: Select allSETUPLOADMODE(DIRECT)
ScriptFTP uploads files with a different name and once the file is completely uploaded it renames the file back to its original filename. This prevents file corruption in the case the transfer is interrupted. The drawback is that some users get errors like yours. Some FTP server does not support or allow file renaming, this is the most common cause.

Setting the upload mode to direct makes ScriptFTP to upload files with their original filename.

further info and help here:

http://www.scriptftp.com/reference.php?go=topic193

But if you still experience problems feel free to post here.