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.
can not see where this might be having an issue, the connection works fine through multiple ftp programs. receive the following error:
LOCALCHDIR("C:\zz-work\")
Changing current local directory to C:\zz-work\

GETFILE("bellevuecollection/public_html/Parking.php")
***** GETFILE Error #17550: Cannot change current remote directory to bellevuecollection/public_html/.
***** The server said: Failed to change directory.
Hi Brian,

Try adding a "/" at the beginning of the GETFILE:

GETFILE("/bellevuecollection/public_html/Parking.php")