Package com.oroinc.net.ftp
package com.oroinc.net.ftp
-
ClassDescriptionDefaultFTPFileListParser is the default implementation of FTPFileListParser used by FTPClient to parse file listings.FTP provides the basic the functionality necessary to implement your own FTP client.FTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server.FTPCommand stores a set of constants for FTP command codes.FTPConnectionClosedException is used to indicate the premature or unexpected closing of an FTP connection resulting from a FTPReply.SERVICE_NOT_AVAILABLE response (FTP reply code 421) to a failed FTP command.The FTPFile class is used to represent information about files stored on an FTP server.FTPFileListParser defines the interface for parsing FTP file listings and converting that information into an array of FTPFile instances.FTPReply stores a set of constants for FTP reply codes.