|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of FTPRestartNotSupportedException in com.glub.secureftp.bean |
|---|
| Methods in com.glub.secureftp.bean that throw FTPRestartNotSupportedException | |
|---|---|
void |
FTP.retrieve(RemoteFile remoteFile,
java.io.File outputFile,
boolean restartXfer)
Retrieve a file from the FTP server. |
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)
Retrieve a file from the FTP server with progress information. |
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)
Retrieve a file from the FTP server. |
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)
Retrieve a file from the FTP server with progress information. |
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)
Retrieve a file from the FTP server. |
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)
Retrieve a file from the FTP server with progress information. |
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)
Retrieve a file from the FTP server. |
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)
Retrieve a file from the FTP server with progress information. |
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)
Store a file to the FTP server. |
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)
Store a file to the FTP server with progress information. |
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)
Store a file to the FTP server with a specific filename. |
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)
Store a file to the FTP server with a specific filename and with progress information. |
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)
Store a file to the FTP server. |
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)
Store a file to the FTP server with progress information. |
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)
Store a file to the FTP server with a specific filename and with progress information. |
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)
Store a file to the FTP server with a specific filename. |
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 | ||||||||