it.sauronsoftware.ftp4j.FTPException

Discussions about creating CAPI applications to run on Android devices
Forum rules
New release: CSPro 8.0
Post Reply
Bhupender11
Posts: 63
Joined: May 15th, 2018, 1:18 am

it.sauronsoftware.ftp4j.FTPException

Post 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?
josh
Posts: 2399
Joined: May 5th, 2014, 12:49 pm
Location: Washington DC

Re: it.sauronsoftware.ftp4j.FTPException

Post 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.
Post Reply