Top Interfaces Classes Enums
module java.base

Package sun.net.ftp


Interface Summary

Modifier and TypeInterface and Description
public interface
FtpDirParser

This interface describes a parser for the FtpClient class.

Class Summary

Modifier and TypeClass and Description
public abstract class
FtpClient

A class that implements the FTP protocol according to RFCs 959, 2228, 2389, 2428, 3659, 4217.

public abstract class
FtpClientProvider

Service provider class for FtpClient.

public class
FtpDirEntry

A FtpDirEntry is a class agregating all the information that the FTP client can gather from the server by doing a LST (or NLST) command and parsing the output.

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.

Enum Summary

Modifier and TypeEnum 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).