 |
A simple Java FTP connection + file download and upload | AjaxApp.com
The Java or JDK comes with NO support of any official API for FTP connection. But there is an internal that comes in the sun.net package, but this is NOT ... /** Set the remote file name */ f.setRemoteFile(”download/dl.txt”); if ( connected){ // The downl
www.ajaxapp.com |
 |