Uses of Interface
com.glub.secureftp.bean.Progress

Uses of Progress in com.glub.secureftp.bean
 

Methods in com.glub.secureftp.bean with parameters of type Progress
 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(File file, String appendTo, Progress progress)
          Append to a file on the FTP server with progress information.
 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)
          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, long localFileSize, String appendTo, Progress progress)
          Append to a file on the FTP server with progress information.
 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.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, 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.retrieve(String remoteFile, File outputFile, boolean restartXfer, Progress progress)
          Retrieve a file from the FTP server with progress information.
 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, Progress progress)
          Retrieve a file from the FTP server with progress information.
 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, Progress progress)
          Store a file to the FTP server with progress information.
 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, Progress progress)
          Store a file to the FTP server with a specific filename and with progress information.
 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, long localFileSize, Progress progress)
          Store a file to the FTP server with progress information.
 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)
          Store a file to the FTP server with a specific filename and with progress information.
 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.
 

Constructors in com.glub.secureftp.bean with parameters of type Progress
FTPRead(ServerSocket ss, OutputStream os, Progress p, long start, long stop)
          Create a new FTPRead object to be used to retrieve binary data with progress information actively.
FTPRead(ServerSocket ss, PrintWriter w, Progress p, long start, long stop)
          Create a new FTPRead object to be used to retrieve ascii data with progress information actively.
FTPRead(ServerSocket ss, PrintWriter w, Progress p, long start, long stop, String e)
          Create a new FTPRead object to be used to retrieve ascii data with progress information actively.
FTPRead(Socket s, OutputStream os, Progress p, long start, long stop)
          Create a new FTPRead object to be used to retrieve binary data with progress information passively.
FTPRead(Socket s, PrintWriter w, Progress p, long start, long stop)
          Create a new FTPRead object to be used to retrieve ascii data with progress information passively.
FTPRead(Socket s, PrintWriter w, Progress p, long start, long stop, String e)
          Create a new FTPRead object to be used to retrieve ascii data with progress information passively.
FTPWrite(ServerSocket ss, BufferedReader r, Progress p, long start, long stop)
          Create a new FTPWrite object to be used to send ascii data with progress information actively.
FTPWrite(ServerSocket ss, BufferedReader r, Progress p, long start, long stop, String e)
          Create a new FTPWrite object to be used to send ascii data with progress information actively.
FTPWrite(ServerSocket ss, InputStream is, Progress p, long start, long stop)
          Create a new FTPWrite object to be used to send binary data with progress information actively.
FTPWrite(Socket s, BufferedReader r, Progress p, long start, long stop)
          Create a new FTPWrite object to be used to send ascii data with progress information passively.
FTPWrite(Socket s, BufferedReader r, Progress p, long start, long stop, String e)
          Create a new FTPWrite object to be used to send ascii data with progress information passively.
FTPWrite(Socket s, InputStream is, Progress p, long start, long stop)
          Create a new FTPWrite object to be used to send binary data with progress information passively.
 



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