|
common-util | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NetException | |
|---|---|
| local.tomas.util.net | This package contains networking utilities. |
| Uses of NetException in local.tomas.util.net |
|---|
| Methods in local.tomas.util.net that throw NetException | |
|---|---|
void |
FtpClient.ascii()
Switch to text mode. |
void |
FtpClient.bin()
Switch to binary mode. |
void |
FtpClient.cdup()
Change working directory on server to parent directory. |
void |
BaseClient.close()
Close connection. |
void |
FtpClient.close()
|
void |
FtpClient.connect(String host)
Connect to host on default FTP port. |
BaseClient.NetAck |
BaseClient.connect(String host,
int port)
Establish new connection |
void |
FtpClient.cwd(String wd)
Change working directory on server. |
void |
FtpClient.delete(String fileName)
Remove remote file. |
BaseClient.NetAck |
BaseClient.getAck()
Get response. |
String |
FtpClient.getwd()
Get current remote working directory. |
InputStream |
FtpClient.list(String fileName)
List remote files. |
void |
FtpClient.login(String user,
String password)
Login to FTP server. |
void |
FtpClient.mkdir(String dirName)
Create remote directory. |
Iterator<String> |
FtpClient.nameList(String fileName)
Iterate over list of remote files. |
void |
FtpClient.noop()
Send no operation command. |
void |
FtpClient.port(InetAddress addr,
int port)
Send port command. |
void |
FtpClient.rename(String from,
String to)
Rename remote file. |
InputStream |
FtpClient.retrieve(String fileName)
Open remote file for retrieval. |
void |
FtpClient.rmdir(String dirName)
Remove remote directory. |
OutputStream |
FtpClient.send(String fileName)
Open output stream to remote file. |
protected BaseClient.NetAck |
BaseClient.sendCommand(String command)
Send command. |
|
common-util | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||