|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of FTPAbortableTransfer in com.glub.secureftp.bean |
|---|
| Methods in com.glub.secureftp.bean with parameters of type FTPAbortableTransfer | |
|---|---|
void |
FTP.abort(FTPAbortableTransfer abort)
Abort a data transfer from the FTP server. |
void |
FTP.append(java.io.File file,
RemoteFile appendTo,
FTPAbortableTransfer abort)
Append to a file on the FTP server with the ability to abort the data transfer. |
void |
FTP.append(java.io.File file,
RemoteFile appendTo,
Progress progress,
FTPAbortableTransfer abort)
Append to a file on the FTP server with progress information and the ability to abort the data transfer. |
void |
FTP.append(java.io.File file,
java.lang.String appendTo,
FTPAbortableTransfer abort)
Append to a file on the FTP server with the ability to abort the data transfer. |
void |
FTP.append(java.io.File file,
java.lang.String appendTo,
Progress progress,
FTPAbortableTransfer abort)
Append to a file on the FTP server with progress information and the ability to abort the data transfer. |
void |
FTP.append(java.io.InputStream inputStream,
long localFileSize,
RemoteFile appendTo,
Progress progress,
FTPAbortableTransfer abort)
Append to a file on the FTP server with progress information and the ability to abort the data transfer. |
void |
FTP.append(java.io.InputStream inputStream,
long localFileSize,
java.lang.String appendTo,
Progress progress,
FTPAbortableTransfer abort)
Append to a file on the FTP server with progress information and the ability to abort the data transfer. |
void |
FTP.append(java.io.InputStream inputStream,
RemoteFile appendTo,
FTPAbortableTransfer abort)
Append to a file on the FTP server with the ability to abort the data transfer. |
void |
FTP.append(java.io.InputStream inputStream,
java.lang.String appendTo,
FTPAbortableTransfer abort)
Append to a file on the FTP server with the ability to abort the data transfer. |
RemoteFileList |
FTP.list(FTPAbortableTransfer abort)
List the current remote directory with the ability to abort the listing. |
RemoteFileList |
FTP.list(RemoteFile file,
FTPAbortableTransfer abort,
boolean showHidden)
List items on the remote FTP server with the ability to abort the listing. |
RemoteFileList |
FTP.list(java.lang.String itemsToList,
FTPAbortableTransfer abort,
boolean showHidden)
List items on the remote FTP server with the ability to abort the listing. |
RemoteFileList |
FTP.listAll(FTPAbortableTransfer abort)
List the current remote directory including hidden files with the ability to abort the listing. |
void |
FTP.retrieve(RemoteFile remoteFile,
java.io.File outputFile,
boolean restartXfer,
FTPAbortableTransfer abort)
Retrieve a file from the FTP server with the ability to abort the transfer. |
void |
FTP.retrieve(RemoteFile remoteFile,
java.io.File outputFile,
boolean restartXfer,
Progress progress,
FTPAbortableTransfer abort)
Retrieve a file from the FTP server with progress information and the ability to abort the transfer. |
void |
FTP.retrieve(RemoteFile remoteFile,
java.io.OutputStream outputStream,
FTPAbortableTransfer abort)
Retrieve a file from the FTP server with the ability to abort the transfer. |
void |
FTP.retrieve(RemoteFile remoteFile,
java.io.OutputStream outputStream,
Progress progress,
FTPAbortableTransfer abort)
Retrieve a file from the FTP server with progress information and the ability to abort the transfer. |
void |
FTP.retrieve(java.lang.String remoteFile,
java.io.File outputFile,
boolean restartXfer,
FTPAbortableTransfer abort)
Retrieve a file from the FTP server with the ability to abort the transfer. |
void |
FTP.retrieve(java.lang.String remoteFile,
java.io.File outputFile,
boolean restartXfer,
Progress progress,
FTPAbortableTransfer abort)
Retrieve a file from the FTP server with progress information and the ability to abort the transfer. |
void |
FTP.retrieve(java.lang.String remoteFile,
java.io.OutputStream outputStream,
FTPAbortableTransfer abort)
Retrieve a file from the FTP server with the ability to abort the transfer. |
void |
FTP.retrieve(java.lang.String remoteFile,
java.io.OutputStream outputStream,
Progress progress,
FTPAbortableTransfer abort)
Retrieve a file from the FTP server with progress information and the ability to abort the transfer. |
void |
FTP.store(java.io.File file,
boolean restartXfer,
FTPAbortableTransfer abort)
Store a file to the FTP server with the ability to abort the data transfer. |
void |
FTP.store(java.io.File file,
boolean restartXfer,
Progress progress,
FTPAbortableTransfer abort)
Store a file to the FTP server with progress information and the ability to abort the data transfer. |
void |
FTP.store(java.io.File file,
java.lang.String name,
boolean restartXfer,
FTPAbortableTransfer abort)
Store a file to the FTP server with a specific filename and with the ability to abort the data transfer. |
void |
FTP.store(java.io.File file,
java.lang.String name,
boolean restartXfer,
Progress progress,
FTPAbortableTransfer abort)
Store a file to the FTP server with a specific filename and progress information and the ability to abort the data transfer. |
void |
FTP.store(java.io.InputStream inputStream,
FTPAbortableTransfer abort)
Store a file to the FTP server with the ability to abort the data transfer. |
void |
FTP.store(java.io.InputStream inputStream,
long localFileSize,
Progress progress,
FTPAbortableTransfer abort)
Store a file to the FTP server with progress information and the ability to abort the data transfer. |
void |
FTP.store(java.io.InputStream inputStream,
long localFileSize,
java.lang.String name,
Progress progress,
FTPAbortableTransfer abort)
Store a file to the FTP server with a specific filename and progress information and the ability to abort the data transfer. |
void |
FTP.store(java.io.InputStream inputStream,
java.lang.String name,
FTPAbortableTransfer abort)
Store a file to the FTP server with a specific filename and with the ability to abort the data transfer. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||