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'm getting this error alot. My script repeats and the next pass through it doens't hit the error at the same spot, but then further down it does.
Code: Select all***** SYNC Error #3: Cannot change current remote directory to www. ***** The connection with the FTP server was lost. ***** The last response from the server was: Directory successfully changed.
I have SETMODEZ("ON") set. Other than that, just default options on version 3.2 Build Jan 12, 2009
mmmm, really strange. It seems that the connection was suddenly closed by the server without any message. Then ScriptFTP shows the last message from the server thinking it is the reason why it closed the connection.

Could you put VERBOSE(ON) on the top of the script and show us the result?