Page 1 of 1

it.sauronsoftware.ftp4j.FTPException

Posted: December 6th, 2018, 5:21 am
by Bhupender11
Dear Cspro Users,
When we do syncronization via FTP it shows "it.sauronsoftware.ftp4j.FTPException: The system cannot find the file specified".
What does it mean?

Re: it.sauronsoftware.ftp4j.FTPException

Posted: December 6th, 2018, 7:50 am
by josh
You can ignore the it.sauronsoftware.ftp4j.FTPException part of the message. That is the library we use for FTP. The important part of the message is The system cannot find the file specified. This means that the filename and/or directory path you provided to the syncfile function is incorrect or that the file your are trying to transfer is missing.