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.
GETFILESIZE(REMOTE,"Test.txt")
······ GETFILESIZE Error #0
I'm guessing this is a result of SFTP not using FTP SIZE commands? Is there a solution that can be used?
Try with "test.txt" instead of "Test.txt". Some SFTP servers (mostly Linux or Unix based) are case sensitive. Test.txt and test.txt are different files.