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

S

safeClose() - Method in class com.jscape.inet.util.LineReader
 
safeClose() - Method in class com.jscape.inet.util.LineWriter
 
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
 
sameChecksum(File, String) - Method in class com.jscape.filetransfer.FtpTransfer
 
sameChecksum(File, String) - Method in class com.jscape.filetransfer.SftpTransfer
 
SCMD_IHAVE - Static variable in class com.jscape.inet.nntp.Nntp
Command to indicate to NNTP server that client has an article.
SCMD_SLAVE - Static variable in class com.jscape.inet.nntp.Nntp
Command to indicate to NNTP server that this client connection is to a slave server rather than a user.
Scp - Class in com.jscape.inet.scp
Implements the basic functionality of an SCP (Secure Copy) client over SSH2 protocol.
Scp(SshParameters, SshConfiguration) - Constructor for class com.jscape.inet.scp.Scp
Creates a new client instance.
Scp(SshParameters) - Constructor for class com.jscape.inet.scp.Scp
Creates a new 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.
ScpEventListener - Interface in com.jscape.inet.scp.events
Scp event listener.
ScpException - Exception in com.jscape.inet.scp
Represents SCP protocol error.
ScpException(Throwable) - Constructor for exception com.jscape.inet.scp.ScpException
 
ScpException(String) - Constructor for exception com.jscape.inet.scp.ScpException
Creates a new error instance.
ScpException() - Constructor for exception com.jscape.inet.scp.ScpException
Creates a new error instance.
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.
ScpTransferCompletedEvent - Class in com.jscape.inet.scp.events
Scp transfer completed 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.
Screen - Class in com.jscape.inet.terminal
Represents terminal screen as array of rows.
Screen(int, int, int) - Constructor for class com.jscape.inet.terminal.Screen
Creates Screen object givng its dimensions and history size.
Screen(int) - Constructor for class com.jscape.inet.terminal.Screen
Creates Screen object givng its history size.
Screen(int, int) - Constructor for class com.jscape.inet.terminal.Screen
Creates Screen object givng its dimensions.
Screen() - Constructor for class com.jscape.inet.terminal.Screen
Creates Screen object with default dimensions and history size.
Screen(Screen) - Constructor for class com.jscape.inet.terminal.Screen
Copy constructor.
Screen.Cursor - Class in com.jscape.inet.terminal
Represents cursor position in screen.
Screen.Cursor(int, int) - Constructor for class com.jscape.inet.terminal.Screen.Cursor
Creates Cursor object giving its position.
Screen.Cursor(Screen.Cursor) - Constructor for class com.jscape.inet.terminal.Screen.Cursor
Copy constructor.
scrollDown() - Method in class com.jscape.inet.terminal.Screen.Cursor
Moves cursor up for one row.
scrollUp() - Method in class com.jscape.inet.terminal.Screen.Cursor
Moves cursor down for one row.
SCSG00Command - Class in com.jscape.inet.terminal.commands
SCS -- Select Character Set.
SCSG0BCommand - Class in com.jscape.inet.terminal.commands
SCS -- Select Character Set.
SCSG10Command - Class in com.jscape.inet.terminal.commands
SCS -- Select Character Set.
SCSG1BCommand - Class in com.jscape.inet.terminal.commands
SCS -- Select Character Set.
SecureSocket - Class in com.jscape.inet.ipclientssl
Utility class for obtaining secure SSL/TLS sockets
SecureSocket(Socket, SSLContext) - Constructor for class com.jscape.inet.ipclientssl.SecureSocket
Prevents this class from being instantiated
selectMailbox(String) - Method in class com.jscape.inet.imap.Imap
Selects mailbox on IMAP server.
SEMI_COLON - Static variable in interface com.jscape.inet.mime.MimeConstants
Represents byte value for semi-colon.
send(String, String, String, String) - Method in class com.jscape.inet.smtp.Smtp
Sends basic email message.
send(EmailMessage, String, String) - Method in class com.jscape.inet.smtp.Smtp
Sends email message.
send(EmailMessage) - Method in class com.jscape.inet.smtp.Smtp
Sends email message.
send(String, long) - Method in class com.jscape.inet.ssh.SshSession
Sends command to SSH host terminated by command terminator.
send(String) - Method in class com.jscape.inet.ssh.SshSession
Sends command to SSH host terminated by command terminator.
send(String, String) - Method in class com.jscape.inet.ssh.SshSession
Deprecated. replaced by SshSession.sendWait(String, String) method
send(String, long) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
send(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.AMCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.ANSICommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.BSCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CANCommand
Sends command to remote host.
send(int[], Terminal) - Method in interface com.jscape.inet.terminal.commands.ControlCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CPRCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CRCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CUBCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CUDCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CUFCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CUHCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CUPCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.CUUCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.DACommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.DECIDCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.DECSTBMCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.DECTSTCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.DSRCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.EDCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.EELCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.EESCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.ELCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.ESCCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.GMCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.HTCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.HTSCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.INDCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.LFCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.NELCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.NullCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.RICommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.RMCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SCSG00Command
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SCSG0BCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SCSG10Command
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SCSG1BCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SGRCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SICommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SMCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.SOCommand
Sends command to remote host.
send(int[], Terminal) - Method in class com.jscape.inet.terminal.commands.TBCCommand
Sends command to remote host.
send(String) - Method in class com.jscape.inet.terminal.Terminal
Sends char sequence to remote host.
send(char) - Method in class com.jscape.inet.terminal.Terminal
Sends char to remote host.
sendCommand(String) - Method in class com.jscape.inet.ftps.FtpsClient
Sends command to the server.
sendCommand(int) - Method in class com.jscape.inet.telnet.Telnet
Sends telnet command.
sendCommand(int, int) - Method in class com.jscape.inet.telnet.Telnet
Sends telnet command with specified parameter.
sendDontOption(TelnetOption) - Method in class com.jscape.inet.telnet.Telnet
Sends Telnet option to server with Telnet DONT OPTION (refuse request to use option) command
sendDoOption(TelnetOption) - Method in class com.jscape.inet.telnet.Telnet
Sends Telnet option to server with Telnet DO OPTION (request to use option) command
sendEnvironmentVariable(String, String) - Method in class com.jscape.inet.ssh.connection.channels.SessionClient
 
sendMessage(Message) - Method in class com.jscape.inet.ssh.connection.Connection
Sends the specified message to peer.
sendMessage(Message) - Method in class com.jscape.inet.ssh.transport.Transport
 
sendNoWait(String) - Method in class com.jscape.inet.ssh.SshSession
Sends command to SSH host terminated by command terminator.
sendNoWait(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
sendOptionSubnegotiation(TelnetOption) - Method in class com.jscape.inet.telnet.Telnet
Initiate subnegotiation for option.
sendRaw(String) - Method in class com.jscape.inet.ssh.SshSession
Sends data to SSH host without command terminator.
sendRaw(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sends data to telnet host without command terminator.
sendRequest(String) - Method in class com.jscape.inet.ftps.FtpsClient
Sends the request to the server.
sendRequest(SftpPacket) - Method in class com.jscape.inet.sftp.SftpClient
Sends the request to the server.
sendRequest(SshMsgChannelRequest) - Method in class com.jscape.inet.ssh.connection.channels.Channel
 
sendWait(String, String, long) - Method in class com.jscape.inet.ssh.SshSession
Sends command to SSH host terminated by command terminator.
sendWait(String, String, boolean, long) - Method in class com.jscape.inet.ssh.SshSession
Sends command to SSH host terminated by command terminator.
sendWait(String, String) - Method in class com.jscape.inet.ssh.SshSession
Sends command to SSH host terminated by command terminator.
sendWait(String, String, boolean) - Method in class com.jscape.inet.ssh.SshSession
Sends command to SSH host terminated by command terminator.
sendWait(String, String, long) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
sendWait(String, String, boolean, long) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
sendWait(String, String) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
sendWait(String, String, boolean) - Method in class com.jscape.inet.telnet.TelnetSession
Sends command to telnet host terminated by command terminator.
sendWillOption(TelnetOption) - Method in class com.jscape.inet.telnet.Telnet
Sends Telnet option to server with Telnet WILL OPTION (accept offer to use option) command.
sendWontOption(TelnetOption) - Method in class com.jscape.inet.telnet.Telnet
Sends Telnet option to server with Telnet WONT OPTION (refuse offer to use option) command.
Sequence - Class in com.jscape.inet.ssh.util
SSH packet sequence number represented as uint32.
Sequence() - Constructor for class com.jscape.inet.ssh.util.Sequence
 
SequenceType - Interface in com.jscape.inet.terminal
Base interfase for control sequence types.
ServerSocketUtil - Class in com.jscape.inet.util
Creates a ServerSocket which is going to listen a port from a FTP Server.
ServerSocketUtil() - Constructor for class com.jscape.inet.util.ServerSocketUtil
 
SERVICE_CONNECTION - Static variable in class com.jscape.inet.ssh.Ssh
 
SERVICE_USERAUTH - Static variable in class com.jscape.inet.ssh.Ssh
 
serviceEnded(SshTunnelerConnection.SshTunnelerEvent) - Method in class com.jscape.inet.ipclientssh.SshTunneler
Service ssh tunneler ended event.
ServiceRequest - Class in com.jscape.inet.ssh.transport
 
ServiceRequest() - Constructor for class com.jscape.inet.ssh.transport.ServiceRequest
 
SESSION - Static variable in interface com.jscape.inet.ssh.connection.channels.ChannelTypes
 
SessionClient - Class in com.jscape.inet.ssh.connection.channels
 
SessionRequest - Class in com.jscape.inet.ssh
Session request.
SessionRequest(long, int) - Constructor for class com.jscape.inet.ssh.SessionRequest
Creates a new request instance.
setAccessTimePresent() - Method in class com.jscape.inet.sftp.v4.packets.AttributePresenceFlags2
Setups the access time attribute presence.
setAccount(String) - Method in class com.jscape.inet.ftp.Ftp
Sets optional account of FTP server.
setAccount(String) - Method in class com.jscape.inet.ftp.FtpImplementation
Sets optional account for FTP server.
setAccount(String) - Method in class com.jscape.inet.ftps.Ftps
Sets optional account of FTP server.
setAcl(JAcl[]) - Method in interface com.jscape.inet.file.JFile
Setups the file ACL's.
setAcl(JAcl[]) - Method in class com.jscape.inet.sftp.SftpFile
Setups the file ACL's.
setAclPresent() - Method in class com.jscape.inet.sftp.v4.packets.AttributePresenceFlags2
Setups the acl attribute presence.
setAcModTimePresent() - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes.AttributePresenceFlags
Setups the time attributes presence.
setAddFile(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setAddSubdirectory(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setAlgorithm(String) - Method in class com.jscape.inet.ftps.ContextFactory
Sets algorithm for use in SSL communications Default is SunX509.
setAlgorithmFactory(AlgorithmFactory) - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
 
setAlgorithmProvider(String) - Method in class com.jscape.inet.ftps.ContextFactory
Set algorithm provider.
setAllowCookies(boolean) - Method in class com.jscape.inet.http.HttpSession
Sets whether cookies are allowed to be stored in memory.
setAppend(boolean) - Method in class com.jscape.inet.file.JFileOpenFlags
 
setAppendAtomic(boolean) - Method in class com.jscape.inet.file.JFileOpenFlags
 
setAppendData(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setArchive(boolean) - Method in interface com.jscape.inet.file.JFile
Setups archive attribute for this file.
setArchive(boolean) - Method in class com.jscape.inet.sftp.SftpFile
Setups archive attribute for this file.
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
See FileTransfer interface for method description.
setAscii() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setAscii() - Method in class com.jscape.filetransfer.SftpTransfer
 
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.
setAtime(long) - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes
Setups the file access time.
setAttributes(CellAttributes) - Method in class com.jscape.inet.terminal.Cell
Sets current Cell object attributes.
SetAttributesRequest - Class in com.jscape.inet.sftp.requests
 
SetAttributesRequest() - Constructor for class com.jscape.inet.sftp.requests.SetAttributesRequest
 
setAuthenticationRequest(AuthenticationRequest) - Method in class com.jscape.inet.ssh.SshConfiguration
 
setAuthMode(int) - Method in class com.jscape.inet.imap.Imap
Sets the authentication mode used when logging into IMAP4 server.
setAuthMode(int) - Method in class com.jscape.inet.pop.Pop
Sets the authentication mode used when logging into POP3 server.
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
See FileTransfer interface for method description.
setAuto(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setAuto(boolean) - Method in class com.jscape.filetransfer.SftpTransfer
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.ftp.FtpImplementation
Sets transfer mode automatically based on file extension.
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.ftp.FtpImplementation
Set auto detect Ipv6 mode.
setAutoDetectIpv6(boolean) - Method in class com.jscape.inet.ftps.Ftps
Set auto detect Ipv6 detection mode.
setAutoDetectIpv6(boolean) - Method in class com.jscape.inet.ftps.FtpsClient
Set auto detect Ipv6 detection mode.
setAutoWrapMode(boolean) - Method in class com.jscape.inet.terminal.Terminal
Sets AutoWrap mode.
setBanner(String) - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
 
setBasicAuthentication(String, String) - Method in class com.jscape.inet.http.HttpRequest
Sets username and password to be used in HTTP Basic Authentication.
setBcc(String) - Method in class com.jscape.inet.email.EmailMessage
Sets receipient blind-carbon-copy email address.
setBinary() - Method in interface com.jscape.filetransfer.FileTransfer
Sets data transfer mode to binary.
setBinary() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
setBinary() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setBinary() - Method in class com.jscape.filetransfer.SftpTransfer
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.filetransfer.SftpTransfer
Deprecated. see #setUploadBlockSize
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.ftp.FtpImplementation
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.
setBody(String) - Method in class com.jscape.inet.mime.MimeMessage
Sets body of this MimeMessage.
setBody(String, String) - Method in class com.jscape.inet.mime.MimeMessage
Sets body of this MimeMessage and sets the charset attribute of Content-Type header to provided character set.
setBody(byte[]) - Method in class com.jscape.inet.mime.MimeMessage
Sets body of this MimeMessage.
setBody(File) - Method in class com.jscape.inet.mime.MimeMessage
Sets body of this MimeMessage.
setBodyAsFile(File) - Method in class com.jscape.inet.mime.MimeMessage
 
setCc(String) - Method in class com.jscape.inet.email.EmailMessage
Sets receipient carbon-copy email address.
setCc(String, String) - Method in class com.jscape.inet.email.EmailMessage
Sets receipient carbon-copy email address.
setCellAttributes(CellAttributes) - Method in class com.jscape.inet.terminal.Terminal
Sets new screen cell attributes.
setCertificates(String, String) - Method in class com.jscape.inet.ftps.ContextFactory
Setups the trusted certificates.
setCertificates(KeyStore) - Method in class com.jscape.inet.ftps.ContextFactory
 
setChannelClosedListener(Channel.ChannelClosedListener) - Method in class com.jscape.inet.ssh.connection.channels.Channel
 
setChannelRequest(ChannelRequest) - Method in class com.jscape.inet.ssh.SshConnector
Sets channel request.
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
setCharacterSet(String) - Method in class com.jscape.inet.ssh.Ssh
Sets character set used when reading data using ssh
setCharacterSet(String) - Method in class com.jscape.inet.ssh.SshSession
Sets the session character set
setCharacterSet(String) - Method in class com.jscape.inet.ssh.SshTask
Sets character set used when write data
setCharacterSet(String) - Method in class com.jscape.inet.telnet.Telnet
Sets character set used when reading data from telnet server
setCharset(String) - Method in class com.jscape.inet.sftp.SftpClient
 
setCharSet(CharacterSet) - Method in class com.jscape.inet.terminal.Terminal
Sets new character set which is used to encode incoming characters.
setCipher(Cipher) - Method in class com.jscape.inet.ssh.transport.MessageReader
 
setCipher(Cipher) - Method in class com.jscape.inet.ssh.transport.MessageStream
Setups the current stream cipher.
setClassType(int) - Method in class com.jscape.inet.dns.DnsRequest
Sets class type to retrieve for this DnsRequest.
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.
setClientCertificates(String, String) - Method in class com.jscape.inet.https.Https
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.https.Https
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.ipclientssl.SecureSocket
Sets the client certificates
setClientCertificates(String, String) - Method in class com.jscape.inet.ipclientssl.SecureSocket
Sets client certificates
setClientCertificates(String, String) - Method in class com.jscape.inet.popssl.PopSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.popssl.PopSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets optional client certificate to be used during authentication.
setClientCertificates(String, String, String) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets optional client certificate to be used during authentication.
setCommand(String) - Method in class com.jscape.inet.bsd.Rexec
Sets the command to be sent to the remote host.
setCommandSet(CommandSet) - Method in class com.jscape.inet.terminal.Terminal
Sets new command set.
setCommandTerminator(String) - Method in class com.jscape.inet.ssh.SshSession
Sets terminator used when sending data to SSH server.
setCommandTerminator(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sets terminator used when sending data to telnet server.
setComments(String) - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
 
setComparator(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 interface com.jscape.inet.ftp.FtpConnection
Sets whether the sockets streams will be wrapped into Deflatered and Inflatered streams.
setCompression(boolean) - Method in class com.jscape.inet.ftp.FtpImplementation
Sets whether the data will be compressed during the transfer.
setCompression(boolean) - Method in class com.jscape.inet.ftp.SocketConnection
Sets whether the sockets stream will be wrapped into Deflatered and Inflatered streams.
setCompression(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether the data will be compressed during the transfer.
setCompression(Compression) - Method in class com.jscape.inet.ssh.transport.MessageStream
Setups the current stream compression.
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.ftp.FtpImplementation
Sets the connectBefore property value
setConnectBeforeCommand(boolean) - Method in class com.jscape.inet.ftps.Ftps
Gets whether connection will be established before sending data transfer command.
setConnectBeforeCommand(boolean) - Method in class com.jscape.inet.ftps.FtpsClient
Sets the connectBefore property value
setConnectionClosedListener(Connection.ConnectionClosedListener) - Method in class com.jscape.inet.ssh.connection.Connection
Set connection closer.
setConnectionConfiguration(ConnectionConfiguration) - Method in class com.jscape.inet.ssh.SshConfiguration
Setups the current connection configuration.
setConnectionParameters(ConnectionParameters) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets connection parameters.
setConnectionTimeout(long) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets connection timeout.
setConnectionTimeout(long) - Method in class com.jscape.inet.util.ConnectionParameters
Sets connection timeout.
setConnectionType(Ftps.ConnectionStrategy) - Method in class com.jscape.inet.ftps.Ftps
Sets the connection type.
setConnectionType(int) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets the connection type for this session.
setConnectionType(int) - Method in class com.jscape.inet.popssl.PopSsl
Sets the connection type for this session.
setConnectionType(int) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets the connection type for this session.
setConnectTimeout(int) - Method in class com.jscape.inet.imap.Imap
Sets the timeout for opening the connection.
setConnectTimeout(int) - Method in class com.jscape.inet.ipclient.IpClient
Sets the timeout for opening a server connection.
setConnectTimeout(int) - Method in class com.jscape.inet.pop.Pop
Sets the timeout for opening a POP3 server connection.
setConnectTimeout(int) - Method in class com.jscape.inet.smtp.Smtp
Sets the timeout for opening the connection.
setContentEncoding(String) - Method in class com.jscape.inet.mime.Attachment
Sets Content-Transfer-Encoding header for this Attachment.
setContentType(String, String) - Method in class com.jscape.inet.email.EmailMessage
Sets Content-Type header of email message.
setContentType(String) - Method in class com.jscape.inet.email.EmailMessage
Sets Content-Type header of email message.
setContentType(String) - Method in class com.jscape.inet.mime.Attachment
Sets Content-Type header for this Attachment.
setContentType(String) - Method in class com.jscape.inet.mime.MimeMessage
Sets the content-type of this MimeMessage.
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.
setCreateNew(boolean) - Method in class com.jscape.inet.file.JFileOpenFlags
 
setCreateTimePresent() - Method in class com.jscape.inet.sftp.v4.packets.AttributePresenceFlags2
Setups the creation time attribute presence.
setCreateTruncate(boolean) - Method in class com.jscape.inet.file.JFileOpenFlags
 
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.ftp.FtpImplementation
 
setDataPort(int) - Method in class com.jscape.inet.ftps.Ftps
Deprecated. Replaced by setDataPortRange
setDataPortEnd(int) - Method in class com.jscape.inet.ftp.FtpImplementation
Sets the end data port range for incomings connections
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.
setDataPortStart(int) - Method in class com.jscape.inet.ftp.FtpImplementation
Sets the start data port range for incomings connections
setDate(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets date for this FtpFile.
setDate(String) - Method in class com.jscape.inet.nntp.NntpArticleHeader
Sets Date header.
setDebug(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
setDebug(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setDebug(boolean) - Method in class com.jscape.filetransfer.SftpTransfer
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.ftp.FtpImplementation
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.http.Http
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.http.HttpSession
Enables or disables debugging.
setDebug(boolean) - Method in class com.jscape.inet.imap.Imap
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.nntp.Nntp
Set debugging state.
setDebug(boolean) - Method in class com.jscape.inet.pop.Pop
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.scp.Scp
Sets debug status.
setDebug(boolean) - Method in class com.jscape.inet.sftp.Sftp
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.smtp.Smtp
Sets debugging state.
setDebug(boolean) - Method in class com.jscape.inet.ssh.Ssh
Enable debugging output to debugging stream.
setDebug(boolean) - Method in class com.jscape.inet.ssh.SshSession
Enables or disables debugging information.
setDebug(boolean) - Method in class com.jscape.inet.ssh.SshTask
Enables/disables additional debugging for this task.
setDebug(boolean) - Method in class com.jscape.inet.telnet.Telnet
Enable debugging output to debugging stream.
setDebug(boolean) - Method in class com.jscape.inet.telnet.TelnetSession
Enables or disables debugging information.
setDebug(boolean) - Method in class com.jscape.inet.telnet.TelnetTask
Enables/disables additional debugging for this task.
setDebug(boolean) - Method in class com.jscape.inspect.EmailInspector
Sets debugging state.
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
See FileTransfer interface for method description.
setDebugStream(PrintStream) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setDebugStream(PrintStream) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
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.ftp.FtpImplementation
Sets PrintStream used in reporting debugPrint 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.http.Http
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.http.HttpSession
Sets debug stream to be used for debug messages.
setDebugStream(PrintStream) - Method in class com.jscape.inet.imap.Imap
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.nntp.Nntp
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.pop.Pop
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.scp.Scp
Sets PrintStream used in reporting debugging statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.sftp.Sftp
Sets PrintStream used in reporting debugging statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.smtp.Smtp
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.ssh.Ssh
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.ssh.SshSession
Sets PrintStream used in outputting debug information.
setDebugStream(PrintStream) - Method in class com.jscape.inet.ssh.SshTask
Sets debug stream to be used when printing debug messages.
setDebugStream(PrintStream) - Method in class com.jscape.inet.telnet.Telnet
Sets PrintStream used in reporting debug statements.
setDebugStream(PrintStream) - Method in class com.jscape.inet.telnet.TelnetSession
Sets PrintStream used in outputting debug information.
setDebugStream(PrintStream) - Method in class com.jscape.inet.telnet.TelnetTask
Sets debug stream to be used when printing debug messages.
setDebugStream(PrintStream) - Method in class com.jscape.inspect.EmailInspector
Sets PrintStream used in reporting debug statements.
setDelete(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setDelete(boolean) - Method in class com.jscape.inet.imap.Imap
Defines whether to automatically mark messages for deletion after retrieval.
setDelete(boolean) - Method in class com.jscape.inet.pop.Pop
Defines whether to delete messages automatically after retrieval.
setDeleteChild(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setDeleteLock(boolean) - Method in class com.jscape.inet.file.JFileOpenFlags
 
setDir(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets current directory on server.
setDir(String) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
setDir(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setDir(String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
setDir(String) - Method in class com.jscape.inet.ftp.Ftp
Sets current directory on FTP server.
setDir(String) - Method in class com.jscape.inet.ftp.FtpImplementation
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.inet.ftp.FtpFile
Denotes file as a directory.
setDirectoryInherit(boolean) - Method in class com.jscape.inet.file.JAcl.Flag
 
setDirUp() - Method in interface com.jscape.filetransfer.FileTransfer
Sets current directory on server to parent directory.
setDirUp() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
setDirUp() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setDirUp() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
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.ftp.FtpImplementation
Sets character set used when reading data from disk for ASCII file transfer.
setDiskEncoding(String) - Method in class com.jscape.inet.ftps.Ftps
Sets character set used when reading data from disk for ASCII file transfer.
setDnsCache(File) - Method in class com.jscape.inspect.EmailInspector
Sets locations of DNS cache file.
setDnsCacheDays(int) - Method in class com.jscape.inspect.EmailInspector
Sets the number of days in which DNS record may live in cache.
setDomain(String) - Method in class com.jscape.inet.dns.DnsRequest
Sets hostname or IP address to lookup for this DnsRequest.
setDoubleHigh(boolean) - Method in class com.jscape.inet.terminal.Row
Sets current row to has doubled high.
setDoubleWidth(boolean) - Method in class com.jscape.inet.terminal.Row
Sets current row to has doubled width.
setDownloadBlockSize(int) - Method in class com.jscape.filetransfer.SftpTransfer
Sets the transfer buffer size for download operation.
setDownloadBlockSize(int) - Method in class com.jscape.inet.scp.Scp
Sets download block size.
setDownloadBlockSize(int) - Method in class com.jscape.inet.sftp.Sftp
Sets the transfer buffer size for download operation.
setEcho(boolean) - Method in class com.jscape.inet.ssh.Ssh
Sets server echo flag for the next connection.
setEcho(boolean) - Method in class com.jscape.inet.ssh.SshSession
Sets server echo flag for the next connection.
setEmailInspectionLevel(EmailInspectionLevel) - Method in class com.jscape.inspect.EmailInspector
Sets the validation level to be used in validating an e-mail address.
setEnabledCiphers(String[]) - Method in class com.jscape.inet.ftps.Ftps
Sets user-defined enabled SSL cipher suites.
setEncoded(boolean) - Method in class com.jscape.inet.http.HttpParameter
Sets if provided name and value are URL encoded Default value is false
setEncoding(String) - Method in class com.jscape.inet.ftp.FtpImplementation
Deprecated. use the setWireEncoding method
setEndPromptRegex(boolean) - Method in class com.jscape.inet.ssh.SshTask
Specifies if end prompt is a regular expression
setEndPromptRegex(boolean) - Method in class com.jscape.inet.telnet.TelnetTask
Specifies if end prompt is a regular expression
setEndPromptTimeout(long) - Method in class com.jscape.inet.ssh.SshTask
Sets the maximum timeout between the time the task is in running state and the expected end prompt is received.
setEndPromptTimeout(long) - Method in class com.jscape.inet.telnet.TelnetTask
Sets the maximum timeout between the time the task is in running state and the expected end prompt is received.
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.ftp.FtpImplementation
Sets the indicator value which will be used by methods that invokes getFileSize.
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.
setExecute(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setExtendedPresent() - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes.AttributePresenceFlags
Setups the extended attributes presence.
setExtension(String, byte[]) - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes
Setups the file extension attribute.
setExtensions(Map) - Method in class com.jscape.inet.sftp.SftpConfiguration
Sets the current server extensions.
setFailedAccess(boolean) - Method in class com.jscape.inet.file.JAcl.Flag
 
setFile(String, String, File) - Method in class com.jscape.inet.http.HttpFileUpload
Sets the file to upload for this HttpFileUpload.
setFile(String, String, byte[]) - Method in class com.jscape.inet.http.HttpFileUpload
Sets the file to upload for this HttpFileUpload.
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.ftp.FtpImplementation
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.
setFileInherit(boolean) - Method in class com.jscape.inet.file.JAcl.Flag
 
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 modification time.
setFileModificationTime(String, Date) - Method in class com.jscape.filetransfer.FtpTransfer
Set modification time.
setFileModificationTime(String, Date) - Method in class com.jscape.filetransfer.SftpTransfer
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.ftp.FtpImplementation
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.inet.ftp.FtpFile
Sets filename for this FtpFile.
setFilePermissions(String, int) - Method in class com.jscape.inet.sftp.Sftp
Sets file permissions.
setFilePointer(long) - Method in interface com.jscape.inet.file.JRandomAccessFile
Sets the file-pointer offset, measured from the beginning of this file, at which the next read or write occurs.
setFilesize(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets file size for this FtpFile.
setFileSystem(JFileSystem) - Method in class com.jscape.inet.sftp.SftpConfiguration
Sets the current file system.
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
See FileTransfer interface for method description.
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.SftpTransfer
See FileTransfer interface for method description.
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.ftp.FtpImplementation
Sets date/timestamp of remote file from FTP server This feature is not supported by RFC-959 so may not work on all FTP servers.
setFileTimestamp(String, Date) - Method in class com.jscape.inet.ftps.Ftps
Sets date/timestamp of remote file from FTP server.
setFolding(boolean) - Method in class com.jscape.inet.mime.MimeHeader
Enables or disables folding for this MimeHeader.
setFollowLink(boolean) - Method in class com.jscape.inet.sftp.requests.AttributesRequest
Sets follow link flag.
setFrom(String) - Method in class com.jscape.inet.email.EmailMessage
Sets from email address.
setFrom(String, String) - Method in class com.jscape.inet.email.EmailMessage
Sets from email address using defined character encoding.
setFrom(String) - Method in class com.jscape.inet.nntp.NntpArticle
Sets From header for this NntpArticle.
setFrom(String) - Method in class com.jscape.inet.nntp.NntpArticleHeader
Sets From header.
setFromAddress(String) - Method in class com.jscape.inspect.EmailInspector
Sets from address used when performing SMTP user validation.
setFstat(byte[], SftpFileAttributes) - Method in class com.jscape.inet.sftp.SftpClient
Setups the remote file attributes.
setFstat(byte[], SftpFileAttributes) - Method in class com.jscape.inet.sftp.v4.SftpClient4
Setups the remote file attributes.
setFtp(Ftp) - Method in class com.jscape.inet.ftp.FtpImplementation
Sets reference to FTP instance.
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.
setFtpsCertificateVerifier(FtpsCertificateVerifier) - Method in class com.jscape.inet.ftps.FtpsClient
 
setG0(CharacterSet) - Method in class com.jscape.inet.terminal.Terminal
Sets character set to G0 register.
setG1(CharacterSet) - Method in class com.jscape.inet.terminal.Terminal
Sets character set to G1 register.
setGid(int) - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes
Setups the file gid.
setGroup(String) - Method in interface com.jscape.inet.file.JFile
Setups the new file owner group
setGroup(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets group for this FtpFile.
setGroup(String) - Method in class com.jscape.inet.sftp.SftpFile
Setups the new file owner group ID.
setHeloAddress(String) - Method in class com.jscape.inet.smtp.Smtp
Sets the source address to use when issuing an EHLO or HELO command to SMTP server.
setHeloAddress(String) - Method in class com.jscape.inspect.EmailInspector
Sets HELO hostname or IP address used when communicating with SMTP server.
setHost(String) - Method in class com.jscape.inet.ftp.FtpImplementation
Sets hostname of FTP server.
setHost(String) - Method in class com.jscape.inet.util.ConnectionParameters
Sets host.
setHostKeyVerifier(HostKeyVerifier) - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
Setups host key verifier.
setHostKeyVerifier(HostKeyVerifier) - 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
See FileTransfer interface for method description.
setHostname(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setHostname(String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
setHostname(String) - Method in class com.jscape.inet.finger.Finger
Sets hostname of FINGER server.
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.imap.Imap
Sets the name of the remote host to cennect to.
setHostname(String) - Method in class com.jscape.inet.nntp.Nntp
Sets hostname of NNTP server.
setHostname(String) - Method in class com.jscape.inet.pop.Pop
Sets the hostname of the POP3 server.
setHostname(String) - Method in class com.jscape.inet.smtp.Smtp
Sets the hostname or IP address of SMTP server.
setHostname(String) - Method in class com.jscape.inet.telnet.Telnet
Set server hostname.
setHostname(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sets the hostname of telnet server.
setHostname(String) - Method in class com.jscape.inet.whois.Whois
Sets hostname of Whois server.
setHtmlBody(String) - Method in class com.jscape.inet.email.HtmlEmailMessage
Sets the HTML portion of this email message.
setHtmlBody(File) - Method in class com.jscape.inet.email.HtmlEmailMessage
Sets the HTML portion of this email message from contents of a file.
setHttpVersion(String) - Method in class com.jscape.inet.http.HttpRequest
Sets the HTTP version number sent in this HttpRequest.
setId(long) - Method in class com.jscape.inet.sftp.SftpPacket
Setups the current packet number in SFTP session.
setId(long) - Method in class com.jscape.inet.ssh.transport.Message
Setups the message id.
setIdentifierGroup(boolean) - Method in class com.jscape.inet.file.JAcl.Flag
 
setIgnoreDnsResponseLength(boolean) - Method in class com.jscape.inspect.EmailInspector
Sets whether DNS response length header should be ignored when reading response.
setImmutable(boolean) - Method in interface com.jscape.inet.file.JFile
Setups file immutability.
setImmutable(boolean) - Method in class com.jscape.inet.sftp.SftpFile
Setups file immutability.
setInheritOnly(boolean) - Method in class com.jscape.inet.file.JAcl.Flag
 
setInitReader(boolean) - Method in class com.jscape.inet.ssh.Ssh
Sets if reader should be initialized automatically or if will be created by user.
setInputStream(InputStream) - Method in class com.jscape.inet.ipclient.IpClient
Replaces InputStream from socket connection established with server.
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.
setKeepAlive(boolean) - Method in class com.jscape.inet.ftp.FtpImplementation
Set socket keep alive.
setKeyPair(KeyPair) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets user key pair.
setKeyPair(KeyPair) - Method in class com.jscape.inet.ssh.util.User
Sets user key pair.
setKeyPair(File, String) - Method in class com.jscape.inet.ssh.util.User
Sets user key pair.
setKeyPair(String, String) - Method in class com.jscape.inet.ssh.util.User
Sets user key pair.
setKeys(String, String) - Method in class com.jscape.inet.ftps.ContextFactory
Setups the client SSL keys.
setKeys(KeyStore, String) - Method in class com.jscape.inet.ftps.ContextFactory
 
setKeystoreProvider(String) - Method in class com.jscape.inet.ftps.ContextFactory
Sets keystore provider.
setLevel(Logger.Level) - Method in class com.jscape.util.Logger
Current logger level setup.
setLine(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets the original line sent by FTP server and used in parsing this FtpFile
setLineLength(int) - Method in class com.jscape.inet.util.Base64
Sets maximum line length when encoding data.
setLineTerminator(String) - Method in class com.jscape.filetransfer.SftpTransfer
Sets the line terminator for transfer mode ASCII.
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.ftp.FtpImplementation
Set Linger.
setLinger(int) - Method in class com.jscape.inet.ftps.Ftps
Sets the linger time for closing data sockets.
setLinkTarget(String) - Method in class com.jscape.inet.ftp.FtpFile
Set the target if this entry is a link.
setListDirectory(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setListeners(Vector) - Method in class com.jscape.inet.ftp.FtpImplementation
Set listeners.
setListeners(LinkedList) - Method in class com.jscape.inet.ftps.Ftps
Set the list of listeners.
setLNMMode(boolean) - Method in class com.jscape.inet.terminal.Terminal
Sets Line Feed/New Line Mode.
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
See FileTransfer interface for method description.
setLocalDir(File) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setLocalDir(File) - Method in class com.jscape.filetransfer.SftpTransfer
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.
setLocalUsername(String) - Method in class com.jscape.inet.bsd.Rlogin
Sets the username of the user originating the connection.
setLocalUsername(String) - Method in class com.jscape.inet.bsd.Rsh
Sets the username of the user originating the connection.
setLoggerLevel(Logger.Level) - Method in class com.jscape.inet.sftp.SftpConfiguration
Sets the logger level for SFTP and SSH.
setLoggerLevel(Logger.Level) - Method in class com.jscape.inet.ssh.connection.ConnectionConfiguration
 
setLoggerLevel(Logger.Level) - Method in class com.jscape.inet.ssh.SshConfiguration
Setups the SSH stack logger level.
setLoggerLevel(Logger.Level) - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
 
setLoggerStream(PrintStream) - Method in class com.jscape.inet.sftp.SftpConfiguration
Sets the logger stream for SFTP and SSH.
setLoggerStream(PrintStream) - Method in class com.jscape.inet.ssh.connection.ConnectionConfiguration
 
setLoggerStream(PrintStream) - Method in class com.jscape.inet.ssh.SshConfiguration
Setups the SSH stack logger stream.
setLoggerStream(PrintStream) - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
 
setLoginPrompt(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sets login prompt to wait for before sending username.
setLoginPrompt(String, boolean) - Method in class com.jscape.inet.telnet.TelnetSession
Sets login prompt to wait for before sending username.
setMac(Mac) - Method in class com.jscape.inet.ssh.transport.MessageStream
Setups the current stream MAC.
setMacCheckAllowed(boolean) - Method in class com.jscape.inet.ssh.transport.MessageReader
Setups the SSH messages MAC verification.
setMargins(int, int) - Method in class com.jscape.inet.terminal.Screen
Sets screen margins for scrolling region.
setMaxIncomingWindowSize(long) - Method in class com.jscape.inet.util.ConnectionParameters
Set maximum incoming window size.
setMaxLineLength(int) - Method in class com.jscape.inet.util.YEnc
Sets maximum line length used when encoding data.
setMaxWindowSize(long) - Method in class com.jscape.inet.ssh.connection.channels.IncomingWindow
 
setMethod(String) - Method in class com.jscape.inet.http.HttpRequest
Sets the request method used in HTTP request.
setMinIncomingWindowSize(long) - Method in class com.jscape.inet.util.ConnectionParameters
Set minimum incoming window size.
setMinWindowSize(long) - Method in class com.jscape.inet.ssh.connection.channels.IncomingWindow
 
setModifyTimePresent() - Method in class com.jscape.inet.sftp.v4.packets.AttributePresenceFlags2
Setups the modification time attribute presence.
setMtime(long) - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes
Setups the file modification time.
setName(String) - Method in class com.jscape.inet.http.HttpParameter
Sets name of parameter.
setName(String) - Method in class com.jscape.inet.mime.MimeHeader
Sets name of this MimeHeader.
setName(String) - Method in class com.jscape.inet.mime.MimeHeaderAttr
Sets name of attribute.
setName(String) - Method in class com.jscape.inet.ssh.util.User
Sets user name.
setNameserver(String) - Method in class com.jscape.inet.dns.DnsRequest
Sets nameserver used to perform this DnsRequest.
setNameserver(String) - Method in class com.jscape.inspect.EmailInspector
Sets the DNS (Domain Name Server) to be used in performing lookup on a domain.
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.ftp.FtpImplementation
Sets a NAT address which will be used after PASV command.
setNATAddress(String) - Method in class com.jscape.inet.ftps.Ftps
Sets a NAT address which will be used for PASV file transfers.
setNATAddress(String) - Method in class com.jscape.inet.ftps.FtpsClient
Sets a NAT address which will be used after PASV command.
setNewsgroup(NntpNewsgroup) - Method in class com.jscape.inet.nntp.Nntp
Sets current active newsgroup.
setNewsgroup(String) - Method in class com.jscape.inet.nntp.Nntp
Sets current active newsgroup.
setNewsgroups(String) - Method in class com.jscape.inet.nntp.NntpArticle
Sets Newsgroups header for this NntpArticle.
setNoPropagateInherit(boolean) - Method in class com.jscape.inet.file.JAcl.Flag
 
setOpenExisting(boolean) - Method in class com.jscape.inet.file.JFileOpenFlags
 
setOpenOrCreate(boolean) - Method in class com.jscape.inet.file.JFileOpenFlags
 
setOriginMode(boolean) - Method in class com.jscape.inet.terminal.Screen
Sets screen Origin mode.
setOutputStream(OutputStream) - Method in class com.jscape.inet.ipclient.IpClient
Sets OutputStream from socket connection established with server.
setOwner(String) - Method in interface com.jscape.inet.file.JFile
Setups the new file owner.
setOwner(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets owner of this FtpFile.
setOwner(String) - Method in class com.jscape.inet.sftp.SftpFile
Setups the new file user ID.
setOwnerGroupPresent() - Method in class com.jscape.inet.sftp.v4.packets.AttributePresenceFlags2
Setups the owner and group attribute presence.
setPacketSize(int) - Method in class com.jscape.inet.sftp.SftpConfiguration
Sets the current connection channel max packet size.
setParameterDelim(String) - Method in class com.jscape.inet.terminal.CSIType
Sets parameter delimeter.
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
See FileTransfer interface for method description.
setPassive(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setPassive(boolean) - Method in class com.jscape.filetransfer.SftpTransfer
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.ftp.FtpImplementation
Sets the passive mode for data connections.
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
See FileTransfer interface for method description.
setPassword(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setPassword(String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
setPassword(String) - Method in class com.jscape.inet.bsd.Rexec
Sets the password to be sent to the remote host.
setPassword(String) - Method in class com.jscape.inet.ftp.Ftp
Sets password of FTP user.
setPassword(String) - Method in class com.jscape.inet.ftp.FtpImplementation
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.imap.Imap
Sets the password to be sent to the remote host.
setPassword(String) - Method in class com.jscape.inet.nntp.Nntp
Sets password for authentication.
setPassword(String) - Method in class com.jscape.inet.pop.Pop
Sets the password to be used in authentication to POP3 server.
setPassword(String) - Method in class com.jscape.inet.ssh.util.User
Sets user password.
setPasswordPrompt(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sets password prompt to wait for before sending password.
setPasswordPrompt(String, boolean) - Method in class com.jscape.inet.telnet.TelnetSession
Sets password prompt to wait for before sending password.
setPath(String) - Method in class com.jscape.inet.sftp.requests.AttributesRequest
Sets target path.
setPath(String) - Method in class com.jscape.inet.sftp.requests.RealPathRequest
Sets target path.
setPath(String) - Method in class com.jscape.inet.sftp.requests.SetAttributesRequest
Sets target path.
setPermission(String) - Method in class com.jscape.inet.ftp.FtpFile
Sets permissions string for this FtpFile.
setPermissions(JFilePermissions) - Method in interface com.jscape.inet.file.JFile
Setups the new file permissions.
setPermissions(JFilePermissions) - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes
Setups the file permissions.
setPermissions(int) - Method in class com.jscape.inet.sftp.requests.SetAttributesRequest
Sets permissions.
setPermissions(JFilePermissions) - Method in class com.jscape.inet.sftp.SftpFile
Setups the new file permissions.
setPermissionsPresent() - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes.AttributePresenceFlags
Setups the permission attribute presence.
setPollingInterval(int) - Method in class com.jscape.inet.ssh.SshSession
Sets the polling interval used when checking for completion of commands sent using send or sendWait methods.
setPollingInterval(int) - Method in class com.jscape.inet.telnet.TelnetSession
Sets the polling interval used when checking for completion of commands sent using send or sendWait methods.
setPort(int) - Method in interface com.jscape.filetransfer.FileTransfer
Sets port of remote server.
setPort(int) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
setPort(int) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setPort(int) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
setPort(int) - Method in class com.jscape.inet.bsd.Rexec
Sets the port to be used to make the connection.
setPort(int) - Method in class com.jscape.inet.finger.Finger
Sets port of FINGER server.
setPort(int) - Method in class com.jscape.inet.ftp.Ftp
Sets port of FTP server.
setPort(int) - Method in class com.jscape.inet.ftp.FtpImplementation
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.imap.Imap
Sets port of IMAP server.
setPort(int) - Method in class com.jscape.inet.nntp.Nntp
Sets port of NNTP server.
setPort(int) - Method in class com.jscape.inet.pop.Pop
Sets the port of the POP3 server.
setPort(int) - Method in class com.jscape.inet.smtp.Smtp
Sets port of SMTP server.
setPort(int) - Method in class com.jscape.inet.telnet.Telnet
Set server port.
setPort(int) - Method in class com.jscape.inet.telnet.TelnetSession
Sets the port of the telnet server.
setPort(int) - Method in class com.jscape.inet.util.ConnectionParameters
Sets port.
setPort(int) - Method in class com.jscape.inet.whois.Whois
Sets port of Whois server.
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.ftp.FtpImplementation
Sets the external address to use when using 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.
setPortAddress(String) - Method in class com.jscape.inet.ftps.FtpsClient
Sets the external address to use when using active connections using the PORT command.
setPrefferedCipher(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
setPrefferedCompression(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
setPrefferedKeyExchange(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
setPrefferedKeyFormat(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
setPrefferedLanguage(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
setPrefferedMac(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
setPreserveDownloadTimestamp(boolean) - Method in class com.jscape.inet.ftp.Ftp
Set the preserve download timestamp value.
setPreserveDownloadTimestamp(boolean) - Method in class com.jscape.inet.ftp.FtpImplementation
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
 
setPreserveFileDownloadTimestamp(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
 
setPreserveFileDownloadTimestamp(boolean) - Method in class com.jscape.filetransfer.SftpTransfer
 
setPreserveFileUploadTimestamp(boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Get preserve file upload timestamps.
setPreserveFileUploadTimestamp(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
 
setPreserveFileUploadTimestamp(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
 
setPreserveFileUploadTimestamp(boolean) - Method in class com.jscape.filetransfer.SftpTransfer
 
setPreserveTime(boolean) - Method in class com.jscape.inet.scp.Scp
Sets preserver time flag.
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.ftp.FtpImplementation
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.
setPriority(int) - Method in class com.jscape.inet.email.EmailMessage
Sets priority of message when displayed in recipients email client.
setPrivateKey(File) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets key pair to be used when authenticating with SSH Server.
setPrivateKey(File, 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.
setPrivateKey(String, 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.ContextFactory
Sets current protocol.
setProtocol(String) - Method in class com.jscape.inet.ftps.Ftps
Sets TLS/SSL protocol name.
setProtocolProvider(String) - Method in class com.jscape.inet.ftps.ContextFactory
Sets the protocol provider.
setProtocolVersion(String) - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
 
setProvider(String) - Method in class com.jscape.inet.ssh.transport.AlgorithmFactory
 
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.filetransfer.SftpTransfer
Sets the proxy authentication username and password to use with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.bsd.Rexec
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.bsd.Rsh
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.dns.Dns
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.finger.Finger
Sets the username and password to use when for authentication 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.ftp.FtpImplementation
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.http.Http
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.imap.Imap
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.ipclient.IpClient
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.nntp.Nntp
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.pop.Pop
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.popssl.PopSsl
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.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.smtp.Smtp
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.telnet.Telnet
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets the username and password to use when for authentication with proxy server.
setProxyAuthentication(String, String) - Method in class com.jscape.inet.whois.Whois
Sets the username and password to use when for authentication 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.filetransfer.SftpTransfer
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.bsd.Rexec
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.bsd.Rsh
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.dns.Dns
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.finger.Finger
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.ftp.FtpImplementation
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.http.Http
Sets the proxy hostname and port for this connection.
setProxyHost(String) - Method in class com.jscape.inet.http.HttpRequest
Sets the hostname of the proxy server to be used in HTTP communications.
setProxyHost(String, int) - Method in class com.jscape.inet.imap.Imap
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.ipclient.IpClient
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets the proxy hostname and port for this connection.
setProxyHost(String) - Method in class com.jscape.inet.nntp.Nntp
Sets the hostname of the proxy server to be used in Nntp communications.
setProxyHost(String, int) - Method in class com.jscape.inet.nntp.Nntp
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.pop.Pop
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.popssl.PopSsl
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.sftp.Sftp
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.smtp.Smtp
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets the proxy hostname and port for this connection.
setProxyHost(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets the proxy hostname.
setProxyHost(String, int) - Method in class com.jscape.inet.telnet.Telnet
Sets the proxy hostname and port for this connection.
setProxyHost(String, int) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets the proxy hostname and port for this connection.
setProxyHost(String) - Method in class com.jscape.inet.util.ConnectionParameters
Sets the proxy hostname.
setProxyHost(String, int) - Method in class com.jscape.inet.whois.Whois
Sets the proxy hostname and port for this connection.
setProxyLogin(String, String) - Method in class com.jscape.inet.http.HttpRequest
Sets the username and password used in authentication to HTTP proxy server.
setProxyPassword(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets the proxy authentication password.
setProxyPassword(String) - Method in class com.jscape.inet.util.ConnectionParameters
Sets the proxy authentication password.
setProxyPort(int) - Method in class com.jscape.inet.http.HttpRequest
Sets the port to be used when communicating with an HTTP proxy server.
setProxyPort(int) - Method in class com.jscape.inet.nntp.Nntp
Sets the port to be used when communicating with an Nntp proxy server.
setProxyPort(int) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets the proxy port.
setProxyPort(int) - Method in class com.jscape.inet.util.ConnectionParameters
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.filetransfer.SftpTransfer
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.bsd.Rexec
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.bsd.Rsh
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.dns.Dns
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.finger.Finger
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.ftp.FtpImplementation
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.http.Http
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.imap.Imap
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.ipclient.IpClient
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.nntp.Nntp
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.pop.Pop
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.popssl.PopSsl
Sets the proxy type will be used for this 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.smtp.Smtp
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets the proxy type
setProxyType(String) - Method in class com.jscape.inet.telnet.Telnet
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets the proxy type will be used for this connection.
setProxyType(String) - Method in class com.jscape.inet.util.ConnectionParameters
Sets the proxy type
setProxyType(String) - Method in class com.jscape.inet.whois.Whois
Sets the proxy type will be used for this connection.
setProxyUserId(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets user authentication proxy.
setProxyUserId(String) - Method in class com.jscape.inet.util.ConnectionParameters
Sets user authentication proxy.
setReadable(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets filename "readable" flag.
setReadAcl(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setReadAttributes(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setReadBlockSize(int) - Method in class com.jscape.inet.http.Http
Sets the number of bytes read in each block of data read from server
setReadData(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setReadingTimeout(long) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets reading timeout.
setReadLock(boolean) - Method in class com.jscape.inet.file.JFileOpenFlags
 
setReadNamedAttrs(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setReadTimeout(int) - Method in class com.jscape.inet.imap.Imap
Sets the timeout for reading responses from server.
setReadTimeout(int) - Method in class com.jscape.inet.ipclient.IpClient
Sets the timeout for reading responses from server.
setReadTimeout(int) - Method in class com.jscape.inet.pop.Pop
Sets the timeout for reading responses from POP server.
setReadTimeout(int) - Method in class com.jscape.inet.smtp.Smtp
Sets the timeout for reading responses from SMTP server.
setReadTimeout(int) - Method in class com.jscape.inet.ssh.connection.channels.Channel
Setups new read timeout value.
setReadTimeout(long) - Method in class com.jscape.inet.ssh.Ssh
Sets read timeout value.
setReceiveBuffer(int) - Method in class com.jscape.inet.util.ConnectionParameters
Sets the receive buffer size.
setReceiveBufferSize(int) - Method in class com.jscape.inet.ftp.Ftp
Sets the receive buffer size option of the ftp connection.
setReceiveBufferSize(int) - Method in interface com.jscape.inet.ftp.FtpConnection
Sets the receive buffer size option of the ftp connection.
setReceiveBufferSize(int) - Method in class com.jscape.inet.ftp.FtpImplementation
Sets the receive buffer size option of the ftp connection.
setReceiveBufferSize(int) - Method in class com.jscape.inet.ftp.SocketConnection
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.ftps.FtpsClient
Sets the receive buffer size option of the ftps connection.
setReceiveBufferSize(int) - Method in class com.jscape.inet.scp.Scp
Sets the receive buffer size option of the scp connection.
setReceiveBufferSize(int) - Method in class com.jscape.inet.sftp.Sftp
Sets the receive buffer size option of the sftp connection.
setRecordType(int) - Method in class com.jscape.inet.dns.DnsRequest
Sets record type to retrieve for this DnsRequest.
setRegexMatchLength(int) - Method in class com.jscape.inet.ssh.SshSession
Sets the number of characters to read from the end of the response buffer when using regular expressions to detect start or end prompts.
setRegexMatchLength(int) - Method in class com.jscape.inet.ssh.SshTask
Sets the number of characters to read from the end of the response buffer when using regular expressions to detect start or end prompts.
setRegexMatchLength(int) - Method in class com.jscape.inet.telnet.TelnetSession
Sets the number of characters to read from the end of the response buffer when using regular expressions to detect start or end prompts.
setRegexMatchLength(int) - Method in class com.jscape.inet.telnet.TelnetTask
Sets the number of characters to read from the end of the response buffer when using regular expressions to detect start or end prompts.
setRemoteHost(String) - Method in class com.jscape.inet.bsd.Rexec
Sets the name of the remote host to cennect to.
setReplyTo(String, String) - Method in class com.jscape.inet.email.EmailMessage
Sets message Reply-To address.
setReplyTo(String) - Method in class com.jscape.inet.email.EmailMessage
Sets message Reply-To address.
setRequest(AuthenticationRequest, int) - Method in class com.jscape.inet.ssh.authentication.requests.AbstractComplexRequest
 
setRequestsPause(long) - Method in class com.jscape.inet.ssh.authentication.requests.AbstractComplexRequest
 
setRequestsPause(long) - Method in class com.jscape.inet.ssh.authentication.requests.UserDataBasedRequest
 
setSendBuffer(int) - Method in class com.jscape.inet.util.ConnectionParameters
Sets the send buffer size.
setSendBufferSize(int) - Method in class com.jscape.inet.ftp.Ftp
Sets the send buffer size option of the ftp connection.
setSendBufferSize(int) - Method in interface com.jscape.inet.ftp.FtpConnection
Sets the send buffer size option of the ftp connection.
setSendBufferSize(int) - Method in class com.jscape.inet.ftp.FtpImplementation
Sets the send buffer size option of the ftp connection.
setSendBufferSize(int) - Method in class com.jscape.inet.ftp.SocketConnection
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.ftps.FtpsClient
Sets the send buffer size option of the ftps connection.
setSendBufferSize(int) - Method in class com.jscape.inet.scp.Scp
Sets the send buffer size option of the scp 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.
setServerCertificates(String, String) - Method in class com.jscape.inet.https.Https
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.https.Https
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.ipclientssl.IpClientSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.ipclientssl.SecureSocket
Sets the trusted server certificates.
setServerCertificates(String, String) - Method in class com.jscape.inet.ipclientssl.SecureSocket
Sets server certificates
setServerCertificates(String, String) - Method in class com.jscape.inet.popssl.PopSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.popssl.PopSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets optional server certificate to be used during authentication.
setServerCertificates(String, String, String) - Method in class com.jscape.inet.telnetssl.TelnetSsl
Sets optional server certificate to be used during authentication.
setServerCharset(String) - Method in class com.jscape.inet.sftp.SftpConfiguration
Sets server charset name.
setServiceName(String) - Method in interface com.jscape.inet.ssh.authentication.AuthenticationRequest
Sets target SSH service name.
setServiceName(String) - Method in class com.jscape.inet.ssh.authentication.requests.AbstractAuthenticationRequest
 
setServiceName(String) - Method in class com.jscape.inet.ssh.authentication.requests.UserDataBasedRequest
 
setServiceName(String) - Method in class com.jscape.inet.ssh.transport.ServiceRequest
 
setSession(TransportClient) - Method in class com.jscape.inet.ssh.transport.ServiceRequest
 
setSessionId(byte[]) - Method in class com.jscape.inet.ssh.transport.KeyCreator
Setups the current session ID.
setShellPrompt(String) - Method in class com.jscape.inet.ssh.SshSession
Sets shell prompt to wait for before sending commands.
setShellPrompt(String, boolean) - Method in class com.jscape.inet.ssh.SshSession
Sets shell prompt to wait for before sending commands.
setShellPrompt(String) - Method in class com.jscape.inet.telnet.TelnetSession
Sets shell prompt to wait for before sending commands.
setShellPrompt(String, boolean) - Method in class com.jscape.inet.telnet.TelnetSession
Sets shell prompt to wait for before sending commands.
setShowLevel(boolean) - Method in class com.jscape.util.Logger
 
setShowTimestamp(boolean) - Method in class com.jscape.util.Logger
 
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.
setShutdownCCC(boolean) - Method in class com.jscape.inet.ftps.FtpsClient
Sets whether SSL connection should be shutdown after successfully issuing CCC command.
setSize(long) - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes
Setups the file size.
setSizePresent() - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes.AttributePresenceFlags
Setups the size attribute presence.
setSocket(Socket) - Method in class com.jscape.inet.ipclient.IpClient
Sets socket replacing current socket with new socket.
setSocketTrafficClass(int) - Method in class com.jscape.inet.ssh.util.SshParameters
Set socket traffic class.
setSoftVersion(String) - Method in class com.jscape.inet.ssh.transport.TransportConfiguration
 
setSoTimeout(long) - Method in class com.jscape.inet.util.ConnectionParameters
Sets reading timeout.
setSsh(Ssh) - Method in class com.jscape.inet.ssh.SshSession
Sets the underlying Ssh instance.
setSshConfig(SshConfiguration) - Method in class com.jscape.inet.sftp.SftpConfiguration
 
setSshHostname(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets SSH hostname.
setSshParameters(SshParameters) - Method in class com.jscape.inet.imapssh.ImapSsh
Sets SSH parameters used in establishing connection with SSH server.
setSshParameters(SshParameters) - Method in class com.jscape.inet.nntpssh.NntpSsh
Sets SSH parameters used in establishing connection with SSH server.
setSshParameters(SshParameters) - Method in class com.jscape.inet.popssh.PopSsh
Sets SSH parameters used in establishing connection with SSH server.
setSshParameters(SshParameters) - Method in class com.jscape.inet.smtpssh.SmtpSsh
Sets SSH parameters used in establishing connection with SSH server.
setSshParameters(SshParameters) - Method in class com.jscape.inet.telnetssh.TelnetSsh
Sets SSH parameters used in establishing connection with SSH server.
setSshPassword(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets SSH password.
setSshPort(int) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets SSH port.
setSshUsername(String) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets SSH username.
setSSLContext(SSLContext) - Method in class com.jscape.inet.imapssl.ImapSsl
Sets SSL context for this connection.
setSSLContext(SSLContext) - Method in class com.jscape.inet.popssl.PopSsl
Sets SSL context for this connection.
setSSLContext(SSLContext) - Method in class com.jscape.inet.smtpssl.SmtpSsl
Sets SSL context for this connection.
setSSLSocketFactory(SSLSocketFactory) - Method in class com.jscape.inet.https.Https
Sets SSLSocketFactory to be used in establishing a SSL connection
setStartPromptRegex(boolean) - Method in class com.jscape.inet.ssh.SshTask
Specifies if start prompt is a regular expression
setStartPromptRegex(boolean) - Method in class com.jscape.inet.telnet.TelnetTask
Specifies if start prompt is a regular expression
setStartPromptTimeout(long) - Method in class com.jscape.inet.ssh.SshTask
Sets the maximum timeout between the time the task is in active state and the expected start prompt is received.
setStartPromptTimeout(long) - Method in class com.jscape.inet.telnet.TelnetTask
Sets the maximum timeout between the time the task is in active state and the expected start prompt is received.
setStartSubsystemReplyNeeded(boolean) - Method in class com.jscape.inet.sftp.SftpConfiguration
 
setStat(String, SftpFileAttributes) - Method in class com.jscape.inet.sftp.SftpClient
Setups the remote file attributes.
setStat(String, SftpFileAttributes) - Method in class com.jscape.inet.sftp.v4.SftpClient4
Setups the remote file attributes.
setStoreType(String) - Method in class com.jscape.inet.ftps.ContextFactory
Setups the current keystore type.
setSubject(String) - Method in class com.jscape.inet.email.EmailMessage
Sets message subject.
setSubject(String, String) - Method in class com.jscape.inet.email.EmailMessage
Sets message subject.
setSubject(String) - Method in class com.jscape.inet.nntp.NntpArticle
Sets Subject header for this NntpArticle.
setSubject(String) - Method in class com.jscape.inet.nntp.NntpArticleHeader
Sets Subject header.
setSubSecondTimesPresent() - Method in class com.jscape.inet.sftp.v4.packets.AttributePresenceFlags2
Setups the subsecond times attributes presence.
setSuccessfulAccess(boolean) - Method in class com.jscape.inet.file.JAcl.Flag
 
setSync(boolean) - Method in interface com.jscape.inet.file.JFile
Setups file changes synchronization mode.
setSync(boolean) - Method in class com.jscape.inet.sftp.SftpFile
Setups file changes synchronization mode.
setSynchronize(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setTabstop(boolean) - Method in class com.jscape.inet.terminal.Cell
Sets tabstop to this Cell object.
setTargetClientVersion(int) - Method in class com.jscape.inet.sftp.SftpConfiguration
Sets the current client version to create.
setTargetFile(String) - Method in class com.jscape.inet.ftp.FtpImplementation
Sets target file name.
setTargetPath(String) - Method in class com.jscape.inet.ftp.FtpImplementation
Sets target path.
setTcpNoDelay(boolean) - Method in class com.jscape.inet.ssh.util.SshParameters
Set TCP no delay.
setTcpNoDelay(Boolean) - Method in class com.jscape.inet.util.ConnectionParameters
Set TCP no delay.
setTerminalSpeed(int) - Method in class com.jscape.inet.bsd.Rlogin
Sets the speed of terminal emulation.
setTerminalType(String) - Method in class com.jscape.inet.bsd.Rlogin
Sets the terminal type to be used to distinguish between formating characters and normal text.
setTerminalType(String) - Method in class com.jscape.inet.ssh.Ssh
Sets terminal type emulation to use for this SSH session.
setTerminalType(String) - Method in class com.jscape.inet.telnet.options.TerminalType
Sets the terminal type.
setTerminator(String) - Method in class com.jscape.inet.ssh.SshTask
Sets line terminator used when sending commands.
setTerminator(String) - Method in class com.jscape.inet.telnet.TelnetTask
Sets line terminator used when sending commands.
setText(boolean) - Method in class com.jscape.inet.file.JFileOpenFlags
 
setTextBody(String) - Method in class com.jscape.inet.email.HtmlEmailMessage
Sets the plain text portion of this email message.
setTextBody(File) - Method in class com.jscape.inet.email.HtmlEmailMessage
Sets the plain text portion of this email message from contents of a file.
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
See FileTransfer interface for method description.
setTimeout(long) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setTimeout(long) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
setTimeout(int) - Method in class com.jscape.inet.bsd.Rexec
Sets the timeout for opening connection to server.
setTimeout(int) - Method in class com.jscape.inet.dns.DnsRequest
Sets the timeout for opening connection to DNS server.
setTimeout(int) - Method in class com.jscape.inet.finger.Finger
Sets the timeout for opening a FINGER connection.
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.ftp.FtpImplementation
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(int) - Method in class com.jscape.inet.http.Http
Sets the timeout for opening a HTTP connection.
setTimeout(int) - Method in class com.jscape.inet.imap.Imap
Deprecated. Replaced by setConnectTimeout and setReadTimeout
setTimeout(int) - Method in class com.jscape.inet.nntp.Nntp
Sets the timeout for opening a NNTP server connection.
setTimeout(int) - Method in class com.jscape.inet.pop.Pop
Deprecated. Replaced by setConnectTimeout and setReadTimeout
setTimeout(long) - Method in class com.jscape.inet.sftp.Sftp
Sets the timeout for opening connection to SSH server.
setTimeout(int) - Method in class com.jscape.inet.smtp.Smtp
Deprecated. Replaced by setConnectTimeout and setReadTimeout
setTimeout(long) - Method in class com.jscape.inet.ssh.Ssh
Sets the timeout for opening connection to SSH server.
setTimeout(long) - Method in class com.jscape.inet.ssh.SshConnection
 
setTimeout(long) - Method in class com.jscape.inet.ssh.SshConnector
 
setTimeout(int) - Method in class com.jscape.inet.telnet.Telnet
Sets the timeout for opening connection to Telnet server.
setTimeout(int) - Method in class com.jscape.inet.whois.Whois
Sets the timeout for opening a Whois connection.
setTimeout(int) - Method in class com.jscape.inspect.EmailInspector
Sets timeout in milliseconds for connecting to DNS and SMTP servers.
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
 
setTimeZone(TimeZone) - Method in class com.jscape.filetransfer.FtpTransfer
 
setTimeZone(TimeZone) - Method in class com.jscape.filetransfer.SftpTransfer
 
setTimezone(TimeZone) - Method in class com.jscape.inet.ftp.Ftp
Set the timezone.
setTimezone(TimeZone) - Method in class com.jscape.inet.ftp.FtpImplementation
Set the timezone.
setTimezone(TimeZone) - Method in class com.jscape.inet.ftps.Ftps
Set the timezone.
setTo(String) - Method in class com.jscape.inet.email.EmailMessage
Sets receipient to email address.
setTo(String, String) - Method in class com.jscape.inet.email.EmailMessage
Sets receipient to email address.
setTrafficClass(Integer) - Method in class com.jscape.inet.util.ConnectionParameters
Set traffic class.
setTransferMode(int) - Method in class com.jscape.inet.ftp.FtpImplementation
Sets transfer mode.
setTransportConfiguration(TransportConfiguration) - Method in class com.jscape.inet.ssh.SshConfiguration
Setups the current transport configuration.
setTransportSession(TransportClient) - Method in interface com.jscape.inet.ssh.authentication.AuthenticationRequest
Sets underlayed SSH transport session.
setTransportSession(TransportClient) - Method in class com.jscape.inet.ssh.authentication.requests.AbstractAuthenticationRequest
 
setTransportSession(TransportClient) - Method in class com.jscape.inet.ssh.authentication.requests.UserDataBasedRequest
 
setTruncateExisting(boolean) - Method in class com.jscape.inet.file.JFileOpenFlags
 
setUid(int) - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes
Setups the file uid.
setUidGidPresent() - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes.AttributePresenceFlags
Setups the owner and group attributes presence.
setupFileAttributes(JFile) - Method in class com.jscape.inet.sftp.packets.SftpFileAttributes
Setups the attributes for the specified file.
setUploadBlockSize(int) - Method in class com.jscape.filetransfer.SftpTransfer
Sets the transfer buffer size for upload operation.
setUploadBlockSize(int) - Method in class com.jscape.inet.scp.Scp
Sets upload block size.
setUploadBlockSize(int) - Method in class com.jscape.inet.sftp.Sftp
Sets the transfer buffer size for upload operations.
setURL(String) - Method in class com.jscape.inet.http.HttpRequest
Sets URL of HTTP request.
setUseAdaptiveConnection(boolean) - Method in class com.jscape.inet.sftp.SftpConfiguration
Sets adaptive connection flag.
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.ftp.FtpImplementation
Sets use EPSV indicator.
setUseEPRT(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether to use EPRT or PORT command for data tranfers.
setUseEPRT(boolean) - Method in class com.jscape.inet.ftps.FtpsClient
Sets use EPRT indicator.
setUseEPSV(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Sets use EPSV indicator.
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.ftp.FtpImplementation
Sets use EPSV indicator.
setUseEPSV(boolean) - Method in class com.jscape.inet.ftps.Ftps
Sets whether to use EPSV or PASV command for data tranfers.
setUseEPSV(boolean) - Method in class com.jscape.inet.ftps.FtpsClient
Sets use EPSV indicator.
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.
setUser(String) - Method in class com.jscape.inet.ftp.FtpImplementation
Sets username of FTP user.
setUser(User) - Method in interface com.jscape.inet.ssh.authentication.AuthenticationRequest
Sets target user.
setUser(User) - Method in class com.jscape.inet.ssh.authentication.requests.AbstractAuthenticationRequest
 
setUser(User) - Method in class com.jscape.inet.ssh.authentication.requests.UserDataBasedRequest
 
setUser(User) - Method in class com.jscape.inet.ssh.util.SshParameters
Sets a new user value.
setUserAgent(String) - Method in class com.jscape.inet.http.HttpRequest
Sets the User-Agent header of a HTTP request.
setUsername(String) - Method in interface com.jscape.filetransfer.FileTransfer
Sets username.
setUsername(String) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
setUsername(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
setUsername(String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
setUsername(String) - Method in class com.jscape.inet.bsd.Rexec
Sets the username to be sent to the remote host.
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.imap.Imap
Sets the username to be sent to the remote host.
setUsername(String) - Method in class com.jscape.inet.nntp.Nntp
Sets username for authentication.
setUsername(String) - Method in class com.jscape.inet.pop.Pop
Sets the username to be used in authentication to POP3 server.
setUTF8(boolean) - Method in class com.jscape.inet.http.HttpRequest
Sets whether UTF-8 encoding is used when encoding parameters, default is true.
setValue(String) - Method in class com.jscape.inet.http.HttpParameter
Sets value of parameter.
setValue(String) - Method in class com.jscape.inet.mime.MimeHeader
Sets the value of this MimeHeader.
setValue(String) - Method in class com.jscape.inet.mime.MimeHeaderAttr
Sets value of attribute.
setValue(char) - Method in class com.jscape.inet.terminal.Cell
Sets value of Cell object.
setVerify(boolean) - Method in class com.jscape.inet.ssh.util.VerifyHostKeyEvent
Sets verify flag.
setWindowSize(int) - Method in class com.jscape.inet.sftp.SftpConfiguration
Sets the current connection channel initial window size.
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.filetransfer.SftpTransfer
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.ftp.FtpImplementation
Sets character set used when issuing commands and transferring files in ASCII mode.
setWireEncoding(String) - Method in class com.jscape.inet.ftps.Ftps
Sets character set used when issuing commands and transferring files in ASCII mode.
setWorkingDir(String) - Method in class com.jscape.inet.sftp.SftpConfiguration
Sets the current working directory.
setWritable(boolean) - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Sets filename "writable" flag.
setWriteAcl(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setWriteAttributes(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setWriteBlockSize(int) - Method in class com.jscape.inet.http.Http
Sets number of bytes written in each block to server
setWriteData(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setWriteLock(boolean) - Method in class com.jscape.inet.file.JFileOpenFlags
 
setWriteNamedAttrs(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
setWriteOwner(boolean) - Method in class com.jscape.inet.file.JAcl.Mask
 
Sftp - Class in com.jscape.inet.sftp
Implements the basic functionality of a SFTP (FTP over SSH) client.
Sftp(SshParameters) - Constructor for class com.jscape.inet.sftp.Sftp
Creates a new 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, File, SftpConfiguration) - Constructor for class com.jscape.inet.sftp.Sftp
Creates a new client instance.
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
SftpClient - Class in com.jscape.inet.sftp
The SFTP client.
SftpClient(Connection, SftpConfiguration) - Constructor for class com.jscape.inet.sftp.SftpClient
Creates a new client instance.
SftpClient2 - Class in com.jscape.inet.sftp.v2
The SFTP client version 2.
SftpClient2(Connection, SftpConfiguration) - Constructor for class com.jscape.inet.sftp.v2.SftpClient2
Creates a new client instance.
SftpClient3 - Class in com.jscape.inet.sftp.v3
The SFTP client version 3.
SftpClient3(Connection, SftpConfiguration) - Constructor for class com.jscape.inet.sftp.v3.SftpClient3
Creates a new client instance.
SftpClient4 - Class in com.jscape.inet.sftp.v4
The SFTP client version 4.
SftpClient4(Connection, SftpConfiguration) - Constructor for class com.jscape.inet.sftp.v4.SftpClient4
Creates a new client instance.
SftpConfiguration - Class in com.jscape.inet.sftp
The SFTP configuration.
SftpConfiguration(SshConfiguration) - Constructor for class com.jscape.inet.sftp.SftpConfiguration
Initialize SftpConfiguration with a configured instance of SshConfiguration
SftpConfiguration() - Constructor for class com.jscape.inet.sftp.SftpConfiguration
Register known clients.
SftpConfiguration.SftpLogger - Class in com.jscape.inet.sftp
 
SftpConfiguration.SftpLogger(Logger.Level, PrintStream) - Constructor for class com.jscape.inet.sftp.SftpConfiguration.SftpLogger
 
SftpConfiguration.SftpLogger(PrintStream) - Constructor for class com.jscape.inet.sftp.SftpConfiguration.SftpLogger
 
SftpConnectedEvent - Class in com.jscape.inet.sftp.events
This event is fired when connection to SSH server is established.
SftpConnectedEvent(Sftp, String) - Constructor for class com.jscape.inet.sftp.events.SftpConnectedEvent
Creates a new event instance.
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) - 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.
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(String) - Constructor for exception com.jscape.inet.sftp.SftpException
Creates a new SftpException with specified exception message.
SftpException(String, Exception) - Constructor for exception com.jscape.inet.sftp.SftpException
Creates a new SftpException and store the original message and exception.
SftpFile - Class in com.jscape.inet.sftp
The SFTP file.
SftpFile(String, SftpClient) - Constructor for class com.jscape.inet.sftp.SftpFile
Creates a new SFTP file instance by converting the given path string into an abstract path.
SftpFile(SftpFile, String, SftpClient) - Constructor for class com.jscape.inet.sftp.SftpFile
Creates a new SFTP file instance from a parent abstract pathname and a child pathname string.
SftpFileAttributes - Class in com.jscape.inet.sftp.packets
The SFTP file attributes.
SftpFileAttributes() - Constructor for class com.jscape.inet.sftp.packets.SftpFileAttributes
 
SftpFileAttributes.AttributePresenceFlags - Class in com.jscape.inet.sftp.packets
The attribute presence flags.
SftpFileAttributes.AttributePresenceFlags() - Constructor for class com.jscape.inet.sftp.packets.SftpFileAttributes.AttributePresenceFlags
 
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.
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.
SftpName - Class in com.jscape.inet.sftp.packets
The SFTP NAME abstraction.
SftpName(byte[], byte[], SftpFileAttributes) - Constructor for class com.jscape.inet.sftp.packets.SftpName
Creates a new file name instance.
SftpPacket - Class in com.jscape.inet.sftp
Represents SFTP packet.
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, int, long, long) - Constructor for class com.jscape.inet.sftp.events.SftpProgressEvent
Creates a new event instance.
SftpProgressEvent(Sftp, String, int, long, long, long) - Constructor for class com.jscape.inet.sftp.events.SftpProgressEvent
Creates a new event instance.
SftpProgressEvent(Sftp, String, String, int, long, long, long) - Constructor for class com.jscape.inet.sftp.events.SftpProgressEvent
 
SftpProgressEvent(Sftp, String, String, String, int, long, long, long) - Constructor for class com.jscape.inet.sftp.events.SftpProgressEvent
Constructor.
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
SftpRequestFactory - Class in com.jscape.inet.sftp.requests
SFTP request factory.
SftpRequestFactory(RequestFactory[]) - Constructor for class com.jscape.inet.sftp.requests.SftpRequestFactory
Creates a new factory instance.
SftpTransfer - Class in com.jscape.filetransfer
Implements the basic functionality of a SFTP (FTP over SSH) client.
SftpTransfer(SshParameters) - Constructor for class com.jscape.filetransfer.SftpTransfer
Creates SftpTransfer instance.
SftpTransfer(String, String, String) - Constructor for class com.jscape.filetransfer.SftpTransfer
Creates SftpTransfer instance.
SftpTransfer(String, String, String, int) - Constructor for class com.jscape.filetransfer.SftpTransfer
Creates SftpTransfer instance.
SftpTransfer(String, String, String, Integer) - Constructor for class com.jscape.filetransfer.SftpTransfer
Creates SftpTransfer instance.
SftpTransfer(String, String, String, File) - Constructor for class com.jscape.filetransfer.SftpTransfer
Creates SftpTransfer instance.
SftpTransfer(String, String, String, int, SftpConfiguration) - Constructor for class com.jscape.filetransfer.SftpTransfer
Creates SftpTransfer instance.
SftpTransfer(SshParameters, SftpConfiguration) - Constructor for class com.jscape.filetransfer.SftpTransfer
Creates SftpTransfer instance.
SftpTransferCompleteEvent - Class in com.jscape.inet.sftp.events
This event is fired when upload or download was completed.
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.
SGRCommand - Class in com.jscape.inet.terminal.commands
SGR -- Select Graphic Rendition.
SHIFT_AUTHORITATIVE - Static variable in class com.jscape.inet.dns.Dns
Indicates that response is an authoritative answer.
SHIFT_OPCODE - Static variable in class com.jscape.inet.dns.Dns
 
SHIFT_QUERY - Static variable in class com.jscape.inet.dns.Dns
 
SHIFT_RECURSE_AVAILABLE - Static variable in class com.jscape.inet.dns.Dns
Indicates that recursion is available.
SHIFT_RECURSE_PLEASE - Static variable in class com.jscape.inet.dns.Dns
Indicates that recursion is requested.
SHIFT_RESERVED - Static variable in class com.jscape.inet.dns.Dns
 
SHIFT_RESPONSE_CODE - Static variable in class com.jscape.inet.dns.Dns
Indicates that no error occured in query.
SHIFT_TRUNCATED - Static variable in class com.jscape.inet.dns.Dns
Indicates that response is truncated.
SICommand - Class in com.jscape.inet.terminal.commands
Select G0 character set, as selected by "ESC (" sequence.
sign(byte[], PrivateKey) - Method in class com.jscape.inet.ssh.transport.keyformat.DSSKeyFormat
Method sign
sign(byte[], PrivateKey) - Method in class com.jscape.inet.ssh.transport.keyformat.KeyFormat
 
sign(byte[], PrivateKey) - Method in class com.jscape.inet.ssh.transport.keyformat.RSAKeyFormat
 
signal(String) - Method in class com.jscape.inet.ssh.connection.channels.SessionClient
 
SimpleType - Class in com.jscape.inet.terminal
Simple sequence type.
siteParameters() - Method in class com.jscape.inet.ftps.FtpsClient
The FTP SITE command.
skip(long) - Method in class com.jscape.inet.telnet.TelnetInputStream
Skips over and discards n bytes of data from this input stream.
SMCommand - Class in com.jscape.inet.terminal.commands
SM -- Set Mode.
Smtp - Class in com.jscape.inet.smtp
Implements the basic functionality of a SMTP client.
Smtp() - Constructor for class com.jscape.inet.smtp.Smtp
Constructs a new Smtp instance.
Smtp(String) - Constructor for class com.jscape.inet.smtp.Smtp
Constructs a new Smtp instance.
SmtpAdapter - Class in com.jscape.inet.smtp
Implements methods for capturing events sourced from Smtp class.
SmtpAdapter() - Constructor for class com.jscape.inet.smtp.SmtpAdapter
 
SmtpCommandEvent - Class in com.jscape.inet.smtp
Fired when command is sent to SMTP server
SmtpCommandEvent(Object, String) - Constructor for class com.jscape.inet.smtp.SmtpCommandEvent
Creates SmtpCommandEvent.
SmtpConnectedEvent - Class in com.jscape.inet.smtp
Fired when connection to SMTP server is established.
SmtpConnectedEvent(Object, String) - Constructor for class com.jscape.inet.smtp.SmtpConnectedEvent
Creates SmtpConnectedEvent.
SmtpDisconnectedEvent - Class in com.jscape.inet.smtp
Fired when connection to SMTP server is released.
SmtpDisconnectedEvent(Object, String) - Constructor for class com.jscape.inet.smtp.SmtpDisconnectedEvent
Creates SmtpDisconnectedEvent.
SmtpException - Exception in com.jscape.inet.smtp
SmtpException is thrown by many methods of Smtp class.
SmtpException(String) - Constructor for exception com.jscape.inet.smtp.SmtpException
Creates exception with specified message string.
SmtpException(String, Exception) - Constructor for exception com.jscape.inet.smtp.SmtpException
Creates exception with specified message string and source exception
SmtpListener - Interface in com.jscape.inet.smtp
Implements methods for capturing events sourced from Smtp class.
SmtpResponseEvent - Class in com.jscape.inet.smtp
Fired when response is received from SMTP server
SmtpResponseEvent(Object, String) - Constructor for class com.jscape.inet.smtp.SmtpResponseEvent
Creates SmtpResponseEvent.
SmtpSsh - Class in com.jscape.inet.smtpssh
Implements the basic functionality of a SMTP client tunnelling all data through a secure SSH connection.
SmtpSsh(String) - Constructor for class com.jscape.inet.smtpssh.SmtpSsh
Creates a new SmtpSsh instance.
SmtpSsh(SshParameters, String) - Constructor for class com.jscape.inet.smtpssh.SmtpSsh
Creates a new SmtpSsh instance.
SmtpSsh() - Constructor for class com.jscape.inet.smtpssh.SmtpSsh
Creates a new SmtpSsh instance.
SmtpSsl - Class in com.jscape.inet.smtpssl
Implements the basic functionality of a secure SMTP client using SSL/TLS.
SmtpSsl(String) - Constructor for class com.jscape.inet.smtpssl.SmtpSsl
Constructs new SmtpSsl instance.
SmtpSsl(String, int) - Constructor for class com.jscape.inet.smtpssl.SmtpSsl
Constructs new SmtpSsl instance.
SOCKET - Static variable in class com.jscape.inet.file.JFileType
Socket.
SocketConnection - Class in com.jscape.inet.ftp
Socket FTP connection.
SocketConnection() - Constructor for class com.jscape.inet.ftp.SocketConnection
 
SOCommand - Class in com.jscape.inet.terminal.commands
Invoke G1 character set, as designated by SCS control sequence.
sort() - Method in class com.jscape.filetransfer.FileTransferRemoteSort
Sorts the data.
SPACE - Static variable in interface com.jscape.inet.mime.MimeConstants
Represents byte value for space.
SpecialGraphic - Class in com.jscape.inet.terminal
Represents "Special Graphic Character Set" in VT100 terminal.
split(String, String, boolean) - Static method in class com.jscape.util.StringTools
Splits the specified string.
splitQuoted(String, String, char, char, boolean) - Static method in class com.jscape.util.StringTools
Splitts the specified string to words considering quotes.
splitQuoted(String, String, String, String) - Static method in class com.jscape.util.StringTools
 
Ssh - Class in com.jscape.inet.ssh
Implements the basic functionality of a SSH2 (Secure Shell) client.
Ssh(SshParameters, SshConfiguration) - Constructor for class com.jscape.inet.ssh.Ssh
Constructs a new Ssh instance.
Ssh(SshParameters) - Constructor for class com.jscape.inet.ssh.Ssh
Constructs a new Ssh instance
Ssh(String, int, String, String, SshConfiguration) - Constructor for class com.jscape.inet.ssh.Ssh
Constructs a new Ssh instance.
Ssh(String, int, String, String) - Constructor for class com.jscape.inet.ssh.Ssh
Constructs a new Ssh instance.
Ssh(String, int, String) - Constructor for class com.jscape.inet.ssh.Ssh
Constructs a new Ssh instance.
Ssh(String, String, String) - Constructor for class com.jscape.inet.ssh.Ssh
Consructs a new Ssh instance.
Ssh(String, String) - Constructor for class com.jscape.inet.ssh.Ssh
Constructs a new Ssh instance.
SSH_FX_BAD_MESSAGE - Static variable in interface com.jscape.inet.sftp.packets.SshFxError
May be returned if a badly formatted packet or protocol incompatibility is detected.
SSH_FX_CONNECTION_LOST - Static variable in interface com.jscape.inet.sftp.packets.SshFxError
Is a pseudo-error which indicates that the connection to the server has been lost (it can only be generated locally by the client, and MUST NOT be returned by servers).
SSH_FX_EOF - Static variable in interface com.jscape.inet.sftp.packets.SshFxError
Indicates end-of-file condition; for SSH_FX_READ it means that no more data is available in the file, and for SSH_FX_READDIR it indicates that no more files are contained in the directory.
SSH_FX_FAILURE - Static variable in interface com.jscape.inet.sftp.packets.SshFxError
Is a generic catch-all error message; it should be returned if an error occurs for which there is no more specific error code defined.
SSH_FX_NO_CONNECTION - Static variable in interface com.jscape.inet.sftp.packets.SshFxError
Is a pseudo-error which indicates that the client has no connection to the server (it can only be generated locally by the client, and MUST NOT be returned by servers).
SSH_FX_NO_SUCH_FILE - Static variable in interface com.jscape.inet.sftp.packets.SshFxError
Is returned when a reference is made to a file which should exist but doesn't.
SSH_FX_OK - Static variable in interface com.jscape.inet.sftp.packets.SshFxError
Indicates successful completion of the operation.
SSH_FX_OP_UNSUPPORTED - Static variable in interface com.jscape.inet.sftp.packets.SshFxError
Indicates that an attempt was made to perform an operation which is not supported for the server (it may be generated locally by the client if e.g.
SSH_FX_PERMISSION_DENIED - Static variable in interface com.jscape.inet.sftp.packets.SshFxError
Is returned when the authenticated user does not have sufficient permissions to perform the operation.
SshAdapter - Class in com.jscape.inet.ssh
Implements methods for capturing events sourced from Ssh class.
SshAdapter() - Constructor for class com.jscape.inet.ssh.SshAdapter
 
SshBoolean - Class in com.jscape.inet.ssh.types
SSH2 boolean type.
SshBoolean(boolean) - Constructor for class com.jscape.inet.ssh.types.SshBoolean
Creates a new SSH boolean instance.
SshByte - Class in com.jscape.inet.ssh.types
SSH2 byte.
SshByte(int) - Constructor for class com.jscape.inet.ssh.types.SshByte
Creates a new SSH byte instance.
SshConfiguration - Class in com.jscape.inet.ssh
 
SshConfiguration() - Constructor for class com.jscape.inet.ssh.SshConfiguration
Default constructor.
SshConfiguration(TransportConfiguration) - Constructor for class com.jscape.inet.ssh.SshConfiguration
Initialize SshConfiguration with a configured instance of TransportConfiguration.
SshConnectedEvent - Class in com.jscape.inet.ssh
Fired by Ssh instance upon successfull connection to SSH server.
SshConnectedEvent(Object, String, int) - Constructor for class com.jscape.inet.ssh.SshConnectedEvent
Creates SshConnectedEvent.
SshConnection - Class in com.jscape.inet.ssh
SSH connection.
SshConnection(ConnectionClient, Channel, boolean) - Constructor for class com.jscape.inet.ssh.SshConnection
Creates a new connection instance.
SshConnector - Class in com.jscape.inet.ssh
SSH connector.
SshConnector(SshConfiguration, ConnectionParameters, User, ChannelRequest) - Constructor for class com.jscape.inet.ssh.SshConnector
Creates a new connector instance.
SshDataReceivedEvent - Class in com.jscape.inet.ssh
Fired by Ssh instance when SSH server sends data to client.
SshDataReceivedEvent(Object, String) - Constructor for class com.jscape.inet.ssh.SshDataReceivedEvent
Creates a new SshDataReceivedEvent instance.
SshDisconnectedEvent - Class in com.jscape.inet.ssh
Fired by Ssh instance upon disconnect from server.
SshDisconnectedEvent(Object, String, int) - Constructor for class com.jscape.inet.ssh.SshDisconnectedEvent
Created SshDisconnectedEvent.
SshException - Exception in com.jscape.inet.ssh
SshException is thrown by many methods of Ssh class.
SshException(String) - Constructor for exception com.jscape.inet.ssh.SshException
Creates exception with specified message string.
SshException(String, Exception) - Constructor for exception com.jscape.inet.ssh.SshException
Creates exception with specified message string and source exception
SshFxError - Interface in com.jscape.inet.sftp.packets
The SFTP status codes.
SshFxpClose - Class in com.jscape.inet.sftp.packets
The SSH_FXP_CLOSE packet.
SshFxpClose(byte[]) - Constructor for class com.jscape.inet.sftp.packets.SshFxpClose
Creates a new packet instance.
SshFxpFsetstat - Class in com.jscape.inet.sftp.packets
The SSH_FXP_FSETSTAT packet.
SshFxpFsetstat(byte[], SftpFileAttributes) - Constructor for class com.jscape.inet.sftp.packets.SshFxpFsetstat
Creates a new packet instance.
SshFxpFstat - Class in com.jscape.inet.sftp.packets
The SSH_FXP_FSTAT packet.
SshFxpFstat(byte[]) - Constructor for class com.jscape.inet.sftp.packets.SshFxpFstat
Creates a new packet instance.
SshFxpInit - Class in com.jscape.inet.sftp.packets
The SSH_FXP_INIT packet.
SshFxpInit(int) - Constructor for class com.jscape.inet.sftp.packets.SshFxpInit
Creates a new packet instance.
SshFxpLstat - Class in com.jscape.inet.sftp.packets
The SSH_FXP_LSTAT packet.
SshFxpLstat(String) - Constructor for class com.jscape.inet.sftp.packets.SshFxpLstat
Creates a new packet instance.
SshFxpMkdir - Class in com.jscape.inet.sftp.packets
The SSH_FXP_MKDIR packet.
SshFxpMkdir(String, SftpFileAttributes) - Constructor for class com.jscape.inet.sftp.packets.SshFxpMkdir
Creates a new packet instance.
SshFxpName - Class in com.jscape.inet.sftp.packets
The SSH_FXP_NAME packet.
SshFxpName(List) - Constructor for class com.jscape.inet.sftp.packets.SshFxpName
Creates a new packet instance.
SshFxpOpen - Class in com.jscape.inet.sftp.packets
The SSH_FXP_OPEN packet.
SshFxpOpen(String, JFileOpenFlags, JAcl.Mask, SftpFileAttributes) - Constructor for class com.jscape.inet.sftp.packets.SshFxpOpen
Creates a new packet instance.
SshFxpOpendir - Class in com.jscape.inet.sftp.packets
The SSH_FXP_OPENDIR packet.
SshFxpOpendir(String) - Constructor for class com.jscape.inet.sftp.packets.SshFxpOpendir
Creates a new packet instance.
SshFxpRead - Class in com.jscape.inet.sftp.packets
The SSH_FXP_READ packet.
SshFxpRead(long, byte[], long, int) - Constructor for class com.jscape.inet.sftp.packets.SshFxpRead
Creates a new packet instance.
SshFxpRead(byte[], long, int) - Constructor for class com.jscape.inet.sftp.packets.SshFxpRead
Creates a new packet instance.
SshFxpReaddir - Class in com.jscape.inet.sftp.packets
The SSH_FXP_READDIR packet.
SshFxpReaddir(byte[]) - Constructor for class com.jscape.inet.sftp.packets.SshFxpReaddir
Creates a new packet instance.
SshFxpReadlink - Class in com.jscape.inet.sftp.v3.packets
The SSH_FXP_READLINK packet.
SshFxpReadlink(String) - Constructor for class com.jscape.inet.sftp.v3.packets.SshFxpReadlink
Creates a new packet instance.
SshFxpRealpath - Class in com.jscape.inet.sftp.packets
The SSH_FXP_REALPATH packet.
SshFxpRealpath(String) - Constructor for class com.jscape.inet.sftp.packets.SshFxpRealpath
Creates a new packet instance.
SshFxpRemove - Class in com.jscape.inet.sftp.packets
The SSH_FXP_REMOVE packet.
SshFxpRemove(String) - Constructor for class com.jscape.inet.sftp.packets.SshFxpRemove
Creates a new packet instance.
SshFxpRename - Class in com.jscape.inet.sftp.v2.packets
The SSH_FXP_RENAME packet.
SshFxpRename(String, String) - Constructor for class com.jscape.inet.sftp.v2.packets.SshFxpRename
Creates a new packet instance.
SshFxpRmdir - Class in com.jscape.inet.sftp.packets
The SSH_FXP_RMDIR packet.
SshFxpRmdir(String) - Constructor for class com.jscape.inet.sftp.packets.SshFxpRmdir
Creates a new packet instance.
SshFxpSetstat - Class in com.jscape.inet.sftp.packets
The SSH_FXP_SETSTAT packet.
SshFxpSetstat(String, SftpFileAttributes) - Constructor for class com.jscape.inet.sftp.packets.SshFxpSetstat
Creates a new packet instance.
SshFxpStat - Class in com.jscape.inet.sftp.packets
The SSH_FXP_STAT packet.
SshFxpStat(String) - Constructor for class com.jscape.inet.sftp.packets.SshFxpStat
Creates a new packet instance.
SshFxpStatus - Class in com.jscape.inet.sftp.packets
The SSH_FXP_STATUS packet.
SshFxpStatus(int) - Constructor for class com.jscape.inet.sftp.packets.SshFxpStatus
Creates a new packet instance.
SshFxpStatus2 - Class in com.jscape.inet.sftp.v3.packets
The SSH_FXP_STATUS packet version 2.
SshFxpStatus2(int, String, String) - Constructor for class com.jscape.inet.sftp.v3.packets.SshFxpStatus2
Creates a new packet instance.
SshFxpSymlink - Class in com.jscape.inet.sftp.v3.packets
The SSH_FXP_SYMLINK packet.
SshFxpSymlink(String, String) - Constructor for class com.jscape.inet.sftp.v3.packets.SshFxpSymlink
Creates a new packet instance.
SshFxpVersion - Class in com.jscape.inet.sftp.packets
The SSH_FXP_VERSION packet.
SshFxpVersion(int, Map) - Constructor for class com.jscape.inet.sftp.packets.SshFxpVersion
Creates a new packet instance.
SshFxpWrite - Class in com.jscape.inet.sftp.packets
The SSH_FXP_WRITE packet.
SshFxpWrite(byte[], long, byte[]) - Constructor for class com.jscape.inet.sftp.packets.SshFxpWrite
Creates a new packet instance.
SshHostKeys - Class in com.jscape.inet.ssh.util
Associative host keys store.
SshHostKeys(Map<InetAddress, Set<String>>) - Constructor for class com.jscape.inet.ssh.util.SshHostKeys
 
SshHostKeys() - Constructor for class com.jscape.inet.ssh.util.SshHostKeys
 
SshHostKeys(SshHostKeys) - Constructor for class com.jscape.inet.ssh.util.SshHostKeys
 
SshListener - Interface in com.jscape.inet.ssh
Implements methods for capturing events sourced from Ssh class.
SshLogger - Class in com.jscape.inet.ssh.transport
 
SshLogger(Logger.Level, PrintStream) - Constructor for class com.jscape.inet.ssh.transport.SshLogger
 
SshLogger(PrintStream) - Constructor for class com.jscape.inet.ssh.transport.SshLogger
 
SshMpint - Class in com.jscape.inet.ssh.types
Represents multiple precision integers in two's complement format, stored as a string, 8 bits per byte, MSB first.
SshMpint(BigInteger) - Constructor for class com.jscape.inet.ssh.types.SshMpint
Creates a new SSH mpint instance.
SshMsgKexDhInit - Class in com.jscape.inet.ssh.transport.kex.messages
Diffie-Hellman key exchange initVersions message: SSH_MSG_KEXDH_INIT.
SshMsgKexDhInit(BigInteger) - Constructor for class com.jscape.inet.ssh.transport.kex.messages.SshMsgKexDhInit
 
SshMsgKexDhReply - Class in com.jscape.inet.ssh.transport.kex.messages
Diffie-Hellman key exchange reply message: SSH_MSG_KEXDH_REPLY.
SshMsgKexDhReply(byte[], BigInteger, byte[]) - Constructor for class com.jscape.inet.ssh.transport.kex.messages.SshMsgKexDhReply
 
SshMsgUserauthBanner - Class in com.jscape.inet.ssh.authentication.messages
Represents SSH_MSG_USERAUTH_BANNER type of SSH2 protocol messages.
SshMsgUserauthBanner(String, String) - Constructor for class com.jscape.inet.ssh.authentication.messages.SshMsgUserauthBanner
Creates message giving corresponded attributes.
SshMsgUserauthFailure - Class in com.jscape.inet.ssh.authentication.messages
Represents SSH_MSG_USERAUTH_FAILURE type of SSH2 protocol messages.
SshMsgUserauthFailure(String[], boolean) - Constructor for class com.jscape.inet.ssh.authentication.messages.SshMsgUserauthFailure
Creates message giving corresponded attributes.
SshMsgUserauthSuccess - Class in com.jscape.inet.ssh.authentication.messages
Type SshMsgUserauthSuccess
SshMsgUserauthSuccess() - Constructor for class com.jscape.inet.ssh.authentication.messages.SshMsgUserauthSuccess
Creates message.
SshNameList - Class in com.jscape.inet.ssh.types
A string containing a comma separated list of names.
SshNameList(String[]) - Constructor for class com.jscape.inet.ssh.types.SshNameList
Creates a new SSH name list instance.
SshParameters - Class in com.jscape.inet.ssh.util
Contains information used in establishing a connection to and authenticating with an SSH server.
SshParameters(ConnectionParameters, User, File, String, HostKeyVerifier) - Constructor for class com.jscape.inet.ssh.util.SshParameters
 
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 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.
SshReader - Class in com.jscape.inet.ssh
Reads the basic SSH types from the underalyed input stream.
SshReader(byte[]) - Constructor for class com.jscape.inet.ssh.SshReader
Creates a new reader instance for the specified byte array.
SshReader(InputStream, boolean) - Constructor for class com.jscape.inet.ssh.SshReader
Creates a new reader instance.
SshScript - Class in com.jscape.inet.ssh
The SshScript class provides a simple way of running a set of batch scripted commands against a SSH server.
SshScript(Ssh) - Constructor for class com.jscape.inet.ssh.SshScript
Constructs a new SshScript instance.
SshScript(Ssh, String) - Constructor for class com.jscape.inet.ssh.SshScript
Constructs a new SshScript instance.
SshScriptListener - Interface in com.jscape.inet.ssh
Implements methods for capturing events sourced from SshScript class.
SshSession - Class in com.jscape.inet.ssh
Convenience class for automating communications with a SSH server.
SshSession(SshParameters) - Constructor for class com.jscape.inet.ssh.SshSession
Creates a new SshSession instance.
SshSession(String, int, String, String) - Constructor for class com.jscape.inet.ssh.SshSession
Creates a new SshSession instance.
SshSession(String, String, String) - Constructor for class com.jscape.inet.ssh.SshSession
Creates a new SshSession instance.
SshString - Class in com.jscape.inet.ssh.types
SSH2 string.
SshString() - Constructor for class com.jscape.inet.ssh.types.SshString
 
SshTask - Class in com.jscape.inet.ssh
The SshTask class represents a command to be executed in batch (non-interactive) mode on SSH server.
SshTask(String, String, String, String) - Constructor for class com.jscape.inet.ssh.SshTask
Constructs a new SshTask instance.
SshTask(String, String, String) - Constructor for class com.jscape.inet.ssh.SshTask
Constructs a new SshTask instance.
SshTaskEndEvent - Class in com.jscape.inet.ssh
Fired when a SshTask has completed
SshTaskEndEvent(Object, SshTask) - Constructor for class com.jscape.inet.ssh.SshTaskEndEvent
Creates a new instance of SshTaskEndEvent
SshTaskFailedEvent - Class in com.jscape.inet.ssh
Fired when a SshTask has failed to complete
SshTaskFailedEvent(Object, SshTask, Exception) - Constructor for class com.jscape.inet.ssh.SshTaskFailedEvent
Creates a new instance of SshTaskFailedEvent.
SshTaskStartEvent - Class in com.jscape.inet.ssh
Fired when a SshTask is started
SshTaskStartEvent(Object, SshTask) - Constructor for class com.jscape.inet.ssh.SshTaskStartEvent
Creates a new instance of SshTaskStartEvent
SshTaskTimeoutEvent - Class in com.jscape.inet.ssh
Fired when a SshTask has exceeded the defined timeout
SshTaskTimeoutEvent(Object, SshTask) - Constructor for class com.jscape.inet.ssh.SshTaskTimeoutEvent
Creates a new instance of SshTaskTimeoutEvent
SshTaskTimeoutException - Exception in com.jscape.inet.ssh
A subclass of TelnetException, this exception is thrown by a TelnetSession instance when using the TelnetSession#send or TelnetSession#sendWait methods and the TelnetTask exceeds the maximum defined timeout waiting for the end prompt.
SshTaskTimeoutException(SshTask) - Constructor for exception com.jscape.inet.ssh.SshTaskTimeoutException
Constructs a new SshTaskTimeoutException instance
SshTunneler - Class in com.jscape.inet.ipclientssh
This class is used as SshTunneler for a local service
SshTunneler(int, SshParameters, String, int) - Constructor for class com.jscape.inet.ipclientssh.SshTunneler
Creates a new instance of SshTunneler local service.
SshTunnelerConnection - Class in com.jscape.inet.ipclientssh
Ssh Tunneler connection service.
SshTunnelerConnection(Socket, SshParameters, String, int) - Constructor for class com.jscape.inet.ipclientssh.SshTunnelerConnection
Creates a new Ssh tunneler connection.
SshUint32 - Class in com.jscape.inet.ssh.types
SSH2 uint32.
SshUint32(long) - Constructor for class com.jscape.inet.ssh.types.SshUint32
Creates a new SSH uint32 instance.
SshUint64 - Class in com.jscape.inet.ssh.types
Represents a 64-bit unsigned integer.
SshUint64(long) - Constructor for class com.jscape.inet.ssh.types.SshUint64
Creates a new SSH uint64 instance.
SshUint64(BigInteger) - Constructor for class com.jscape.inet.ssh.types.SshUint64
Creates a new SSH uint64 instance.
SshWriter - Class in com.jscape.inet.ssh
Writes the basic SSH types to the underlayed output stream.
SshWriter(OutputStream, boolean) - Constructor for class com.jscape.inet.ssh.SshWriter
Creates a new writer instance.
start() - Method in class com.jscape.inet.ipclientssh.SshTunneler
Starts the Ssh tunneler service
started() - Method in class com.jscape.inet.sftp.SftpConfiguration.SftpLogger
 
startNew() - Method in class com.jscape.inet.terminal.ControlSequence
Resets sequence and starts a new one.
StartOfAuthority - Class in com.jscape.inet.dns.record
StartOfAuthority record marks the start of a zone of authority.
StartOfAuthority() - Constructor for class com.jscape.inet.dns.record.StartOfAuthority
 
startService() - Method in class com.jscape.inet.ipclientssh.SshTunnelerConnection
Starts service.
startShell() - Method in class com.jscape.inet.ssh.connection.channels.SessionClient
 
startSubsystem(String, boolean) - Method in class com.jscape.inet.ssh.connection.channels.SessionClient
 
startsWith(String, String) - Method in class com.jscape.util.ByteBuffer
Checks if buffer starts with specified String
STARTTLS - Static variable in class com.jscape.inet.imapssl.ImapSsl
Connection type for explicit SSL/TLS connections using STARTTLS command on port 143.
STARTTLS - Static variable in class com.jscape.inet.popssl.PopSsl
Connection type for explicit SSL/TLS connections using STARTTLS command on port 110.
STARTTLS - Static variable in class com.jscape.inet.smtpssl.SmtpSsl
Connection type for explicit SSL/TLS connections using STARTTLS command on port 25.
stat(String) - Method in class com.jscape.inet.sftp.SftpClient
Obtains the remote file attributes.
stat(String) - Method in class com.jscape.inet.sftp.v4.SftpClient4
Obtains the remote file attributes.
status(String) - Method in class com.jscape.inet.ftps.FtpsClient
The FTP STAT command.
stop() - Method in class com.jscape.inet.ipclientssh.SshTunneler
Stops the ssh tunneler service.
store(String) - Method in class com.jscape.inet.ftps.FtpsClient
The FTP STOR command.
store(int, int, int) - Method in class com.jscape.inet.imap.Imap
Sets message flags for a single message in an IMAP mailbox.
store(int, int, int, int) - Method in class com.jscape.inet.imap.Imap
Sets message flags for a range of messages in an IMAP mailbox.
store(int, byte[], int) - Static method in class com.jscape.inet.ssh.types.SshUint32
 
storeUnique(String) - Method in class com.jscape.inet.ftps.FtpsClient
The FTP STOU command.
streamFileToServer(String, String, File) - Method in class com.jscape.inet.http.HttpFileUpload
Stream file to HTTP server instead of reading entire File object in RAM.
StringTools - Class in com.jscape.util
String utilites.
strip(String, String, String) - Static method in class com.jscape.util.StringTools
Stripps the string enclosing quotes.
structureMount(String) - Method in class com.jscape.inet.ftps.FtpsClient
The FTP SMNT command.
successfulAccess() - Method in class com.jscape.inet.file.JAcl.Flag
 
SuccessiveAttemptRequest - Class in com.jscape.inet.ssh.authentication.requests
 
SuccessiveAttemptRequest() - Constructor for class com.jscape.inet.ssh.authentication.requests.SuccessiveAttemptRequest
 
SuccessiveAttemptRequest(SuccessiveAttemptRequest) - Constructor for class com.jscape.inet.ssh.authentication.requests.SuccessiveAttemptRequest
 
suite(AlgorithmSuite) - Method in class com.jscape.inet.ssh.transport.SshLogger
 
switchLocalFlowControl(boolean) - Method in class com.jscape.inet.ssh.connection.channels.SessionClient
 
SYMBOLIC - Static variable in class com.jscape.inet.file.JFileType
Symbolic link.
symlink(String, String) - Method in class com.jscape.inet.sftp.v3.SftpClient3
Creates a new symbolic link.
synchronize() - Method in class com.jscape.inet.file.JAcl.Mask
 
SYNTAX_VALIDATION - Static variable in class com.jscape.inspect.EmailInspectionLevel
Checks for valid syntax of email address.
SYNTAX_VALIDATION - Static variable in class com.jscape.inspect.EmailInspector
Use in conjunction with setEmailInspectionLevel method to perform syntax validation of e-mail address.
system() - Method in class com.jscape.inet.ftps.FtpsClient
The FTP SYST command.
SYSTEM_ALARM - Static variable in class com.jscape.inet.file.JAcl.Type
 
SYSTEM_AUDIT - Static variable in class com.jscape.inet.file.JAcl.Type
 

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