|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of FTPData in com.glub.secureftp.bean |
---|
Classes in com.glub.secureftp.bean that implement FTPData | |
---|---|
class |
FTPRead
The FTPRead class is responsible for reading data from the
FTP server. |
class |
FTPWrite
The FTPWrite class is responsible for writing data from the
FTP server. |
Methods in com.glub.secureftp.bean that return FTPData | |
---|---|
FTPData |
FTPAbortableTransfer.getFTPData()
Get the FTPData object for the current data transfer. |
Methods in com.glub.secureftp.bean with parameters of type FTPData | |
---|---|
void |
FTPCommand.abort(FTPData data)
Abort a data transfer. |
void |
FTPCommand.append(String file,
FTPData data)
Append to a file on the FTP server. |
void |
FTPCommand.list(String itemsToList,
FTPData data,
boolean showHidden)
List files in a directory on the FTP server. |
void |
FTPCommand.nlst(String itemsToList,
FTPData data)
NList files in a directory on the FTP server. |
void |
FTPCommand.retrieve(String file,
FTPData data)
Retrieve a file from the FTP server. |
void |
FTPAbortableTransfer.setFTPData(FTPData currentData)
Set the FTPData object for the current data transfer. |
void |
FTPCommand.store(String file,
FTPData data)
Store a file on the FTP server. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |