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 Y Z

F

failedAccess() - Method in class com.jscape.inet.file.JAcl.Flag
 
FALSE - Static variable in class com.jscape.inet.ssh.types.SshBoolean
The Boolean object corresponding to the primitive value false.
FIFO - Static variable in class com.jscape.inet.file.JFileType
FIFO file.
FILE_FILTER - Static variable in class com.jscape.filetransfer.FileTransferRemoteFile
 
FILE_FILTER - Static variable in class com.jscape.util.FileTools
 
fileInherit() - Method in class com.jscape.inet.file.JAcl.Flag
 
fileStructure(char) - Method in class com.jscape.inet.ftps.FtpsClient
The FTP STRU command.
FileTools - Class in com.jscape.util
 
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.
FileTransferChangeDirEvent - Class in com.jscape.filetransfer
Fired when remote directory path is changed on server.
FileTransferChangeDirEvent(Object, 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(Object, String) - Constructor for class com.jscape.filetransfer.FileTransferCommandEvent
Creates FileTransferCommandEvent.
FileTransferConnectedEvent - Class in com.jscape.filetransfer
Fired when connection to server is established.
FileTransferConnectedEvent(Object, String) - Constructor for class com.jscape.filetransfer.FileTransferConnectedEvent
Creates FileTransferConnectedEvent.
FileTransferCreateDirEvent - Class in com.jscape.filetransfer
Fired when directory is created on server.
FileTransferCreateDirEvent(Object, 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(Object, 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(Object, String, String) - Constructor for class com.jscape.filetransfer.FileTransferDeleteFileEvent
Creates FileTransferDeleteFileEvent.
FileTransferDisconnectedEvent - Class in com.jscape.filetransfer
Fired when connection to server is released.
FileTransferDisconnectedEvent(Object, String) - Constructor for class com.jscape.filetransfer.FileTransferDisconnectedEvent
Creates FileTransferDisconnectedEvent.
FileTransferDownloadEvent - Class in com.jscape.filetransfer
Fired when file is downloaded from server.
FileTransferDownloadEvent(Object, String, String, String, long, long, boolean) - Constructor for class com.jscape.filetransfer.FileTransferDownloadEvent
Creates a new event instance.
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(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
 
FileTransferListener.Adapter() - Constructor for class com.jscape.filetransfer.FileTransferListener.Adapter
 
FileTransferProgressEvent - Class in com.jscape.filetransfer
Fired on significant progress in upload and download operations in FileTransfer derived classes.
FileTransferProgressEvent(Object, String, String, int, long, long) - Constructor for class com.jscape.filetransfer.FileTransferProgressEvent
Constructs new FileTransferProgressEvent.
FileTransferProgressEvent(Object, String, String, int, long, long, long) - Constructor for class com.jscape.filetransfer.FileTransferProgressEvent
Constructor.
FileTransferProgressEvent(Object, String, String, String, int, long, long, long) - Constructor for class com.jscape.filetransfer.FileTransferProgressEvent
Constructor.
FileTransferRemoteFile - Class in com.jscape.filetransfer
Represents a file returned in a remote directory listing.
FileTransferRemoteFile(String, String, boolean, boolean, long, Date, boolean, boolean) - Constructor for class com.jscape.filetransfer.FileTransferRemoteFile
Constructor.
FileTransferRemoteFile(String, String, boolean, boolean, long, Date, boolean, 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
 
FileTransferRemoteSort - Class in com.jscape.filetransfer
Sorts an Enumeration of FileTransferRemoteFile.
FileTransferRemoteSort(Enumeration, 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.FileDateComparator() - Constructor for class com.jscape.filetransfer.FileTransferRemoteSort.FileDateComparator
 
FileTransferRemoteSort.FileNameComparator - Class in com.jscape.filetransfer
Sorts files by name.
FileTransferRemoteSort.FileNameComparator() - Constructor for class com.jscape.filetransfer.FileTransferRemoteSort.FileNameComparator
 
FileTransferRemoteSort.FileSizeComparator - Class in com.jscape.filetransfer
Sorts files by filesize.
FileTransferRemoteSort.FileSizeComparator() - Constructor for class com.jscape.filetransfer.FileTransferRemoteSort.FileSizeComparator
 
FileTransferRenameFileEvent - Class in com.jscape.filetransfer
Fired when a file is renamed on server.
FileTransferRenameFileEvent(Object, 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(Object, String) - Constructor for class com.jscape.filetransfer.FileTransferResponseEvent
Creates FileTransferResponseEvent.
FileTransferUploadEvent - Class in com.jscape.filetransfer
Fired when file is uploaded to server.
FileTransferUploadEvent(Object, String, String, String, long, long) - Constructor for class com.jscape.filetransfer.FileTransferUploadEvent
Creates a new event instance.
fine(String) - Method in class com.jscape.util.Logger
 
FINE - Static variable in class com.jscape.util.Logger.Level
 
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, Exception) - Constructor for exception com.jscape.inet.finger.FingerException
Creates exception with specified message string and source exception
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.ssh.connection.channels.Channel.DataOutputStream
 
flush() - Method in class com.jscape.inet.telnet.TelnetInputStream
Reads until the amount of data available is greater than 0 bytes
forFile(JFile) - Static method in class com.jscape.inet.sftp.packets.SftpFileAttributes
Obtains the file attributes for the specified file.
format(PublicKey) - Method in class com.jscape.inet.ssh.transport.keyformat.DSSKeyFormat
 
format(PublicKey) - Method in class com.jscape.inet.ssh.transport.keyformat.KeyFormat
 
format(PublicKey) - Method in class com.jscape.inet.ssh.transport.keyformat.RSAKeyFormat
 
format(byte[]) - Method in interface com.jscape.inet.ssh.util.KeyFingerprintFormatter
Creates and formats the fingerprint for the specified key.
format(byte[]) - Method in class com.jscape.util.HexFormat
 
format(byte[], int, int) - Method in class com.jscape.util.HexFormat
 
formatData(byte[]) - Static method in class com.jscape.util.HexFormat
 
formatData(byte[], int, int) - Static method in class com.jscape.util.HexFormat
 
formatData(byte[], String) - Static method in class com.jscape.util.HexFormat
 
formatData(byte[], int, int, String) - Static method in class com.jscape.util.HexFormat
 
FormatException - Exception in com.jscape.inet.ssh.util.keyreader
Represents a format error.
FormatException() - Constructor for exception com.jscape.inet.ssh.util.keyreader.FormatException
 
FormatException(String) - Constructor for exception com.jscape.inet.ssh.util.keyreader.FormatException
 
FormatException(Throwable) - Constructor for exception com.jscape.inet.ssh.util.keyreader.FormatException
 
FORWARDED_TCPIP - Static variable in interface com.jscape.inet.ssh.connection.channels.ChannelTypes
 
ForwardSlash - Static variable in class com.jscape.zip.Zip
 
free() - Method in class com.jscape.inet.ssh.transport.compression.zlib.ZlibStream
 
fromHexString(String) - Method in class com.jscape.inet.util.MD5
fromHexString() function is to convert hex string to array of bytes.
FsecureClient - Class in com.jscape.inet.sftp.fsecure
The F-Secure 2.0.12 special implementation.
FsecureClient(Connection, SftpConfiguration) - Constructor for class com.jscape.inet.sftp.fsecure.FsecureClient
Creates a new client instance.
fstat(byte[]) - Method in class com.jscape.inet.sftp.SftpClient
Obtains the remote file attributes.
fstat(byte[]) - Method in class com.jscape.inet.sftp.v4.SftpClient4
Obtains the remote file attributes.
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.
FtpConnection - Interface in com.jscape.inet.ftp
Base interface for FTP connections.
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.
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, Exception) - Constructor for exception com.jscape.inet.ftp.FtpException
Creates exception with specified message string and source exception
FtpException(Exception) - 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.
FtpImplementation - Class in com.jscape.inet.ftp
Base class for all FTP client implementations.
FtpImplementation() - Constructor for class com.jscape.inet.ftp.FtpImplementation
 
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) - Constructor for class com.jscape.inet.ftp.FtpProgressEvent
Constructs new FtpProgressEvent.
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.
FtpsClient - Class in com.jscape.inet.ftps
The FTP client.
FtpsImplicitTransfer - Class in com.jscape.filetransfer
Implements the basic functionality of a FTPS client using implicit SSL.
FtpsImplicitTransfer() - 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, int) - 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(String, String, String, File) - 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() - Constructor for class com.jscape.filetransfer.FtpsTransfer
Creates FtpsTransfer instance.
FtpsTransfer(String, String, String) - 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, File) - 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() - 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(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, File) - 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

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 Y Z
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved