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

Uses of FTPRestartNotSupportedException in com.glub.secureftp.bean
 

Methods in com.glub.secureftp.bean that throw FTPRestartNotSupportedException
 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.retrieve(String remoteFile, File outputFile, boolean restartXfer)
          Retrieve a file from the FTP server.
 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)
          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)
          Retrieve a file from the FTP server.
 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)
          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)
          Store a file to the FTP server.
 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)
          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)
          Store a file to the FTP server with a specific filename.
 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)
          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)
          Store a file to the FTP server.
 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)
          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.
 void FTP.store(InputStream inputStream, String name)
          Store a file to the FTP server with a specific filename.
 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.