- FILE_FILTER - Static variable in class com.jscape.filetransfer.FileTransferRemoteFile
 
-  
 
- fileCount() - Method in class com.jscape.inet.sftp.Sftp.DownloadDirectoryOperation
 
-  
 
- fileCount() - Method in class com.jscape.inet.sftp.Sftp.UploadDirectoryOperation
 
-  
 
- FileDateComparator() - Constructor for class com.jscape.filetransfer.FileTransferRemoteSort.FileDateComparator
 
-  
 
- FileNameComparator() - Constructor for class com.jscape.filetransfer.FileTransferRemoteSort.FileNameComparator
 
-  
 
- files - Variable in class com.jscape.inet.sftp.Sftp.DirectoryService.Directory
 
-  
 
- files() - Method in class com.jscape.inet.sftp.Sftp.RecursiveFileListOperation
 
-  
 
- FileSizeComparator() - Constructor for class com.jscape.filetransfer.FileTransferRemoteSort.FileSizeComparator
 
-  
 
- FileTransfer - Interface in com.jscape.filetransfer
 
- 
Abstract interface for performing file transfer operations using FTP, FTPS (FTP over SSL) and SFTP (FTP over SSH)
 protocols.
 
- FileTransferAuthenticationException - Exception in com.jscape.filetransfer
 
-  
 
- FileTransferAuthenticationException() - Constructor for exception com.jscape.filetransfer.FileTransferAuthenticationException
 
-  
 
- FileTransferAuthenticationException(String) - Constructor for exception com.jscape.filetransfer.FileTransferAuthenticationException
 
-  
 
- FileTransferAuthenticationException(String, Throwable) - Constructor for exception com.jscape.filetransfer.FileTransferAuthenticationException
 
-  
 
- FileTransferAuthenticationException(Throwable) - Constructor for exception com.jscape.filetransfer.FileTransferAuthenticationException
 
-  
 
- FileTransferChangeDirEvent - Class in com.jscape.filetransfer
 
- 
Fired when remote directory path is changed on server.
 
- FileTransferChangeDirEvent(FileTransfer, String) - Constructor for class com.jscape.filetransfer.FileTransferChangeDirEvent
 
- 
Creates FileTransferChangeDirEvent.
 
- FileTransferCommandEvent - Class in com.jscape.filetransfer
 
- 
Fired when command is sent to an FTP server.
 
- FileTransferCommandEvent(FileTransfer, String) - Constructor for class com.jscape.filetransfer.FileTransferCommandEvent
 
- 
Creates FileTransferCommandEvent.
 
- FileTransferConnectedEvent - Class in com.jscape.filetransfer
 
- 
Fired when connection to server is established.
 
- FileTransferConnectedEvent(FileTransfer, String) - Constructor for class com.jscape.filetransfer.FileTransferConnectedEvent
 
- 
Creates FileTransferConnectedEvent.
 
- FileTransferCreateDirEvent - Class in com.jscape.filetransfer
 
- 
Fired when directory is created on server.
 
- FileTransferCreateDirEvent(FileTransfer, String, String) - Constructor for class com.jscape.filetransfer.FileTransferCreateDirEvent
 
- 
Creates FileTransferCreateDirEvent.
 
- FileTransferDeleteDirEvent - Class in com.jscape.filetransfer
 
- 
Fired when directory is deleted on server.
 
- FileTransferDeleteDirEvent(FileTransfer, String, String) - Constructor for class com.jscape.filetransfer.FileTransferDeleteDirEvent
 
- 
Creates FileTransferDeleteDirEvent.
 
- FileTransferDeleteFileEvent - Class in com.jscape.filetransfer
 
- 
Fired when a file is deleted on server.
 
- FileTransferDeleteFileEvent(FileTransfer, String, String) - Constructor for class com.jscape.filetransfer.FileTransferDeleteFileEvent
 
- 
Creates FileTransferDeleteFileEvent.
 
- FileTransferDeniedException - Exception in com.jscape.filetransfer
 
- 
Thrown when server deny operation.
 
- FileTransferDeniedException() - Constructor for exception com.jscape.filetransfer.FileTransferDeniedException
 
