|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RemoteFile in com.glub.secureftp.bean |
---|
Methods in com.glub.secureftp.bean that return RemoteFile | |
---|---|
RemoteFile |
RemoteFileList.getFile(int index)
Returns a RemoteFile at the specified position in this list. |
Methods in com.glub.secureftp.bean with parameters of type RemoteFile | |
---|---|
void |
FTP.append(File file,
RemoteFile appendTo)
Append to a file on the FTP server. |
void |
FTP.append(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(File file,
RemoteFile appendTo,
Progress progress)
Append to a file on the FTP server with progress information. |
void |
FTP.append(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(InputStream inputStream,
long localFileSize,
RemoteFile appendTo,
Progress progress)
Append to a file on the FTP server with progress information. |
void |
FTP.append(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(InputStream inputStream,
RemoteFile appendTo)
Append to a file on the FTP server. |
void |
FTP.append(InputStream inputStream,
RemoteFile appendTo,
FTPAbortableTransfer abort)
Append to a file on the FTP server with the ability to abort the data transfer. |
void |
FTP.chdir(RemoteFile dir)
Change to a remote directory on the FTP server. |
void |
FTP.delete(RemoteFile fileName)
Delete a file from the FTP server. |
RemoteFileList |
FTP.list(RemoteFile file)
List items on the remote FTP server. |
RemoteFileList |
FTP.list(RemoteFile file,
FTPAbortableTransfer abort,
boolean showHidden)
List items on the remote FTP server with the ability to abort the listing. |
void |
FTP.retrieve(RemoteFile remoteFile,
File outputFile,
boolean restartXfer)
Retrieve a file from the FTP server. |
void |
FTP.retrieve(RemoteFile remoteFile,
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,
File outputFile,
boolean restartXfer,
Progress progress)
Retrieve a file from the FTP server with progress information. |
void |
FTP.retrieve(RemoteFile remoteFile,
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,
OutputStream outputStream)
Retrieve a file from the FTP server. |
void |
FTP.retrieve(RemoteFile remoteFile,
OutputStream outputStream,
FTPAbortableTransfer abort)
Retrieve a file from the FTP server with the ability to abort the transfer. |
void |
FTP.retrieve(RemoteFile remoteFile,
OutputStream outputStream,
Progress progress)
Retrieve a file from the FTP server with progress information. |
void |
FTP.retrieve(RemoteFile remoteFile,
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.rmdir(RemoteFile dir)
Remote a directory from the FTP server. |
long |
FTP.size(RemoteFile file)
Get the size of a file on the FTP server. |
Date |
FTP.time(RemoteFile file)
Get the modification time of a file on the FTP server. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |