A user writes:
Good day!
I'm using your lib in transfer of files between my PC (ftp server) and android-phone (ftp client)... I have a question...
ftp.uploadFile(PathtoFile, File); What does ir returns if upload is success and what if upload is failed?????
If upload fails, an exception is thrown. If it succeeds, the name of the uploaded file is returned.