-  
 
- FileTransferDeniedException(String) - Constructor for exception com.jscape.filetransfer.FileTransferDeniedException
 
-  
 
- FileTransferDeniedException(String, Throwable) - Constructor for exception com.jscape.filetransfer.FileTransferDeniedException
 
-  
 
- FileTransferDeniedException(Throwable) - Constructor for exception com.jscape.filetransfer.FileTransferDeniedException
 
-  
 
- FileTransferDisconnectedEvent - Class in com.jscape.filetransfer
 
- 
Fired when connection to server is released.
 
- FileTransferDisconnectedEvent(FileTransfer, String) - Constructor for class com.jscape.filetransfer.FileTransferDisconnectedEvent
 
- 
Creates FileTransferDisconnectedEvent.
 
- FileTransferDownloadEvent - Class in com.jscape.filetransfer
 
- 
Fired when file is downloaded from server.
 
- FileTransferDownloadEvent(FileTransfer, String, String, String, long, long, boolean) - Constructor for class com.jscape.filetransfer.FileTransferDownloadEvent
 
- 
Creates a new event instance.
 
- FileTransferDownloadEvent(FileTransfer, String, String, String, long, long) - Constructor for class com.jscape.filetransfer.FileTransferDownloadEvent
 
-  
 
- FileTransferErrorEvent - Class in com.jscape.filetransfer
 
- 
Fired when file is uploaded to server.
 
- FileTransferErrorEvent(FileTransfer, String, String, String, int) - Constructor for class com.jscape.filetransfer.FileTransferErrorEvent
 
- 
Creates a new event instance.
 
- FileTransferErrorListener - Interface in com.jscape.filetransfer
 
-  
 
- FileTransferEvent - Class in com.jscape.filetransfer
 
- 
Generic base for file transfer events.
 
- FileTransferException - Exception in com.jscape.filetransfer
 
- 
FileTransferException is thrown by many methods of FileTransfer classes.
 
- FileTransferException() - Constructor for exception com.jscape.filetransfer.FileTransferException
 
- 
Creates a new exception instance.
 
- FileTransferException(String) - Constructor for exception com.jscape.filetransfer.FileTransferException
 
- 
Creates exception with specified message string.
 
- FileTransferException(String, Throwable) - Constructor for exception com.jscape.filetransfer.FileTransferException
 
- 
Creates exception with specified message string and source exception.
 
- FileTransferException(Throwable) - Constructor for exception com.jscape.filetransfer.FileTransferException
 
- 
Constructor .
 
- FileTransferListener - Interface in com.jscape.filetransfer
 
- 
Implements methods for capturing events sourced from File Transfer classes.
 
- FileTransferListener.Adapter - Class in com.jscape.filetransfer
 
- 
A listener adapter.
 
- FileTransferProgressEvent - Class in com.jscape.filetransfer
 
- 
Fired on significant progress in upload and download operations in
 FileTransfer derived classes.
 
- FileTransferProgressEvent(FileTransfer, String, String, String, int, long, long, long) - Constructor for class com.jscape.filetransfer.FileTransferProgressEvent
 
- 
Creates a new event instance.
 
- FileTransferProgressEvent(FileTransfer, String, String, int, long, long) - Constructor for class com.jscape.filetransfer.FileTransferProgressEvent
 
- 
Constructs new FileTransferProgressEvent.
 
- FileTransferProgressEvent(FileTransfer, String, String, int, long, long, long) - Constructor for class com.jscape.filetransfer.FileTransferProgressEvent
 
- 
Constructor.
 
- FileTransferRemoteComparator() - Constructor for class com.jscape.filetransfer.FileTransferRemoteSort.FileTransferRemoteComparator
 
-  
 
- FileTransferRemoteFile - Class in com.jscape.filetransfer
 
- 
Represents a file returned in a remote directory listing.
 
- FileTransferRemoteFile(String, String, boolean, boolean, long, Date, boolean, boolean, boolean) - Constructor for class com.jscape.filetransfer.FileTransferRemoteFile
 
- 
Constructor.
 
