Modifier and Type | Interface and Description |
---|---|
public interface | FtpDirParser
This interface describes a parser for the FtpClient class. |
Modifier and Type | Class and Description |
---|---|
public abstract class | |
public abstract class | FtpClientProvider
Service provider class for FtpClient. |
public class | FtpDirEntry
A |
public class | FtpLoginException
This exception is thrown when an error is encountered during an FTP login operation. |
public class | FtpProtocolException
Thrown to indicate that the FTP server reported an error. |
Modifier and Type | Enum and Description |
---|---|
public enum | FtpReplyCode
This class describes a FTP protocol reply code and associates a meaning to the numerical value according to the various RFCs (RFC 959 in particular). |