| Home >> All >> org >> mortbay >> [ ftp Javadoc ] |
org.mortbay.ftp: Javadoc index of package org.mortbay.ftp.
Package Samples:
org.mortbay.ftp
Classes:
Ftp: FTP Client. File Transfer Protocol client class. Provides basic FTP client functionality in an Asynchronous interface. Notes see rfc959. Usage Ftp ftp = new Ftp(InetAddress.getByName("RemoteHost"), "TestUser", "TestPass"); ftp.setType(Ftp.IMAGE); ftp.startGet("RemoteFileName","LocalFileName"); ftp.waitUntilTransferComplete(); ftp.startPut("LocalFileName","RemoteFileName"); ftp.waitUntilTransferComplete();
CmdReply: FTP Command Reply Stream Notes notes... Usage example();
CmdReplyStream: FTP Command Reply Stream Notes notes... Usage example();
DataPort
FtpCmdStreamException
FtpException
FtpReplyException
TestFtp
TestServer
| Home | Contact Us | Privacy Policy | Terms of Service |