- FileTransferRemoteFile(String, String, boolean, boolean, long, Date, boolean, boolean) - Constructor for class com.jscape.filetransfer.FileTransferRemoteFile
 
- 
Constructor.
 
- FileTransferRemoteFile() - Constructor for class com.jscape.filetransfer.FileTransferRemoteFile
 
- 
Empty constructor.
 
- FileTransferRemoteFile.Filter - Interface in com.jscape.filetransfer
 
-  
 
- FileTransferRemoteFile.NaturalComparator - Class in com.jscape.filetransfer
 
-  
 
- FileTransferRemoteSort - Class in com.jscape.filetransfer
 
- 
Sorts an Enumeration of FileTransferRemoteFile.
 
- FileTransferRemoteSort(Enumeration, FileTransferRemoteSort.FileTransferRemoteComparator) - Constructor for class com.jscape.filetransfer.FileTransferRemoteSort
 
- 
Creates a new FileTransferRemoteSort instance used to sort an Enumeration of FileTransferRemoteFile.
 
- FileTransferRemoteSort.FileDateComparator - Class in com.jscape.filetransfer
 
- 
Sorts files by date.
 
- FileTransferRemoteSort.FileNameComparator - Class in com.jscape.filetransfer
 
- 
Sorts files by name.
 
- FileTransferRemoteSort.FileSizeComparator - Class in com.jscape.filetransfer
 
- 
Sorts files by filesize.
 
- FileTransferRemoteSort.FileTransferRemoteComparator - Class in com.jscape.filetransfer
 
- 
This the base comparator class.
 
- FileTransferRenameFileEvent - Class in com.jscape.filetransfer
 
- 
Fired when a file is renamed on server.
 
- FileTransferRenameFileEvent(FileTransfer, String, String, String) - Constructor for class com.jscape.filetransfer.FileTransferRenameFileEvent
 
- 
Creates FileTransferRenameFileEvent.
 
- FileTransferResponseEvent - Class in com.jscape.filetransfer
 
- 
Fired when response is received from FTP server.
 
- FileTransferResponseEvent(FileTransfer, String) - Constructor for class com.jscape.filetransfer.FileTransferResponseEvent
 
- 
Creates FileTransferResponseEvent.
 
- FileTransferSslHandshakeEvent - Class in com.jscape.filetransfer
 
- 
A SSL handshake event.
 
- FileTransferSslHandshakeEvent(FileTransfer, HandshakeCompletedEvent) - Constructor for class com.jscape.filetransfer.FileTransferSslHandshakeEvent
 
- 
Creates a new event instance.
 
- FileTransferUploadEvent - Class in com.jscape.filetransfer
 
- 
Fired when file is uploaded to server.
 
- FileTransferUploadEvent(FileTransfer, String, String, String, long, long, Map<String, Object>) - Constructor for class com.jscape.filetransfer.FileTransferUploadEvent
 
- 
Creates a new event instance.
 
- FileTransferUploadEvent(FileTransfer, String, String, String, long, long) - Constructor for class com.jscape.filetransfer.FileTransferUploadEvent
 
- 
Creates a new event instance.
 
- fingerprint - Variable in class com.jscape.inet.ssh.util.SshHostKeys.Entry
 
-  
 
- Fingerprint(PublicKey) - Constructor for class com.jscape.inet.ssh.util.SshHostKeys.Fingerprint
 
-  
 
- fingerprintsOf(InetAddress) - Method in class com.jscape.inet.ssh.util.SshHostKeys
 
- 
Returns a collection of known key fingerprints for specified host.
 
- FIPS - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
-  
 
- FIPS - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacs
 
-  
 
- flush() - Method in class com.jscape.inet.sftp.Sftp.SftpPipedOutputStream
 
-  
 
- FTCL - Class in com.jscape.ftcl
 
- 
Runs a script using commands defined in the File Transfer Command Line language.
 
- FTCL(InterpretationService, FTCLFileTransferParameters, Variables) - Constructor for class com.jscape.ftcl.FTCL
 
-  
 
- FTCL() - Constructor for class com.jscape.ftcl.FTCL
 
- 
Creates a new FTCL instance.
 
- FTCL.Configuration - Class in com.jscape.ftcl
 
