|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Ftp.FtpException | |
|---|---|
| com.bristle.javalib.net.ftp | |
| Uses of Ftp.FtpException in com.bristle.javalib.net.ftp |
|---|
| Methods in com.bristle.javalib.net.ftp that throw Ftp.FtpException | |
|---|---|
void |
Ftp.connect(String strServer,
String strUsername,
String strPassword)
Connect to the FTP server and login. |
void |
Ftp.disconnect()
Disconnect from the FTP server. |
void |
Ftp.putAsciiFile(String strFilename,
Reader readerContent)
PUT an ASCII file to the FTP server. |
void |
Ftp.putAsciiFile(String strFilename,
String strContent)
PUT an ASCII file to the FTP server. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||