|
||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Ftp.FtpException in |
Methods in that throw Ftp.FtpException | |
void |
Ftp.connect(java.lang.String strServer,
java.lang.String strUsername,
java.lang.String strPassword)
Connect to the FTP server and login. |
void |
Ftp.disconnect()
Disconnect from the FTP server. |
void |
Ftp.putAsciiFile(java.lang.String strFilename,
java.io.Reader readerContent)
PUT an ASCII file to the FTP server. |
void |
Ftp.putAsciiFile(java.lang.String strFilename,
java.lang.String strContent)
PUT an ASCII file to the FTP server. |
|
||||||||
PREV NEXT | FRAMES NO FRAMES |