-  
 
- Ftp - Class in com.jscape.inet.ftp
 
- 
Implements the basic functionality of a FTP client.
 
- Ftp(FtpImplementation) - Constructor for class com.jscape.inet.ftp.Ftp
 
- 
Creates Ftp instance for passed implementation.
 
- Ftp() - Constructor for class com.jscape.inet.ftp.Ftp
 
- 
Creates a new Ftp instance.
 
- Ftp(String, String, String, FtpImplementation) - Constructor for class com.jscape.inet.ftp.Ftp
 
- 
Creates a new Ftp instance.
 
- Ftp(String, String, String, int, FtpImplementation) - Constructor for class com.jscape.inet.ftp.Ftp
 
- 
Creates a new Ftp instance.
 
- Ftp(String, String, String, File, FtpImplementation) - Constructor for class com.jscape.inet.ftp.Ftp
 
- 
Creates new Ftp instance.
 
- Ftp(String, String, String) - Constructor for class com.jscape.inet.ftp.Ftp
 
- 
Creates a new Ftp instance.
 
- Ftp(String, String, String, String) - Constructor for class com.jscape.inet.ftp.Ftp
 
- 
Creates a new Ftp instance.
 
- Ftp(String, String, String, int) - Constructor for class com.jscape.inet.ftp.Ftp
 
- 
Creates a new Ftp instance.
 
- Ftp(String, String, String, File) - Constructor for class com.jscape.inet.ftp.Ftp
 
- 
Creates a new Ftp instance.
 
- FtpAdapter - Class in com.jscape.inet.ftp
 
- 
Implements methods for capturing events sourced from Ftp class.
 
- FtpAdapter() - Constructor for class com.jscape.inet.ftp.FtpAdapter
 
-  
 
- FtpChangeDirEvent - Class in com.jscape.inet.ftp
 
- 
Fired when the remote directory path is changed.
 
- FtpChangeDirEvent(Object, String) - Constructor for class com.jscape.inet.ftp.FtpChangeDirEvent
 
- 
Creates a new FtpChangeDirEvent instance.
 
- FtpCommandEvent - Class in com.jscape.inet.ftp
 
- 
Fired when command is sent to FTP server
 
- FtpCommandEvent(Object, String) - Constructor for class com.jscape.inet.ftp.FtpCommandEvent
 
- 
Creates FtpCommandEvent.
 
- FtpConnectedEvent - Class in com.jscape.inet.ftp
 
- 
Fired when connection to FTP server is established.
 
- FtpConnectedEvent(Object, String) - Constructor for class com.jscape.inet.ftp.FtpConnectedEvent
 
- 
Creates FtpConnectedEvent.
 
- FtpConnectionLostEvent - Class in com.jscape.inet.ftp
 
- 
Fired when connection to FTP server is unexpectedly closed.
 
- FtpConnectionLostEvent(Object, String) - Constructor for class com.jscape.inet.ftp.FtpConnectionLostEvent
 
- 
Creates FtpConnectionLostEvent.
 
- FtpConnectionLostException - Exception in com.jscape.inet.ftp
 
- 
Thrown when a connection to FTP server is unexpectedly lost.
 
- FtpConnectionLostException(String) - Constructor for exception com.jscape.inet.ftp.FtpConnectionLostException
 
- 
Creates exception with specified message string.
 
- FtpConnectionLostException(String, Exception) - Constructor for exception com.jscape.inet.ftp.FtpConnectionLostException
 
- 
Creates exception with specified message string and source exception
 
- FtpCreateDirEvent - Class in com.jscape.inet.ftp
 
- 
Fired when a new directory is created on the server.
 
- FtpCreateDirEvent(Object, String, String) - Constructor for class com.jscape.inet.ftp.FtpCreateDirEvent
 
- 
Creates a new FtpCreateDirEvent instance
 
- FtpDeleteDirEvent - Class in com.jscape.inet.ftp
 
- 
Fired when a directory is deleted on the remote server.
 
- FtpDeleteDirEvent(Object, String, String) - Constructor for class com.jscape.inet.ftp.FtpDeleteDirEvent
 
- 
Creates a new FtpDeleteDirEvent instance
 
