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

S

sameAsIn(SshHostKeys.Entry) - Method in class com.jscape.inet.ssh.util.SshHostKeys.Fingerprint
 
sameChecksum(File, String) - Method in interface com.jscape.filetransfer.FileTransfer
Checks a checksum equality of local and remote files.
sameChecksum(File, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Checks a checksum equality of local and remote files.
sameChecksum(File, String) - Method in class com.jscape.filetransfer.FtpTransfer
 
sameChecksum(File, String) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
sameChecksum(File, String) - Method in class com.jscape.inet.sftp.Sftp
 
Scp - Class in com.jscape.inet.scp
Implements the basic functionality of an SCP (Secure Copy) client over SSH2 protocol.
Scp(SshParameters, SshConfiguration, File, int, boolean, Logger) - Constructor for class com.jscape.inet.scp.Scp
Creates a new SCP client instance.
Scp(SshParameters, SshConfiguration) - Constructor for class com.jscape.inet.scp.Scp
Creates a new SCP client instance.
Scp(SshParameters, Logger) - Constructor for class com.jscape.inet.scp.Scp
Creates a new SCP client instance.
Scp(SshParameters) - Constructor for class com.jscape.inet.scp.Scp
Creates a new SCP client instance.
ScpConnectedEvent - Class in com.jscape.inet.scp.events
SCP connected event.
ScpConnectedEvent(Scp, String, int) - Constructor for class com.jscape.inet.scp.events.ScpConnectedEvent
Creates a new event instance.
ScpDisconnectedEvent - Class in com.jscape.inet.scp.events
SCP disconnected event.
ScpDisconnectedEvent(Scp, String, int) - Constructor for class com.jscape.inet.scp.events.ScpDisconnectedEvent
Creates a new event instance.
ScpEvent - Class in com.jscape.inet.scp.events
SCP event.
ScpEventAdapter - Class in com.jscape.inet.scp.events
SCP event adapter.
ScpEventAdapter() - Constructor for class com.jscape.inet.scp.events.ScpEventAdapter
 
ScpEventListener - Interface in com.jscape.inet.scp.events
SCP event listener.
ScpException - Exception in com.jscape.inet.scp
Represents SCP protocol error.
ScpException() - Constructor for exception com.jscape.inet.scp.ScpException
 
ScpException(String) - Constructor for exception com.jscape.inet.scp.ScpException
 
ScpException(String, Throwable) - Constructor for exception com.jscape.inet.scp.ScpException
 
ScpException(Throwable) - Constructor for exception com.jscape.inet.scp.ScpException
 
ScpFileDownloadedEvent - Class in com.jscape.inet.scp.events
SCP file downloaded event.
ScpFileDownloadedEvent(Scp, String, long, long) - Constructor for class com.jscape.inet.scp.events.ScpFileDownloadedEvent
Creates a new event.
ScpFileUploadedEvent - Class in com.jscape.inet.scp.events
SCP file uploaded event.
ScpFileUploadedEvent(Scp, String, long, long) - Constructor for class com.jscape.inet.scp.events.ScpFileUploadedEvent
Creates a new event.
ScpTransferProgressEvent - Class in com.jscape.inet.scp.events
SCP transfer progress event.
ScpTransferProgressEvent(Scp, String, long, long, int) - Constructor for class com.jscape.inet.scp.events.ScpTransferProgressEvent
Creates a new event instance.
scriptFile - Variable in class com.jscape.ftcl.FTCL.Configuration
 
secure - Variable in class com.jscape.ftcl.FTCL.Configuration
 
SERPENT128_CBC - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
SERPENT128_CTR - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
SERPENT192_CBC - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
SERPENT192_CTR - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
SERPENT256_CBC - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
SERPENT256_CTR - Static variable in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptions
 
serverToClient(KeyFactory, EncryptionFactory.Mode) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptionFactory.Entry
 
serverToClient(KeyFactory) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacFactory.Entry
 
serverToClientCompressionFor(CompressionFactory.Mode) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.ComponentCompressionFactory.Entry
 
serverToClientCompressionFor(String, CompressionFactory.Mode) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.ComponentCompressionFactory
 
serverToClientCompressionFor(String, CompressionFactory.Mode) - Method in interface com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.CompressionFactory
Returns a compression operation for server-client direction.
serverToClientEncryptionFor(String, KeyFactory, EncryptionFactory.Mode) - Method in interface com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.EncryptionFactory
Returns an encryption operation for server-client direction.
serverToClientEncryptionFor(String, KeyFactory, EncryptionFactory.Mode) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptionFactory
 
serverToClientMacFor(String, KeyFactory) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacFactory
 
serverToClientMacFor(String, KeyFactory) - Method in interface com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.MacFactory
Returns a MAC operation for server-client direction.
set(ComponentCompressionFactory.Entry...) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.ComponentCompressionFactory
Sets algorithm entries.
set(JceEncryptionFactory.Entry...) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceEncryptionFactory
Sets algorithm entries.
set(JceMacFactory.Entry...) - Method in class com.jscape.inet.ssh.protocol.v2.marshaling.algorithms.JceMacFactory
Sets algorithm entries.
set(ComponentClientKeyExchangeFactory.Entry...) - Method in class com.jscape.inet.ssh.protocol.v2.transport.keyexchange.ComponentClientKeyExchangeFactory
Sets the factory entries.
set(SshHostKeys.Entry...) - Method in class com.jscape.inet.ssh.util.SshHostKeys
Sets the store entries.
setAccount(String) - Method in class com.jscape.inet.ftp.Ftp
Sets optional account of FTP server.
setAccount(String) - Method in class com.jscape.inet.ftps.Ftps
Sets optional account of FTP server.
setAscendent(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteSort.FileTransferRemoteComparator
Sets the ascendet indicator.
setAscendent(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteSort
Sets whether sort will be performed in ascending or descending order.
setAscii() - Method in interface com.jscape.filetransfer.FileTransfer
Sets data transfer mode to ASCII.
setAscii() - Method in class com.jscape.filetransfer.FtpsTransfer
Sets data transfer mode to ASCII.
setAscii() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setAscii() - Method in class com.jscape.inet.ftp.Ftp
Sets data transfer mode to ASCII.
setAscii() - Method in class com.jscape.inet.ftps.Ftps
Sets data transfer mode to ASCII.
setAscii() - Method in class com.jscape.inet.sftp.Sftp
Sets data transfer mode to ASCII.
setAuto(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Sets data transfer mode to automatically detect transfer mode.
setAuto(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets data transfer mode to automatically detect transfer mode.
setAuto(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setAuto(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets data transfer mode to be automatically detected.
setAuto(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets data transfer mode to automatic detect.
setAuto(boolean) - Method in class com.jscape.inet.sftp.Sftp
Sets data transfer mode to automatic detect Any files with a base Content-Type value of text will be transferred using ASCII, all other files will be transfered using binary.
setAutoDetectIpv6(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Set auto detect Ipv6.
setAutoDetectIpv6(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Set auto detect Ipv6.
setAutoDetectIpv6(boolean) - Method in class com.jscape.inet.ftp.Ftp
Set auto detect Ipv6 detection mode.
setAutoDetectIpv6(boolean) - Method in class com.jscape.inet.ftps.Ftps
Set auto detect Ipv6 detection mode.
setAutomaticVersionLoweringEnabled(boolean) - Method in class com.jscape.inet.sftp.Sftp
Sets automatic version lowering flag.
setBinary() - Method in interface com.jscape.filetransfer.FileTransfer
Sets data transfer mode to binary.
setBinary() - Method in class com.jscape.filetransfer.FtpsTransfer
Sets data transfer mode to binary.
setBinary() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setBinary() - Method in class com.jscape.inet.ftp.Ftp
Sets data transfer mode to binary.
setBinary() - Method in class com.jscape.inet.ftps.Ftps
Sets data transfer mode to binary.
setBinary() - Method in class com.jscape.inet.sftp.Sftp
Sets data transfer mode to binary.
setBlockSize(int) - Method in class com.jscape.inet.sftp.Sftp
Deprecated.
see #setUploadBlockSize
setBlockTransferSize(int) - Method in interface com.jscape.filetransfer.FileTransfer
Sets block size for use in transferring files.
setBlockTransferSize(int) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets block size for use in transferring files.
setBlockTransferSize(int) - Method in class com.jscape.filetransfer.FtpTransfer
Sets block size for use in transferring files.
setBlockTransferSize(int) - Method in class com.jscape.inet.ftp.Ftp
Sets block size for use in transferring files.
setBlockTransferSize(int) - Method in class com.jscape.inet.ftps.Ftps
Sets block size for use in transferring files.
setCharacterEncoding(String) - Method in class com.jscape.inet.ftp.Ftp
Deprecated.
use the setWireEncoding method
setCharacterEncoding(String) - Method in class com.jscape.inet.ftps.Ftps
Deprecated.
use the setWireEncoding method
setChecksumVerificationRequired(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
 
setChecksumVerificationRequired(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
 
setChecksumVerificationRequired(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
 
setClientAuthentication(ClientAuthentication) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setClientAuthentication(ClientAuthentication) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets client authentication operation.
setClientCertificates(KeyStore, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets optional client certificate keystore for use during authentication.
setClientCertificates(String, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets optional client certificate to be used during authentication.
setClientCertificates(KeyStore, String) - Method in class com.jscape.inet.ftps.Ftps
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String) - Method in class com.jscape.inet.ftps.Ftps
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.ftps.Ftps
Sets optional client certificate to be used during authentication.
setComparator(FileTransferRemoteSort.FileTransferRemoteComparator) - Method in class com.jscape.filetransfer.FileTransferRemoteSort
Sets FileTransferRemoteComparator.
setCompression(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets whether the data will be compressed during the transfering.
setCompression(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Sets whether the data will be compressed during the transfering.
setCompression(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets whether the data will be compressed during the transfer.
setCompression(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether the data will be compressed during the transfer.
setConfiguration(SftpConfiguration) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setConfiguration(SshConfiguration) - Method in class com.jscape.inet.scp.Scp
Sets current SSH configuration.
setConfiguration(SftpConfiguration) - Method in class com.jscape.inet.sftp.Sftp
 
setConnectBeforeCommand(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the connectBefore property value
setConnectBeforeCommand(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Sets the connectBefore property value
setConnectBeforeCommand(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets whether passive socket connection should be established before or after sending command to read data from passive connection.
setConnectBeforeCommand(boolean) - Method in class com.jscape.inet.ftps.Ftps
Gets whether connection will be established before sending data transfer command.
setConnectionTimeout(long) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets connection timeout.
setConnectionType(Ftps.ConnectionStrategy) - Method in class com.jscape.inet.ftps.Ftps
Sets the connection type.
setContext(SSLContext) - Method in class com.jscape.inet.ftps.Ftps
Sets the current SSL context.
setContextAlgorithm(String) - Method in class com.jscape.inet.ftps.Ftps
Sets algorithm used for SSL communications in default context.
setContextAlgorithmProvider(String) - Method in class com.jscape.inet.ftps.Ftps
Sets provider used for X509 algorithm in default context.
setContextKeystoreProvider(String) - Method in class com.jscape.inet.ftps.Ftps
Sets provider used for keystore in default context.
setContextProtocol(String) - Method in class com.jscape.inet.ftps.Ftps
Sets protocol used for SSL communications in default context.
setContextProtocolProvider(String) - Method in class com.jscape.inet.ftps.Ftps
Sets provider used for TLS protocol in default context.
setData(Enumeration) - Method in class com.jscape.filetransfer.FileTransferRemoteSort
Sets the data to be sorted.
setDataPort(int) - Method in class com.jscape.inet.ftp.Ftp
Deprecated.
Replaced by setDataPortRange
setDataPort(int) - Method in class com.jscape.inet.ftps.Ftps
Deprecated.
Replaced by setDataPortRange
setDataPortRange(int, int) - Method in class com.jscape.inet.ftp.Ftp
Sets the data port range for incoming non-passive (active) connections.
setDataPortRange(int, int) - Method in class com.jscape.inet.ftps.Ftps
Sets the data port range for incoming non-passive (active) connections.
setDate(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets date for this FtpFile.
setDebug(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setDebug(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.scp.Scp
Turns on/off debug log level.
setDebug(boolean) - Method in class com.jscape.inet.sftp.Sftp
Turns on/off debug log level.
setDebugStream(PrintStream) - Method in interface com.jscape.filetransfer.FileTransfer
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setDebugStream(PrintStream) - Method in class com.jscape.ftcl.FTCL
Sets the debug stream used by FTCL.
setDebugStream(PrintStream) - Method in class com.jscape.inet.ftp.Ftp
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.ftps.Ftps
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.scp.Scp
Sets a debug stream.
setDebugStream(PrintStream) - Method in class com.jscape.inet.sftp.Sftp
Sets a debug stream.
setDefaultDirectoryPermissions(PosixFilePermissions) - Method in class com.jscape.inet.sftp.Sftp
 
setDefaultDirectoryPermissions(int) - Method in class com.jscape.inet.sftp.Sftp
 
setDir(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets current directory on server.
setDir(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets current directory on server.
setDir(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setDir(String) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setDir(String) - Method in class com.jscape.inet.ftp.Ftp
Sets current directory on FTP server.
setDir(String) - Method in class com.jscape.inet.ftps.Ftps
Sets current directory on FTP server.
setDir(String) - Method in class com.jscape.inet.sftp.Sftp
Sets current directory on SSH server.
setDirectory(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets if file is a directory.
setDirectory(boolean) - Method in class com.jscape.inet.ftp.FtpFile
Denotes file as a directory.
setDirUp() - Method in interface com.jscape.filetransfer.FileTransfer
Sets current directory on server to parent directory.
setDirUp() - Method in class com.jscape.filetransfer.FtpsTransfer
Sets current directory on server to parent directory.
setDirUp() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setDirUp() - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setDirUp() - Method in class com.jscape.inet.ftp.Ftp
Sets current directory on FTP server to parent directory.
setDirUp() - Method in class com.jscape.inet.ftps.Ftps
Sets current directory on FTP server to parent directory.
setDirUp() - Method in class com.jscape.inet.sftp.Sftp
Sets current directory on SSH server to parent directory.
setDiskEncoding(String) - Method in class com.jscape.inet.ftps.Ftps
Sets character set used when reading data from disk for ASCII file transfer.
setDownloadBlockSize(int) - Method in class com.jscape.inet.scp.Scp
Deprecated.
use setTransferBufferSizeBytes()
setDownloadBlockSize(int) - Method in class com.jscape.inet.sftp.Sftp
Sets the transfer buffer size for download operation.
setEnabledCiphers(String[]) - Method in class com.jscape.inet.ftps.Ftps
Sets user-defined enabled SSL cipher suites.
setErrorOnSizeCommand(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the indicator value which will be used by methods that invokes getFileSize.
setErrorOnSizeCommand(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Sets the indicator value which will be used by methods that invokes getFileSize.
setErrorOnSizeCommand(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets whether an exception should be thrown when downloading a file and server does not support SIZE command.
setErrorOnSizeCommand(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether an exception should be thrown when downloading a file and server does not support SIZE command.
setFileAccessTimestamp(String, Date) - Method in class com.jscape.filetransfer.SftpFileTransfer
Sets file access time.
setFileAccessTimestamp(String, Date) - Method in class com.jscape.inet.sftp.Sftp
Sets file access time.
setFileAttributesPreservingRequired(boolean) - Method in class com.jscape.inet.scp.Scp
Sets file attributes preserving required flag.
setFileCreationTime(String, Date) - Method in class com.jscape.inet.ftp.Ftp
Sets file creation time with a new value.
setFileCreationTime(String, Date) - Method in class com.jscape.inet.ftps.Ftps
Sets file creation time with a new value.
setFileCreationTimestamp(String, Date) - Method in class com.jscape.filetransfer.SftpFileTransfer
Sets file creation time.
setFileCreationTimestamp(String, Date) - Method in class com.jscape.inet.sftp.Sftp
Sets file creation time.
setFileDate(Date) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets the last modified date file.
setFileModificationTime(String, Date) - Method in interface com.jscape.filetransfer.FileTransfer
Set file modifcation time.
setFileModificationTime(String, Date) - Method in class com.jscape.filetransfer.FtpsTransfer
Set file modifcation time.
setFileModificationTime(String, Date) - Method in class com.jscape.filetransfer.FtpTransfer
Set modification time.
setFileModificationTime(String, Date) - Method in class com.jscape.inet.ftp.Ftp
Sets the file modification time with a new value.
setFileModificationTime(String, Date) - Method in class com.jscape.inet.ftps.Ftps
Sets the file modification time with a new value.
setFilename(String) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets remote filename.
setFilename(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets filename for this FtpFile.
setFilePermissions(String, int) - Method in class com.jscape.filetransfer.SftpFileTransfer
Sets file permissions.
setFilePermissions(String, int) - Method in class com.jscape.inet.sftp.Sftp
Sets file permissions.
setFilesize(long) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets remote filesize.
setFilesize(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets file size for this FtpFile.
setFileTimestamp(String, Date) - Method in interface com.jscape.filetransfer.FileTransfer
Sets date/timestamp of remote file from server

When using the FTP/S protocols the MDTM command is used.

setFileTimestamp(String, Date) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets date/timestamp of remote file from server

When using the FTP/S protocols the MDTM command is used.

setFileTimestamp(String, Date) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setFileTimestamp(String, Date) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setFileTimestamp(String, Date) - Method in class com.jscape.inet.ftp.Ftp
Sets date/timestamp of remote file on FTP server.
setFileTimestamp(String, Date) - Method in class com.jscape.inet.ftps.Ftps
Sets date/timestamp of remote file from FTP server.
setFileTimestamp(String, Date) - Method in class com.jscape.inet.sftp.Sftp
Sets file modification time.
setFtpFileParser(FtpFileParser) - Method in class com.jscape.inet.ftp.Ftp
Sets the FtpFileParser used to parse directory listing returned when invoking Ftp#getDirListing method.
setFtpFileParser(FtpFileParser) - Method in class com.jscape.inet.ftp.FtpFile
 
setFtpFileParser(FtpFileParser) - Method in class com.jscape.inet.ftps.Ftps
Sets the FtpFileParser used to parse directory listing returned when invoking Ftps#getDirListing method.
setFtpsCertificateVerifier(FtpsCertificateVerifier) - Method in class com.jscape.inet.ftps.Ftps
Sets FTPS certificate verifier.
setGroup(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets group for this FtpFile.
setHostKeyVerifier(HostKeyVerificationService) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setHostKeyVerifier(HostKeyVerificationService) - Method in class com.jscape.inet.ssh.util.SshParameters
Setups new host key verifier.
setHostname(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets hostname of server.
setHostname(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets hostname of server.
setHostname(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setHostname(String) - Method in class com.jscape.inet.ftp.Ftp
Sets hostname of FTP server.
setHostname(String) - Method in class com.jscape.inet.ftps.Ftps
Sets hostname of FTP server.
setHostname(String, boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets the hostname of FTP Server.
setHostname(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets a server host.
setIsYearSet(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Is the year of the file date set?
setKeepAlive(boolean) - Method in class com.jscape.inet.ftp.Ftp
Set socket keep alive.
setKeyPair(KeyPair) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setKeyPair(File, String) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setKeyPair(KeyPair) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets user key pair.
setLine(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets the original line sent by FTP server and used in parsing this FtpFile
setLineTerminator(String) - Method in class com.jscape.inet.sftp.Sftp
Sets destination line terminator used in ASCII file transfers.
setLinger(int) - Method in class com.jscape.inet.ftp.Ftp
Sets the linger time for closing data sockets.
setLinger(int) - Method in class com.jscape.inet.ftps.Ftps
Sets the linger time for closing data sockets.
setLink(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets if is a symbolic link.
setLinkTarget(String) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets link target.
setLinkTarget(String) - Method in class com.jscape.inet.ftp.FtpFile
Set the target if this entry is a link.
setListeners(LinkedList) - Method in class com.jscape.inet.ftps.Ftps
Set the list of listeners.
setLocalDir(File) - Method in interface com.jscape.filetransfer.FileTransfer
Sets local directory to be used in session.
setLocalDir(File) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets local directory to be used in session.
setLocalDir(File) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setLocalDir(File) - Method in class com.jscape.inet.ftp.Ftp
Sets local directory to be used in FTP session.
setLocalDir(File) - Method in class com.jscape.inet.ftps.Ftps
Sets local directory to be used in FTP session.
setLocalDir(File) - Method in class com.jscape.inet.scp.Scp
Sets current local directory.
setLocalDir(File) - Method in class com.jscape.inet.sftp.Sftp
Sets local directory to be used in session.
setLocale(Locale) - Method in class com.jscape.inet.ftp.UnixParser
Sets locale used for parsing date.
setLogLevel(Level) - Method in class com.jscape.inet.scp.Scp
Sets current log level.
setLogLevel(Level) - Method in class com.jscape.inet.sftp.Sftp
Sets current log level.
setNATAddress(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets a NAT address which will be used after PASV command.
setNATAddress(String) - Method in class com.jscape.filetransfer.FtpTransfer
Sets a NAT address which will be used after PASV command.
setNATAddress(String) - Method in class com.jscape.inet.ftp.Ftp
Sets a NAT address which will be used for PASV file transfers.
setNATAddress(String) - Method in class com.jscape.inet.ftps.Ftps
Sets a NAT address which will be used for PASV file transfers.
setOwner(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets owner of this FtpFile.
setParameters(SshParameters) - Method in class com.jscape.inet.scp.Scp
Sets current SSH parameters.
setParameters(SshParameters) - Method in class com.jscape.inet.sftp.Sftp
 
setPassive(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Sets whether passive mode is used for FTP connections.
setPassive(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets whether passive mode is used for FTP connections.
setPassive(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setPassive(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets whether passive mode should be used.
setPassive(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether passive mode should be used.
setPassword(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets password.
setPassword(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets password.
setPassword(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setPassword(String) - Method in class com.jscape.inet.ftp.Ftp
Sets password of FTP user.
setPassword(String) - Method in class com.jscape.inet.ftps.Ftps
Sets password of FTP user.
setPassword(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets an user password.
setPerformMLSDListing(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Set MLSD directory listing.
setPerformMLSDListing(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Set MLSD directory listing.
setPermission(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets permissions string for this FtpFile.
setPipelinedTransferEnabled(boolean) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setPipelinedTransferEnabled(boolean) - Method in class com.jscape.inet.sftp.Sftp
 
setPipelineWindowSize(int) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setPipelineWindowSize(int) - Method in class com.jscape.inet.sftp.Sftp
Sets the window size (a number of request packets without response) in pipeline transfer mode.
setPort(int) - Method in interface com.jscape.filetransfer.FileTransfer
Sets port of remote server.
setPort(int) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets port of remote server.
setPort(int) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setPort(int) - Method in class com.jscape.inet.ftp.Ftp
Sets port of FTP server.
setPort(int) - Method in class com.jscape.inet.ftps.Ftps
Sets port of FTP server.
setPort(int) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets a server port.
setPortAddress(String) - Method in class com.jscape.inet.ftp.Ftp
Sets the external IP address to use when listing for active connections using the PORT command.
setPortAddress(String) - Method in class com.jscape.inet.ftps.Ftps
Sets the external address to use when using active connections using the PORT command.
setPreserveDownloadTimestamp(boolean) - Method in class com.jscape.inet.ftp.Ftp
Set the preserve download timestamp value.
setPreserveDownloadTimestamp(boolean) - Method in class com.jscape.inet.ftps.Ftps
Set the preserve download timestamp value.
setPreserveFileDownloadTimestamp(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Set preserve file download timestamps.
setPreserveFileDownloadTimestamp(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Set preserve file download timestamps.
setPreserveFileDownloadTimestamp(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
 
setPreserveFileUploadTimestamp(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Get preserve file upload timestamps.
setPreserveFileUploadTimestamp(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Get preserve file upload timestamps.
setPreserveFileUploadTimestamp(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
 
setPreserveTime(boolean) - Method in class com.jscape.inet.scp.Scp
Deprecated.
use setFileAttributesPreservingRequired
setPreserveUploadTimestamp(boolean) - Method in class com.jscape.inet.ftp.Ftp
Set upload modification time, replaces the last modified timestamp with that of the local file after upload is complete.
setPreserveUploadTimestamp(boolean) - Method in class com.jscape.inet.ftps.Ftps
Set upload modification time, replaces the last modified timestamp with that of the local file after upload is complete.
setPrivateKey(File, String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets key pair to be used when authenticating with SSH Server.
setPrivateKey(File) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets key pair to be used when authenticating with SSH Server.
setPrivateKey(String, String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets key pair to be used when authenticating with SSH Server.
setPrivateKey(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets key pair to be used when authenticating with SSH Server.
setProtectionLevel(char) - Method in class com.jscape.inet.ftps.Ftps
Changes the protection level.
setProtocol(String) - Method in class com.jscape.inet.ftps.Ftps
Sets TLS/SSL protocol name.
setProxyAuthentication(String, String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets the proxy authentication username and password to use with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the proxy authentication username and password to use with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.filetransfer.FtpTransfer
Sets the proxy authentication username and password to use with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.ftp.Ftp
Sets the proxy authentication username and password to use with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.ftps.Ftps
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.sftp.Sftp
Sets the proxy authentication username and password to use with proxy server.
setProxyHost(String, int) - Method in interface com.jscape.filetransfer.FileTransfer
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.filetransfer.FtpTransfer
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.ftp.Ftp
Sets the proxy hostname and port for this FTP connection.
setProxyHost(String, int) - Method in class com.jscape.inet.ftps.Ftps
Sets the proxy hostname and port for this FTPS connection.
setProxyHost(String, int) - Method in class com.jscape.inet.sftp.Sftp
Sets the proxy hostname and port for this connection.
setProxyHost(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets the proxy hostname.
setProxyPassword(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets the proxy authentication password.
setProxyPort(int) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets the proxy port.
setProxyType(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.filetransfer.FtpTransfer
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.ftp.Ftp
Sets the proxy type will be used for this FTP connection.
setProxyType(String) - Method in class com.jscape.inet.ftps.Ftps
Sets the proxy type will be used for this FTPS connection.
setProxyType(String) - Method in class com.jscape.inet.sftp.Sftp
Sets the proxy type will be used for this FTP connection.
setProxyType(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets the proxy type
setProxyUserId(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Deprecated.
use setProxyUsername()
setProxyUsername(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets a proxy username.
setPublicKeyAlgorithm(String) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setPublicKeyAlgorithms(PublicKeyAlgorithm...) - Method in class com.jscape.inet.ssh.util.SshParameters
 
setReadable(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets filename "readable" flag.
setReadingTimeout(long) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets reading timeout.
setReceiveBufferSize(int) - Method in class com.jscape.inet.ftp.Ftp
Sets the receive buffer size option of the ftp connection.
setReceiveBufferSize(int) - Method in class com.jscape.inet.ftps.Ftps
Sets the receive buffer size option of the ftps connection.
setReceiveBufferSize(int) - Method in class com.jscape.inet.sftp.Sftp
Sets the receive buffer size option of the sftp connection.
setSendBufferSize(int) - Method in class com.jscape.inet.ftp.Ftp
Sets the send buffer size option of the ftp connection.
setSendBufferSize(int) - Method in class com.jscape.inet.ftps.Ftps
Sets the send buffer size option of the ftps connection.
setSendBufferSize(int) - Method in class com.jscape.inet.sftp.Sftp
Sets the send buffer size option of the sftp connection.
setServerCertificates(KeyStore) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets optional server certificate keystore to use during authentication.
setServerCertificates(String, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets optional server certificate to be used during authentication.
setServerCertificates(KeyStore) - Method in class com.jscape.inet.ftps.Ftps
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String) - Method in class com.jscape.inet.ftps.Ftps
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.ftps.Ftps
Sets optional server certificate to be used during authentication.
setShutdownCCC(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets whether SSL connection should be shutdown after successfully issuing CCC command.
setShutdownCCC(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether SSL connection should be shutdown after successfully issuing CCC command.
setSocketTrafficClass(Integer) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setSocketTrafficClass(Integer) - Method in class com.jscape.inet.ssh.util.SshParameters
Set socket traffic class.
setSshHostname(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Deprecated.
use setHostname()
setSshPassword(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Deprecated.
use setPassword()
setSshPort(int) - Method in class com.jscape.inet.ssh.util.SshParameters
Deprecated.
use setPort()
setSshUsername(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Deprecated.
use setUsername()
setSslHandshakeCompletedListener(HandshakeCompletedListener) - Method in class com.jscape.inet.ftps.Ftps
 
setTcpNoDelay(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
 
setTcpNoDelay(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
 
setTcpNoDelay(Boolean) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setTcpNoDelay(boolean) - Method in class com.jscape.inet.ftp.Ftp
 
setTcpNoDelay(boolean) - Method in class com.jscape.inet.ftps.Ftps
 
setTcpNoDelay(Boolean) - Method in class com.jscape.inet.ssh.util.SshParameters
Set TCP no delay.
setTime(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets time for this FtpFile.
setTimeout(long) - Method in interface com.jscape.filetransfer.FileTransfer
Sets the timeout for opening connection to server.
setTimeout(long) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the timeout for opening connection to server.
setTimeout(long) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setTimeout(int) - Method in class com.jscape.inet.ftp.Ftp
Sets the timeout for opening connection to FTP server.
setTimeout(int) - Method in class com.jscape.inet.ftps.Ftps
Sets the timeout for opening connection to FTP server.
setTimeout(long) - Method in class com.jscape.inet.sftp.Sftp
Deprecated.
use setParameters()
setTimeZone(TimeZone) - Method in interface com.jscape.filetransfer.FileTransfer
Set the timezone, used for preserving timestamps.
setTimeZone(TimeZone) - Method in class com.jscape.filetransfer.FtpsTransfer
Set the timezone, used for preserving timestamps.
setTimeZone(TimeZone) - Method in class com.jscape.filetransfer.FtpTransfer
 
setTimezone(TimeZone) - Method in class com.jscape.inet.ftp.Ftp
Set the timezone.
setTimezone(TimeZone) - Method in class com.jscape.inet.ftps.Ftps
Set the timezone.
setTransferBufferSizeBytes(int) - Method in class com.jscape.inet.scp.Scp
Sets current transfer buffer size.
setUploadBlockSize(int) - Method in class com.jscape.inet.scp.Scp
Deprecated.
use setTransferBufferSizeBytes()
setUploadBlockSize(int) - Method in class com.jscape.inet.sftp.Sftp
Sets the transfer buffer size for upload operations.
setUseEPRT(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Set use EPRT.
setUseEPRT(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Sets use EPRT indicator.
setUseEPRT(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets whether to use EPRT or PASV command for data tranfers.
setUseEPRT(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether to use EPRT or PORT command for data tranfers.
setUseEPSV(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
setUseEPSV(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Sets use EPSV indicator.
setUseEPSV(boolean) - Method in class com.jscape.inet.ftp.Ftp
Sets whether to use EPSV or PASV command for data tranfers.
setUseEPSV(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether to use EPSV or PASV command for data tranfers.
setUseExtendedDirectoryListing(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets the use extended directory listing field.
setUseExtendedDirectoryListing(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Sets the use extended directory listing field.
setUsername(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets username.
setUsername(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets username.
setUsername(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setUsername(String) - Method in class com.jscape.inet.ftp.Ftp
Sets username of FTP user.
setUsername(String) - Method in class com.jscape.inet.ftps.Ftps
Sets username of FTP user.
setUsername(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets an username.
setVersion(int) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
setVersion(int) - Method in class com.jscape.inet.sftp.Sftp
Sets current target SFTP version.
setWireEncoding(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets encoding set used when issuing commands and transferring files.
setWireEncoding(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets encoding set used when issuing commands and transferring files.
setWireEncoding(String) - Method in class com.jscape.filetransfer.FtpTransfer
Sets encoding set used when issuing commands and transferring files.
setWireEncoding(String) - Method in class com.jscape.inet.ftp.Ftp
Sets encoding set used when issuing commands and transferring files.
setWireEncoding(String) - Method in class com.jscape.inet.ftps.Ftps
Sets character set used when issuing commands and transferring files in ASCII mode.
setWritable(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets filename "writable" flag.
Sftp - Class in com.jscape.inet.sftp
Implements the basic functionality of a SFTP (FTP over SSH) client.
Sftp(SshParameters, SftpConfiguration, int, File, String, int, int, Logger) - Constructor for class com.jscape.inet.sftp.Sftp
Creates a new client instance.
Sftp(SshParameters, File, SftpConfiguration) - Constructor for class com.jscape.inet.sftp.Sftp
Creates a new SFTP client instance.
Sftp(SshParameters, SftpConfiguration) - Constructor for class com.jscape.inet.sftp.Sftp
Creates a new client instance.
Sftp(SshParameters, File) - Constructor for class com.jscape.inet.sftp.Sftp
Creates a new client instance.
Sftp(SshParameters) - Constructor for class com.jscape.inet.sftp.Sftp
Creates a new client instance.
Sftp.DirectoryService - Class in com.jscape.inet.sftp
 
Sftp.DirectoryService.Directory<T> - Class in com.jscape.inet.sftp
 
Sftp.DownloadDirectoryOperation - Class in com.jscape.inet.sftp
 
Sftp.DownloadFileOperation - Class in com.jscape.inet.sftp
 
Sftp.DownloadFileOperation.Listener - Interface in com.jscape.inet.sftp
 
Sftp.DownloadFileOperation.NullListener - Class in com.jscape.inet.sftp
 
Sftp.DownloadFileOperation.TransferStrategy - Enum in com.jscape.inet.sftp
 
Sftp.RecursiveDeleteOperation - Class in com.jscape.inet.sftp
 
Sftp.RecursiveFileListOperation - Class in com.jscape.inet.sftp
 
Sftp.RemoteDirectory - Interface in com.jscape.inet.sftp
 
Sftp.RemoteDirectory.CurrentDirectory - Class in com.jscape.inet.sftp
 
Sftp.RemoteDirectory.PathDirectory - Class in com.jscape.inet.sftp
 
Sftp.RemoteDirectory.PathElementsDirectory - Class in com.jscape.inet.sftp
 
Sftp.SftpPipedInputStream - Class in com.jscape.inet.sftp
 
Sftp.SftpPipedOutputStream - Class in com.jscape.inet.sftp
 
Sftp.UploadDirectoryOperation - Class in com.jscape.inet.sftp
 
Sftp.UploadFileOperation - Class in com.jscape.inet.sftp
 
Sftp.UploadFileOperation.Listener - Interface in com.jscape.inet.sftp
 
Sftp.UploadFileOperation.NullListener - Class in com.jscape.inet.sftp
 
Sftp.UploadFileOperation.TransferStrategy - Enum in com.jscape.inet.sftp
 
SftpAdapter - Class in com.jscape.inet.sftp.events
Implements methods for capturing events sourced from Sftp class.
SftpAdapter() - Constructor for class com.jscape.inet.sftp.events.SftpAdapter
 
SftpAuthenticationException - Exception in com.jscape.inet.sftp
Exception thrown when trying to create or access a resource with insufficient permissions.
SftpAuthenticationException(String, String) - Constructor for exception com.jscape.inet.sftp.SftpAuthenticationException
Creates new SftpAuthenticationException instance
SftpChangeDirEvent - Class in com.jscape.inet.sftp.events
This event is fired when the remote directory path is changed on the server.
SftpChangeDirEvent(Sftp, String) - Constructor for class com.jscape.inet.sftp.events.SftpChangeDirEvent
Creates a new SftpChangeDirEvent instance
SftpConfiguration - Class in com.jscape.inet.sftp
A SFTP configuration.
SftpConfiguration(SshConfiguration, boolean) - Constructor for class com.jscape.inet.sftp.SftpConfiguration
Creates a new configuration instance.
SftpConnectedEvent - Class in com.jscape.inet.sftp.events
This event is fired when connection to SSH server is established.
SftpConnectedEvent(Sftp, String, int) - Constructor for class com.jscape.inet.sftp.events.SftpConnectedEvent
Creates a new event instance.
SftpConnectionException - Exception in com.jscape.inet.sftp
 
SftpConnectionException(String) - Constructor for exception com.jscape.inet.sftp.SftpConnectionException
 
SftpConnectionException(String, Throwable) - Constructor for exception com.jscape.inet.sftp.SftpConnectionException
 
SftpConnectionException(Throwable) - Constructor for exception com.jscape.inet.sftp.SftpConnectionException
 
SftpCreateDirEvent - Class in com.jscape.inet.sftp.events
This event is fired when a directory is created on the server.
SftpCreateDirEvent(Sftp, String, String) - Constructor for class com.jscape.inet.sftp.events.SftpCreateDirEvent
Creates a new SftpCreateDirEvent instance.
SftpDeleteDirEvent - Class in com.jscape.inet.sftp.events
This event is fired when directory is deleted from server.
SftpDeleteDirEvent(Sftp, String, String) - Constructor for class com.jscape.inet.sftp.events.SftpDeleteDirEvent
Creates a new SftpDeleteDirEvent instance.
SftpDeleteFileEvent - Class in com.jscape.inet.sftp.events
This event is fired when directory is deleted from server.
SftpDeleteFileEvent(Sftp, String, String) - Constructor for class com.jscape.inet.sftp.events.SftpDeleteFileEvent
Creates a new SftpDeleteFileEvent instance
SftpDisconnectedEvent - Class in com.jscape.inet.sftp.events
This event is fired when connection to SSH server is released.
SftpDisconnectedEvent(Sftp, String, int) - Constructor for class com.jscape.inet.sftp.events.SftpDisconnectedEvent
Creates a new event instance.
SftpDownloadEvent - Class in com.jscape.inet.sftp.events
This event is fired when file is downloaded from SSH server.
SftpDownloadEvent(Sftp, String, String, String, long, long) - Constructor for class com.jscape.inet.sftp.events.SftpDownloadEvent
Creates a new event instance.
SftpErrorEvent - Class in com.jscape.inet.sftp.events
This event is fired when file is uploaded to the SSH server.
SftpErrorEvent(Sftp, String, String, String, int) - Constructor for class com.jscape.inet.sftp.events.SftpErrorEvent
Creates a new event instance.
SftpErrorListener - Interface in com.jscape.inet.sftp.events
 
SftpEvent - Class in com.jscape.inet.sftp.events
The abstract event class for handling SSH related events.
SftpException - Exception in com.jscape.inet.sftp
SftpException is thrown by many methods of the Sftp class.
SftpException() - Constructor for exception com.jscape.inet.sftp.SftpException
 
SftpException(String) - Constructor for exception com.jscape.inet.sftp.SftpException
Creates a new SftpException with specified exception message.
SftpException(String, Throwable) - Constructor for exception com.jscape.inet.sftp.SftpException
Creates a new SftpException and store the original message and exception.
SftpException(Throwable) - Constructor for exception com.jscape.inet.sftp.SftpException
 
SftpFileNotFoundException - Exception in com.jscape.inet.sftp
Exception is thrown when attempting to retrieve a file from server that does not exist.
SftpFileNotFoundException(String) - Constructor for exception com.jscape.inet.sftp.SftpFileNotFoundException
Creates a new SftpException instance.
SftpFileTransfer - Class in com.jscape.filetransfer
Implements the basic functionality of a SFTP (FTP over SSH) client.
SftpFileTransfer(String, String, int, String, String, String, int, Time, Integer, Boolean, HostKeyVerificationService, String, String, KeyPair, String, ClientAuthentication, SftpConfiguration, int, int, boolean, int, boolean, boolean, boolean, File, String, Logger, Set<FileTransferListener>) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
 
SftpFileTransfer(SshParameters, SftpConfiguration, Logger) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpFileTransfer(SshParameters, SftpConfiguration) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpFileTransfer(SshParameters) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpFileTransfer(String, int, String, String) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpFileTransfer(String, String, String) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpFileTransfer(String, String, String, File) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpFileTransfer(String, int, String, String, SftpConfiguration) - Constructor for class com.jscape.filetransfer.SftpFileTransfer
Creates SftpTransfer instance.
SftpListener - Interface in com.jscape.inet.sftp.events
The event listener abstraction.
SftpListingEvent - Class in com.jscape.inet.sftp.events
This event is fired when directory listing is retrieved from SSH server.
SftpListingEvent(Sftp, Enumeration) - Constructor for class com.jscape.inet.sftp.events.SftpListingEvent
Creates a new event instance.
SftpPermissionDeniedException - Exception in com.jscape.inet.sftp
Exception thrown when trying to create or access a resource with insufficient permissions.
SftpPermissionDeniedException(String) - Constructor for exception com.jscape.inet.sftp.SftpPermissionDeniedException
Creates a new SftpPermissionDeniedException instance.
SftpProgressEvent - Class in com.jscape.inet.sftp.events
This event is fired on significant progress in upload and download operations in Sftp class.
SftpProgressEvent(Sftp, String, String, String, int, long, long) - Constructor for class com.jscape.inet.sftp.events.SftpProgressEvent
 
SftpRenameFileEvent - Class in com.jscape.inet.sftp.events
This event is fired when directory is deleted from server.
SftpRenameFileEvent(Sftp, String, String, String) - Constructor for class com.jscape.inet.sftp.events.SftpRenameFileEvent
Creates a new SftpRenameFileEvent instance
SftpTimeoutException - Exception in com.jscape.inet.sftp
 
SftpTimeoutException(String) - Constructor for exception com.jscape.inet.sftp.SftpTimeoutException
 
SftpTimeoutException(String, Throwable) - Constructor for exception com.jscape.inet.sftp.SftpTimeoutException
 
SftpTimeoutException(Throwable) - Constructor for exception com.jscape.inet.sftp.SftpTimeoutException
 
SftpTransferCompleteEvent - Class in com.jscape.inet.sftp.events
This event is fired when upload or download was completed.
SftpUnknownHostException - Exception in com.jscape.inet.sftp
 
SftpUnknownHostException(String) - Constructor for exception com.jscape.inet.sftp.SftpUnknownHostException
 
SftpUnknownHostException(String, Throwable) - Constructor for exception com.jscape.inet.sftp.SftpUnknownHostException
 
SftpUnknownHostException(Throwable) - Constructor for exception com.jscape.inet.sftp.SftpUnknownHostException
 
SftpUploadEvent - Class in com.jscape.inet.sftp.events
This event is fired when file is uploaded to the SSH server.
SftpUploadEvent(Sftp, String, String, String, long, long) - Constructor for class com.jscape.inet.sftp.events.SftpUploadEvent
Creates a new event instance.
sort() - Method in class com.jscape.filetransfer.FileTransferRemoteSort
Sorts the data.
sshConfiguration - Variable in class com.jscape.inet.sftp.SftpConfiguration
 
SshConfiguration - Class in com.jscape.inet.ssh
A SSH protocol configuration.
SshConfiguration(String, String, PublicKeyAlgorithm[], ClientKeyExchangeFactory, EncryptionFactory, MacFactory, CompressionFactory, int, int) - Constructor for class com.jscape.inet.ssh.SshConfiguration
Creates a new configuration instance.
SshHostKeys - Class in com.jscape.inet.ssh.util
Associative host keys store.
SshHostKeys(SshHostKeys.Entry...) - Constructor for class com.jscape.inet.ssh.util.SshHostKeys
Creates a new store instance.
SshHostKeys.Entry - Class in com.jscape.inet.ssh.util
A store entry.
SshHostKeys.Fingerprint - Class in com.jscape.inet.ssh.util
 
SshParameters - Class in com.jscape.inet.ssh.util
Contains information used in establishing a connection to and authenticating with an SSH server.
SshParameters(String, String, int, String, String, String, int, long, long, Integer, Boolean, HostKeyVerificationService, String, String, KeyPair, ClientAuthentication, PublicKeyAlgorithm...) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, String, int, String, String, String, int, long, long, Integer, Boolean, HostKeyVerificationService, String, String, File, String, ClientAuthentication, PublicKeyAlgorithm...) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, int, String, String, KeyPair) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, String, String, KeyPair) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, int, String, String, File, String) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, int, String, String, File) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, String, String, File) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, int, String, File, String) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new parameters instance.
SshParameters(String, String, File, String) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new SshParameters instance.
SshParameters(String, int, String, File) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new SshParameters instance.
SshParameters(String, String, File) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new SshParameters instance.
SshParameters(String, int, String, String) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new SshParameters instance.
SshParameters(String, String, String) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Creates a new SshParameters instance.
SshParameters(SshParameters) - Constructor for class com.jscape.inet.ssh.util.SshParameters
Copy constructor.
sslHandshakeCompleted(FileTransferSslHandshakeEvent) - Method in class com.jscape.filetransfer.FileTransferListener.Adapter
 
sslHandshakeCompleted(FileTransferSslHandshakeEvent) - Method in interface com.jscape.filetransfer.FileTransferListener
Invoked when SSL handshake is completed in SSL-based transfer.
stat(String) - Method in class com.jscape.filetransfer.SftpFileTransfer
 
streamFor(Sftp, String, long) - Static method in class com.jscape.inet.sftp.Sftp.SftpPipedInputStream
 
streamFor(Sftp, String, long, long) - Static method in class com.jscape.inet.sftp.Sftp.SftpPipedOutputStream
 
subsystemResponseRequired - Variable in class com.jscape.inet.sftp.SftpConfiguration
 
systemConsoleAuthentication(MessageCodec.Factory, String) - Static method in class com.jscape.inet.ssh.protocol.v2.authentication.KeyboardInteractiveConsoleClientAuthentication
Returns an authentication operation which uses a system console.
systemConsoleAuthentication(String) - Static method in class com.jscape.inet.ssh.protocol.v2.authentication.KeyboardInteractiveConsoleClientAuthentication
Returns an authentication operation which uses a system console.
A B C D E F G H I J K L M N O P R S T U V W Z 
Skip navigation links
Secure FTP Factory

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