package

sun.net.www.protocol.ftp

Classes

FtpURLConnection This class Opens an FTP input (or output) stream given a URL. 
FtpURLConnection.FtpInputStream For FTP URLs we need to have a special InputStream because we need to close 2 sockets after we're done with it : - The Data socket (for the file). 
FtpURLConnection.FtpOutputStream For FTP URLs we need to have a special OutputStream because we need to close 2 sockets after we're done with it : - The Data socket (for the file). 
Handler open an ftp connection given a URL