- FtpDeleteFileEvent - Class in com.jscape.inet.ftp
 
- 
Fired when a file is deleted from remote server
 
- FtpDeleteFileEvent(Object, String, String) - Constructor for class com.jscape.inet.ftp.FtpDeleteFileEvent
 
- 
Creates a new FtpDeleteFileEvent instance
 
- FtpDisconnectedEvent - Class in com.jscape.inet.ftp
 
- 
Fired when connection to FTP server is released.
 
- FtpDisconnectedEvent(Object, String) - Constructor for class com.jscape.inet.ftp.FtpDisconnectedEvent
 
- 
Creates FtpDisconnectedEvent.
 
- FtpDownloadEvent - Class in com.jscape.inet.ftp
 
- 
Fired when file is downloaded from FTP server.
 
- FtpDownloadEvent(Object, String, String, String, long, long) - Constructor for class com.jscape.inet.ftp.FtpDownloadEvent
 
- 
Creates FtpDownloadEvent.
 
- FtpErrorEvent - Class in com.jscape.inet.ftp
 
- 
Fired when file is uploaded to FTP server.
 
- FtpErrorEvent(Object, String, String, String, int) - Constructor for class com.jscape.inet.ftp.FtpErrorEvent
 
- 
Creates FtpUploadEvent.
 
- FtpErrorListener - Interface in com.jscape.inet.ftp
 
-  
 
- FtpEvent - Class in com.jscape.inet.ftp
 
- 
Abstract event class for handling FTP related events
 
- FtpException - Exception in com.jscape.inet.ftp
 
- 
FtpException is thrown by many methods of Ftp class.
 
- FtpException(String) - Constructor for exception com.jscape.inet.ftp.FtpException
 
- 
Creates exception with specified message string.
 
- FtpException(String, Throwable) - Constructor for exception com.jscape.inet.ftp.FtpException
 
- 
Creates exception with specified message string and source exception
 
- FtpException(Throwable) - Constructor for exception com.jscape.inet.ftp.FtpException
 
-  
 
- FtpFile - Class in com.jscape.inet.ftp
 
- 
Represents an item in a directory listing retrieved from FTP server.
 
- FtpFile(String, long, String, String, String, String, String, boolean, boolean, String, int, String) - Constructor for class com.jscape.inet.ftp.FtpFile
 
- 
Creates a new FtpFile instance.
 
- FtpFile(String, long, String, String, String, String, String, boolean, boolean, String, int, String, boolean) - Constructor for class com.jscape.inet.ftp.FtpFile
 
- 
Creates a new FtpFile instance.
 
- FtpFile(String) - Constructor for class com.jscape.inet.ftp.FtpFile
 
- 
Creates a new FtpFile instance.
 
- FtpFile(String, String, FtpFileParser) - Constructor for class com.jscape.inet.ftp.FtpFile
 
- 
Creates a new FtpFile instance.
 
- FtpFile(String, FtpFileParser) - Constructor for class com.jscape.inet.ftp.FtpFile
 
- 
Creates a new FtpFile instance.
 
- FtpFileParser - Interface in com.jscape.inet.ftp
 
- 
Interface to be implemented by classes responsible for parsing directory listings returned by various FTP servers.
 
- FtpListener - Interface in com.jscape.inet.ftp
 
- 
Implements methods for capturing events sourced from Ftp class.
 
- FtpListingEvent - Class in com.jscape.inet.ftp
 
- 
Fired when directory listing is retrieved from FTP server.
 
- FtpListingEvent(Object, Enumeration) - Constructor for class com.jscape.inet.ftp.FtpListingEvent
 
- 
Creates FtpListingEvent.
 
- FtpProgressEvent - Class in com.jscape.inet.ftp
 
- 
Fired on significant progress in upload and download operations in Ftp class.
 
- FtpProgressEvent(Object, String, String, int, long, long, long) - Constructor for class com.jscape.inet.ftp.FtpProgressEvent
 
- 
Constructs new FtpProgressEvent.
 
- FtpProgressEvent(Object, String, String, String, int, long, long, long) - Constructor for class com.jscape.inet.ftp.FtpProgressEvent
 
