Skip navigation links
Secure iNet Factory
A B C D E F G H I J K L M N O P Q R S T U V W X Z 

F

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.
Finger - Class in com.jscape.inet.finger
Implements the basic functionality of a FINGER client.
Finger() - Constructor for class com.jscape.inet.finger.Finger
Constructs new Finger instance.
Finger(String) - Constructor for class com.jscape.inet.finger.Finger
Constructs new Finger instance.
FingerException - Exception in com.jscape.inet.finger
FingerException is thrown by many methods of Finger class.
FingerException(String) - Constructor for exception com.jscape.inet.finger.FingerException
Creates exception with specified message string.
FingerException(String, Throwable) - Constructor for exception com.jscape.inet.finger.FingerException
Creates exception with specified message string and source exception
FingerException(Throwable) - Constructor for exception com.jscape.inet.finger.FingerException
 
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
 
fireServiceEnded() - Method in class com.jscape.inet.ipclientssh.SshTunnelerConnection
Fires services ended event.
FLAG_ANSWERED - Static variable in class com.jscape.inet.imap.Imap
Flag used in marking a message as Answered.
FLAG_DELETED - Static variable in class com.jscape.inet.imap.Imap
Flag used in marking a message as Deleted.
FLAG_DRAFT - Static variable in class com.jscape.inet.imap.Imap
Flag used in marking a message as Draft.
FLAG_FLAGGED - Static variable in class com.jscape.inet.imap.Imap
Flag used in marking a message as Flagged.
FLAG_MODE_ADD - Static variable in class com.jscape.inet.imap.Imap
Flag mode used to add flags.
FLAG_MODE_DELETE - Static variable in class com.jscape.inet.imap.Imap
Flag mode used to delete flags.
FLAG_MODE_REPLACE - Static variable in class com.jscape.inet.imap.Imap
Flag mode used to replace flags.
FLAG_RECENT - Static variable in class com.jscape.inet.imap.Imap
Flag used in marking a message as Recent.
FLAG_SEEN - Static variable in class com.jscape.inet.imap.Imap
Flag used in marking a message as Seen.
flush() - Method in class com.jscape.inet.sftp.Sftp.SftpPipedOutputStream
 
flush() - Method in class com.jscape.inet.telnet.TelnetInputStream
Reads until the amount of data available is greater than 0 bytes
FORWARD_SLASH - Static variable in class com.jscape.zip.Zip
 
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
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
Skip navigation links
Secure iNet Factory

Copyright © JSCAPE LLC. 1999-2021. All Rights Reserved