Home » openjdk-7 » sun.net.www.protocol » ftp »

sun.net.www.protocol.ftp

Classes:

FtpURLConnection   This class Opens an FTP input (or output) stream given a URL.  code | html
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).  code | html
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).  code | html
Handler   open an ftp connection given a URL  code | html