- 
Constructor.
 
- FtpRenameFileEvent - Class in com.jscape.inet.ftp
 
- 
Fired when a file is renamed on remote server.
 
- FtpRenameFileEvent(Object, String, String, String) - Constructor for class com.jscape.inet.ftp.FtpRenameFileEvent
 
- 
Creates a new FtpRenameFileEvent instance
 
- FtpResponseEvent - Class in com.jscape.inet.ftp
 
- 
Fired when response is received from FTP server
 
- FtpResponseEvent(Object, String) - Constructor for class com.jscape.inet.ftp.FtpResponseEvent
 
- 
Creates FtpResponseEvent.
 
- Ftps - Class in com.jscape.inet.ftps
 
- 
Implements the basic functionality of a FTPS (FTP over SSL) client.
 
- Ftps() - Constructor for class com.jscape.inet.ftps.Ftps
 
- 
Creates a new Ftps instance.
 
- Ftps(String, String, String) - Constructor for class com.jscape.inet.ftps.Ftps
 
- 
Creates a new Ftps instance.
 
- Ftps(String, String, String, String) - Constructor for class com.jscape.inet.ftps.Ftps
 
- 
Creates a new Ftps instance.
 
- Ftps(String, String, String, int) - Constructor for class com.jscape.inet.ftps.Ftps
 
- 
Creates a new Ftp instance.
 
- Ftps(String, String, String, File) - Constructor for class com.jscape.inet.ftps.Ftps
 
- 
Creates new Ftp instance.
 
- Ftps.ConnectionStrategy - Interface in com.jscape.inet.ftps
 
- 
The FTP client connection strategy.
 
- FtpsCertificateVerifier - Interface in com.jscape.inet.ftps
 
- 
Certificate verifier interface.
 
- FtpsImplicitTransfer - Class in com.jscape.filetransfer
 
- 
Implements the basic functionality of a FTPS client using implicit SSL.
 
- FtpsImplicitTransfer(String, int, String, String, File, Set<FileTransferListener>) - Constructor for class com.jscape.filetransfer.FtpsImplicitTransfer
 
-  
 
- FtpsImplicitTransfer(String, String, String, File) - Constructor for class com.jscape.filetransfer.FtpsImplicitTransfer
 
- 
Creates FtpsImplicitTransfer instance.
 
- FtpsImplicitTransfer(String, String, String, int) - Constructor for class com.jscape.filetransfer.FtpsImplicitTransfer
 
- 
Creates FtpsImplicitTransfer instance.
 
- FtpsImplicitTransfer(String, String, String) - Constructor for class com.jscape.filetransfer.FtpsImplicitTransfer
 
- 
Creates FtpsImplicitTransfer instance.
 
- FtpsImplicitTransfer(String, String, String, Integer) - Constructor for class com.jscape.filetransfer.FtpsImplicitTransfer
 
- 
Creates FtpsImplicitTransfer instance.
 
- FtpsImplicitTransfer() - Constructor for class com.jscape.filetransfer.FtpsImplicitTransfer
 
- 
Creates FtpsImplicitTransfer instance.
 
- FtpsTransfer - Class in com.jscape.filetransfer
 
- 
Implements the basic functionality of a FTPS client using explicit SSL.
 
- FtpsTransfer(String, int, String, String, File, Set<FileTransferListener>) - Constructor for class com.jscape.filetransfer.FtpsTransfer
 
-  
 
- FtpsTransfer(String, String, String, File) - Constructor for class com.jscape.filetransfer.FtpsTransfer
 
- 
Creates FtpsTransfer instance.
 
- FtpsTransfer(String, String, String, int) - Constructor for class com.jscape.filetransfer.FtpsTransfer
 
- 
Creates FtpsTransfer instance.
 
- FtpsTransfer(String, String, String, Integer) - Constructor for class com.jscape.filetransfer.FtpsTransfer
 
- 
Method FtpsTransfer
 
- FtpsTransfer(String, String, String) - Constructor for class com.jscape.filetransfer.FtpsTransfer
 
- 
Creates FtpsTransfer instance.
 
