Uses of Class
com.glub.secureftp.bean.FTPAbortableTransfer

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(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, FTPAbortableTransfer abort)
          Append to a file on the FTP server with progress information and the ability to abort the data transfer.
 void FTP.append(File file, String appendTo, FTPAbortableTransfer abort)
          Append to a file on the FTP server with the ability to abort the data transfer.
 void FTP.append(File file, 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(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, long localFileSize, 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(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(InputStream inputStream, 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(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, 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, 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, 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, FTPAbortableTransfer abort)
          Retrieve a file from the FTP server with progress information and the ability to abort the transfer.
 void FTP.retrieve(String remoteFile, File outputFile, boolean restartXfer, FTPAbortableTransfer abort)
          Retrieve a file from the FTP server with the ability to abort the transfer.
 void FTP.retrieve(String 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(String remoteFile, OutputStream outputStream, FTPAbortableTransfer abort)
          Retrieve a file from the FTP server with the ability to abort the transfer.
 void FTP.retrieve(String 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.store(File file, boolean restartXfer, FTPAbortableTransfer abort)
          Store a file to the FTP server with the ability to abort the data transfer.
 void FTP.store(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(File file, 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(File file, 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(InputStream inputStream, FTPAbortableTransfer abort)
          Store a file to the FTP server with the ability to abort the data transfer.
 void FTP.store(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(InputStream inputStream, long localFileSize, 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(InputStream inputStream, String name, FTPAbortableTransfer abort)
          Store a file to the FTP server with a specific filename and with the ability to abort the data transfer.
 



Copyright © 2000-08 Glub Tech, Inc. All Rights Reserved.