I donβt think you can FTP the file from PhoneGap, but they provide an API for transferring the file to the server using multi-line HTTP encoding:
http://docs.phonegap.com/en/1.0.0/phonegap_file_file.md.html#FileTransfer
You will need a script on the server in the technology of your choice to receive the file, however you will have to do whatever you like with it, including moving it to the directory that you are trying to execute FTP on
source share