- FtpsTransfer() - Constructor for class com.jscape.filetransfer.FtpsTransfer
 
- 
Creates FtpsTransfer instance.
 
- FtpTimeoutException - Exception in com.jscape.inet.ftp
 
- 
Thrown when a network timeout is encountered when trying to connect or transfer a file.
 
- FtpTimeoutException(String) - Constructor for exception com.jscape.inet.ftp.FtpTimeoutException
 
- 
Creates exception with specified message string.
 
- FtpTimeoutException(String, Exception) - Constructor for exception com.jscape.inet.ftp.FtpTimeoutException
 
- 
Creates exception with specified message string and source exception
 
- FtpTransfer - Class in com.jscape.filetransfer
 
- 
Implements the basic functionality of a FTP client.
 
- FtpTransfer(String, int, String, String, File, Set<FileTransferListener>) - Constructor for class com.jscape.filetransfer.FtpTransfer
 
-  
 
- FtpTransfer(String, String, String, File) - Constructor for class com.jscape.filetransfer.FtpTransfer
 
- 
Creates FtpTransfer instance.
 
- FtpTransfer(String, String, String, int) - Constructor for class com.jscape.filetransfer.FtpTransfer
 
- 
Creates FtpTransfer instance.
 
- FtpTransfer(String, String, String, Integer) - Constructor for class com.jscape.filetransfer.FtpTransfer
 
- 
Creates FtpTransfer instance.
 
- FtpTransfer(String, String, String) - Constructor for class com.jscape.filetransfer.FtpTransfer
 
- 
Creates FtpTransfer instance.
 
- FtpTransfer() - Constructor for class com.jscape.filetransfer.FtpTransfer
 
- 
Creates FtpTransfer instance.
 
- FtpUploadEvent - Class in com.jscape.inet.ftp
 
- 
Fired when file is uploaded to FTP server.
 
- FtpUploadEvent(Object, String, String, String, long, long) - Constructor for class com.jscape.inet.ftp.FtpUploadEvent
 
- 
Creates FtpUploadEvent.
 
- Fxp - Class in com.jscape.inet.ftp
 
- 
Implements the functionality of a basic FXP (FTP server to FTP server transfer)
 
- Fxp() - Constructor for class com.jscape.inet.ftp.Fxp
 
- 
Creates a new Fxp instance
 
- fxpEnd(FxpEndEvent) - Method in interface com.jscape.inet.ftp.FxpListener
 
- 
Invoked when FXP transfer ends for a file.
 
- FxpEndEvent - Class in com.jscape.inet.ftp
 
- 
Fired for each file successfully transferred during an FXP transfer.
 
- FxpEndEvent(Object, Object, String) - Constructor for class com.jscape.inet.ftp.FxpEndEvent
 
- 
Creates a new FxpEndEvent instance
 
- fxpFailed(FxpFailedEvent) - Method in interface com.jscape.inet.ftp.FxpListener
 
- 
Invoked when FXP transfer fails for a file.
 
- FxpFailedEvent - Class in com.jscape.inet.ftp
 
- 
Fired when a FXP transfer has failed to complete
 
- FxpFailedEvent(Object, Object, String, Exception) - Constructor for class com.jscape.inet.ftp.FxpFailedEvent
 
- 
Creates a new FxpFailedEvent instance
 
- FxpListener - Interface in com.jscape.inet.ftp
 
- 
Implements methods for capturing events sourced from Fxp and Fxps classes.
 
- Fxps - Class in com.jscape.inet.ftps
 
- 
Implements the functionality of a basic FXP (FTP server to FTP server transfer)
 
- Fxps() - Constructor for class com.jscape.inet.ftps.Fxps
 
-  
 
- fxpStart(FxpStartEvent) - Method in interface com.jscape.inet.ftp.FxpListener
 
- 
Invoked when FXP transfer starts for a file.
 
- FxpStartEvent - Class in com.jscape.inet.ftp
 
- 
Fired for each file that begins transfer in an FXP transfer.
 
- FxpStartEvent(Object, Object, String) - Constructor for class com.jscape.inet.ftp.FxpStartEvent
 
- 
Creates a new FxpStartEvent instance