FTPClient Library For Android
org.apache.commons.net.ftp.FTPClient
Class FTPClient
FTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server. This class takes care of all low level details of interacting with an FTP server and provides a convenient higher level interface. As with all classes derived from SocketClient, you must first connect to the server with connect before doing anything, and finally disconnect after you’re completely finished interacting with the server. Then you need to check the FTP reply code to see if the connection was successful.
For an example of how to implement FTP connection, see “Connect to FTP server example“.
Size: 204 KB (Version 2.0.0)
Filed under: Android Library
Tags: android, FTP Client, library
Comments
No Comments
Leave a reply
You must be logged in to post a comment.