Secure FTP Factory
A B C D E F G I J L M N P R S T U V W

G

getAbsolutePath() - Method in class com.jscape.filetransfer.FileTransferProgressEvent
Gets absolute path of file transferred.
getAbsolutePath() - Method in class com.jscape.inet.ftp.FtpProgressEvent
Gets absolute path of file transferred.
getAccessTime() - Method in interface com.jscape.inet.file.JFile
Returns the file access time as seconds from Jan 1, 1970 in UTC.
getAccessTime() - Method in class com.jscape.inet.sftp.SftpFile
Returns the file access time as seconds from Jan 1, 1970 in UTC.
getAccessTimeNsec() - Method in interface com.jscape.inet.file.JFile
Returns the additional file access time nano-seconds.
getAccessTimeNsec() - Method in class com.jscape.inet.sftp.SftpFile
Returns the additional file access time nano-seconds.
getAccount() - Method in class com.jscape.inet.ftp.Ftp
Gets optional account of FTP server.
getAccount() - Method in class com.jscape.inet.ftps.Ftps
Gets optional account of FTP server.
getAcl() - Method in interface com.jscape.inet.file.JFile
Obtains the file ACL array similar to that defined in section 5.9 of NFS version 4 Protocol
getAcl() - Method in class com.jscape.inet.sftp.SftpFile
Obtains the file ACL array similar to that defined in section 5.9 of NFS version 4 Protocol
getAutoDetectIpv6() - Method in class com.jscape.filetransfer.FtpsTransfer
Get auto detect Ipv6.
getAutoDetectIpv6() - Method in class com.jscape.inet.ftp.Ftp
Get auto detect Ipv6 detection mode.
getAutoDetectIpv6() - Method in class com.jscape.inet.ftps.Ftps
Get auto detect Ipv6 detection mode.
getBlockSize() - Method in class com.jscape.inet.sftp.Sftp
Gets upload block size.
getBlockTransferSize() - Method in interface com.jscape.filetransfer.FileTransfer
Gets blocksize for use in transferring files.
getBlockTransferSize() - Method in class com.jscape.filetransfer.FtpsTransfer
Gets blocksize for use in transferring files.
getBlockTransferSize() - Method in class com.jscape.filetransfer.FtpTransfer
Gets blocksize for use in transferring files.
getBlockTransferSize() - Method in class com.jscape.filetransfer.SftpTransfer
Deprecated. see #getUploadBlockSize
getBlockTransferSize() - Method in class com.jscape.inet.ftp.Ftp
Gets blocksize for use in transferring files.
getBlockTransferSize() - Method in class com.jscape.inet.ftps.Ftps
Gets blocksize for use in transferring files.
getBytes() - Method in class com.jscape.filetransfer.FileTransferProgressEvent
Gets the number of bytes transferred so far.
getBytes() - Method in class com.jscape.inet.ftp.FtpProgressEvent
Gets the number of bytes transferred so far.
getBytes() - Method in class com.jscape.inet.sftp.events.SftpProgressEvent
Gets the number of bytes transferred so far.
getCharacter() - Method in class com.jscape.inet.file.JFileType
Obtains type char.
getCharacterEncoding() - Method in class com.jscape.inet.ftp.Ftp
Deprecated. use the getWireEncoding method
getCharacterEncoding() - Method in class com.jscape.inet.ftps.Ftps
Deprecated. use the getWireEncoding method
getCode() - Method in class com.jscape.inet.file.JFileType
Obtains type code value.
getCommand() - Method in class com.jscape.filetransfer.FileTransferCommandEvent
Gets command sent to FTP server.
getCommand() - Method in class com.jscape.inet.ftp.FtpCommandEvent
Gets command sent to FTP server.
getComparator() - Method in class com.jscape.filetransfer.FileTransferRemoteSort
Gets FileTransferRemoteComparator instance.
getCompression() - Method in class com.jscape.inet.ftp.Ftp
Gets whether the data is compressed during the transfering.
getCompression() - Method in class com.jscape.inet.ftps.Ftps
Gets whether the data is compressed during the transfering.
getConfiguration() - Method in class com.jscape.inet.scp.Scp
Returns current SSH configuraton.
getConnectBeforeCommand() - Method in class com.jscape.inet.ftp.Ftp
Gets whether passive socket connection should be established before or after sending command to read data from passive connection.
getConnectBeforeCommand() - Method in class com.jscape.inet.ftps.Ftps
Gets whether connection will be established before sending data transfer command.
getConnectionParameters() - Method in class com.jscape.inet.ssh.util.SshParameters
Returns corresponded connection parameters.
getConnectionTimeout() - Method in class com.jscape.inet.ssh.util.SshParameters
Returns connection timeout in milliseconds.
getConnectionType() - Method in class com.jscape.inet.ftps.Ftps
Returns the current connection type.
getContext() - Method in class com.jscape.inet.ftps.Ftps
Obtains the current SSL context.
getContextAlgorithm() - Method in class com.jscape.inet.ftps.Ftps
Gets algorithm used for SSL communications in default context.
getContextAlgorithmProvider() - Method in class com.jscape.inet.ftps.Ftps
Gets provider used for X509 algorithm in default context.
getContextKeystoreProvider() - Method in class com.jscape.inet.ftps.Ftps
Gets keystore provider used for default context.
getContextProtocol() - Method in class com.jscape.inet.ftps.Ftps
Gets protocol used for SSL communications in default context.
getContextProtocolProvider() - Method in class com.jscape.inet.ftps.Ftps
Gets provider used for TLS protocol in default context.
getCreationTime() - Method in interface com.jscape.inet.file.JFile
Returns the file creation time as seconds from Jan 1, 1970 in UTC.
getCreationTime() - Method in class com.jscape.inet.sftp.SftpFile
Returns the file creation time as seconds from Jan 1, 1970 in UTC.
getCreationTimeNsec() - Method in interface com.jscape.inet.file.JFile
Returns the additional file creation time nano-seconds.
getCreationTimeNsec() - Method in class com.jscape.inet.sftp.SftpFile
Returns the additional file creation time nano-seconds.
getData() - Method in class com.jscape.filetransfer.FileTransferRemoteSort
Gets the data to be sorted.
getDataPort() - Method in class com.jscape.inet.ftp.Ftp
Deprecated. replaced by getDataPortStart and getDataPortEnd methods.
getDataPort() - Method in class com.jscape.inet.ftps.Ftps
Deprecated. Replaced by getDataPortStart and getDataPortEnd
getDataPortEnd() - Method in class com.jscape.inet.ftp.Ftp
Gets the data port end range for incoming non-passive (active) data connections.
getDataPortEnd() - Method in class com.jscape.inet.ftps.Ftps
Gets the data port end range for incoming non-passive (active) data connections.
getDataPortStart() - Method in class com.jscape.inet.ftp.Ftp
Gets the data port start range for incoming non-passive (active) data connections.
getDataPortStart() - Method in class com.jscape.inet.ftps.Ftps
Gets the data port start range for incoming non-passive (active) data connections.
getDate() - Method in class com.jscape.inet.ftp.FtpFile
Gets date for this FtpFile.
getDate() - Method in class com.jscape.inet.sftp.SftpFile
Returns the file modification date as Data object.
getDateTime(FtpFile) - Method in class com.jscape.inet.ftp.AS400Parser
Gets the date and time for an FtpFile entry sourced from an AS400 directory listing.
getDateTime(FtpFile) - Method in interface com.jscape.inet.ftp.FtpFileParser
 
getDateTime(FtpFile, TimeZone, Locale) - Method in class com.jscape.inet.ftp.NTParser
Gets the date and time for an FtpFile entry sourced from an NT directory listing.
getDateTime(FtpFile) - Method in class com.jscape.inet.ftp.NTParser
Gets the date and time for an FtpFile entry sourced from an NT directory listing.
getDateTime(FtpFile, TimeZone, Locale) - Method in class com.jscape.inet.ftp.UnixParser
Gets the date and time for an FtpFile entry sourced from a UNIX directory listing.
getDateTime(FtpFile) - Method in class com.jscape.inet.ftp.UnixParser
Gets the date and time for an FtpFile entry sourced from a UNIX directory listing.
getDateTime(FtpFile, TimeZone, Locale) - Method in class com.jscape.inet.ftp.VMSParser
Gets the date and time for an FtpFile entry sourced from an VMS directory listing.
getDateTime(FtpFile) - Method in class com.jscape.inet.ftp.VMSParser
Gets the date and time for an FtpFile entry sourced from an NT directory listing.
getDebug() - Method in interface com.jscape.filetransfer.FileTransfer
Gets debugging state.
getDebug() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getDebug() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getDebug() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getDebug() - Method in class com.jscape.inet.ftp.Ftp
Gets debugging state.
getDebug() - Method in class com.jscape.inet.ftps.Ftps
Gets debugging state.
getDebug() - Method in class com.jscape.inet.scp.Scp
Returns current debug status.
getDebugStream() - Method in interface com.jscape.filetransfer.FileTransfer
Gets PrintStream used in reporting debug statements.
getDebugStream() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getDebugStream() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getDebugStream() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getDebugStream() - Method in class com.jscape.inet.ftp.Ftp
Gets PrintStream used in reporting debug statements.
getDebugStream() - Method in class com.jscape.inet.ftps.Ftps
Gets PrintStream used in reporting debug statements.
getDebugStream() - Method in class com.jscape.inet.scp.Scp
Gets PrintStream used in reporting debugging statements.
getDebugStream() - Method in class com.jscape.inet.sftp.Sftp
Gets PrintStream used in reporting debugging statements.
getDestination() - Method in class com.jscape.inet.ftp.FxpEndEvent
Gets destination Ftp or Ftps instance
getDestination() - Method in class com.jscape.inet.ftp.FxpFailedEvent
Gets destination Ftp or Ftps instance causing FXP failure.
getDestination() - Method in class com.jscape.inet.ftp.FxpStartEvent
Gets destination Ftp or Ftps instance
getDir() - Method in interface com.jscape.filetransfer.FileTransfer
Gets current working directory of server.
getDir() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getDir() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getDir() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getDir() - Method in class com.jscape.inet.ftp.Ftp
Gets current working directory of FTP server.
getDir() - Method in class com.jscape.inet.ftps.Ftps
Gets current working directory of FTP server.
getDir() - Method in class com.jscape.inet.sftp.Sftp
Gets current working directory of SSH server.
getDirectory() - Method in class com.jscape.filetransfer.FileTransferChangeDirEvent
Gets the new directory name.
getDirectory() - Method in class com.jscape.filetransfer.FileTransferCreateDirEvent
Gets the directory that was created.
getDirectory() - Method in class com.jscape.filetransfer.FileTransferDeleteDirEvent
Gets directory that was deleted.
getDirectory() - Method in class com.jscape.inet.ftp.FtpChangeDirEvent
Gets new remote directory path
getDirectory() - Method in class com.jscape.inet.ftp.FtpCreateDirEvent
Gets name of directory created
getDirectory() - Method in class com.jscape.inet.ftp.FtpDeleteDirEvent
Gets name of directory deleted.
getDirectory() - Method in class com.jscape.inet.sftp.events.SftpChangeDirEvent
Gets the new remote directory name
getDirectory() - Method in class com.jscape.inet.sftp.events.SftpCreateDirEvent
Gets the name of the directory created.
getDirectory() - Method in class com.jscape.inet.sftp.events.SftpDeleteDirEvent
Gets name of directory deleted.
getDirListing() - Method in interface com.jscape.filetransfer.FileTransfer
Gets directory listing from server.
getDirListing(String) - Method in interface com.jscape.filetransfer.FileTransfer
Gets file listing of files matching regular expression.
getDirListing() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getDirListing(String) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getDirListing() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getDirListing(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getDirListing() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getDirListing(String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getDirListing(String) - Method in class com.jscape.inet.ftp.Ftp
Gets file listing of files matching filter criteria.
getDirListing() - Method in class com.jscape.inet.ftp.Ftp
Gets directory listing from FTP server.
getDirListing(String) - Method in class com.jscape.inet.ftps.Ftps
Gets file listing of files matching filter criteria.
getDirListing() - Method in class com.jscape.inet.ftps.Ftps
Gets directory listing from FTP server.
getDirListing() - Method in class com.jscape.inet.sftp.Sftp
Gets directory listing from SSH server.
getDirListing(String) - Method in class com.jscape.inet.sftp.Sftp
Gets directory listing from SSH server where file names matches the regular expression.
getDirListingAsString() - Method in interface com.jscape.filetransfer.FileTransfer
Gets directory listing of files on server.
getDirListingAsString(String) - Method in interface com.jscape.filetransfer.FileTransfer
Gets file listing of files matching regular expression.
getDirListingAsString() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getDirListingAsString(String) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getDirListingAsString() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getDirListingAsString(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getDirListingAsString() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getDirListingAsString(String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getDirListingAsString(String) - Method in class com.jscape.inet.ftp.Ftp
Gets raw directory listing of files matching filter criteria.
getDirListingAsString() - Method in class com.jscape.inet.ftp.Ftp
Gets raw directory listing of files on FTP server.
getDirListingAsString(String) - Method in class com.jscape.inet.ftps.Ftps
Gets raw directory listing of files matching filter criteria.
getDirListingAsString() - Method in class com.jscape.inet.ftps.Ftps
Gets raw directory listing of files on FTP server.
getDirListingAsString() - Method in class com.jscape.inet.sftp.Sftp
Gets directory listing of files on SSH server.
getDirListingAsString(String) - Method in class com.jscape.inet.sftp.Sftp
Gets directory listing from SSH server where file names matches the regular expression.
getDirListingRegex(String) - Method in class com.jscape.inet.ftp.Ftp
Gets directory listing from FTP server returning only file and directory names that match the regular expression.
getDirListingRegex(String) - Method in class com.jscape.inet.ftps.Ftps
Gets directory listing from FTP server returning only file and directory names that match the regular expression.
getDiskEncoding() - Method in class com.jscape.inet.ftps.Ftps
Gets character encoding used when reading data from disk for ASCII file transfer.
getDownloadBlockSize() - Method in class com.jscape.filetransfer.SftpTransfer
Obtains the current download buffer size.
getDownloadBlockSize() - Method in class com.jscape.inet.scp.Scp
Returns download block size in bytes.
getDownloadBlockSize() - Method in class com.jscape.inet.sftp.Sftp
Gets the current download buffer size.
getEnabledCiphers() - Method in class com.jscape.inet.ftps.Ftps
Returns user-defined enabled SSL cipher suites.
getErrorOnSizeCommand() - Method in class com.jscape.filetransfer.FtpsTransfer
Gets the error on size command indicator.
getErrorOnSizeCommand() - Method in class com.jscape.filetransfer.FtpTransfer
Gets the error on size command indicator.
getErrorOnSizeCommand() - Method in class com.jscape.inet.ftp.Ftp
Gets whether an exception should be thrown when downloading a file and server does not support SIZE command.
getErrorOnSizeCommand() - Method in class com.jscape.inet.ftps.Ftps
Gets whether an exception should be thrown when downloading a file and server does not support SIZE command.
getException() - Method in exception com.jscape.filetransfer.FileTransferException
Gets source of this exception.
getException() - Method in exception com.jscape.inet.ftp.FtpException
Gets source of this exception
getException() - Method in class com.jscape.inet.ftp.FxpFailedEvent
Gets exception causing FXP failure.
getException() - Method in exception com.jscape.inet.sftp.SftpException
Gets the original exception.
getException() - Method in interface com.jscape.util.ExceptionWrapper
Gets the source of the exception.
getExtensions() - Method in class com.jscape.inet.sftp.SftpConfiguration
Obtains the current server extensions.
getFeatures() - Method in class com.jscape.inet.ftp.Ftp
Returns supported server features using FEAT command.
getFeatures() - Method in class com.jscape.inet.ftps.Ftps
Returns supported server features.
getFile(String) - Method in interface com.jscape.inet.file.JFileSystem
Creates a new JFile instance by converting the given pathname string into an abstract pathname.
getFile(JFile, String) - Method in interface com.jscape.inet.file.JFileSystem
Creates a new JFile instance from a parent abstract pathname and a child pathname string.
getFile() - Method in interface com.jscape.inet.file.JRandomAccessFile
Returns JFile instance associated with this object.
getFile() - Method in class com.jscape.inet.ftp.FtpDeleteFileEvent
Gets name of file deleted
getFile() - Method in class com.jscape.inet.sftp.events.SftpDeleteFileEvent
Gets name of the file deleted
getFileDate() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Gets the last modified date file.
getFileDate(String) - Method in class com.jscape.inet.ftp.AS400Parser
Parses a string which contains a date and returns a date object
getFileDate(String) - Method in interface com.jscape.inet.ftp.FtpFileParser
Parses a string which contains a date a returns a date object
getFileDate(String) - Method in class com.jscape.inet.ftp.NTParser
Parses a string which contains a date and returns a date object
getFileDate(String) - Method in class com.jscape.inet.ftp.UnixParser
Parses a string which contains a date and returns a date object
getFileDate(String) - Method in class com.jscape.inet.ftp.VMSParser
Parses a string which contains a date and returns a date object
getFilename() - Method in class com.jscape.filetransfer.FileTransferDownloadEvent
Gets name of file downloaded.
getFilename() - Method in class com.jscape.filetransfer.FileTransferProgressEvent
Gets name of file transferred.
getFilename() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Gets filename.
getFilename() - Method in class com.jscape.filetransfer.FileTransferUploadEvent
Gets name of file uploaded.
getFilename() - Method in interface com.jscape.inet.file.JFile
Returns the name of the file or directory denoted by this abstract pathname.
getFilename() - Method in class com.jscape.inet.ftp.FtpDownloadEvent
Gets name of file downloaded.
getFilename() - Method in class com.jscape.inet.ftp.FtpFile
Gets filename for this FtpFile.
getFilename() - Method in class com.jscape.inet.ftp.FtpProgressEvent
Gets name of file transferred.
getFilename() - Method in class com.jscape.inet.ftp.FtpUploadEvent
Gets name of file uploaded.
getFilename() - Method in class com.jscape.inet.ftp.FxpEndEvent
Gets name of file transferred
getFilename() - Method in class com.jscape.inet.ftp.FxpFailedEvent
Gets filename that caused FXP failure
getFilename() - Method in class com.jscape.inet.ftp.FxpStartEvent
Gets filename of file being transfered
getFilename() - Method in class com.jscape.inet.scp.events.ScpTransferCompletedEvent
Returns file name.
getFilename() - Method in class com.jscape.inet.scp.events.ScpTransferProgressEvent
Returns file name.
getFilename() - Method in class com.jscape.inet.sftp.events.SftpProgressEvent
Gets the name of file transferred.
getFilename() - Method in class com.jscape.inet.sftp.events.SftpTransferCompleteEvent
Obtains the file name.
getFilename() - Method in class com.jscape.inet.sftp.SftpFile
Returns the name of the file or directory denoted by this abstract pathname.
getFilename() - Method in exception com.jscape.inet.sftp.SftpFileNotFoundException
Gets filename that caused this exception
getFilePermissions(String) - Method in class com.jscape.inet.sftp.Sftp
Gets remote file permissions in UNIX chmod format (644, 777).
getFilePointer() - Method in interface com.jscape.inet.file.JRandomAccessFile
Returns the current offset in this file.
getFiles() - Method in class com.jscape.inet.sftp.events.SftpListingEvent
Obtains the file listing.
getFilesize(String) - Method in interface com.jscape.filetransfer.FileTransfer
Gets filesize of remote file from server.
getFilesize() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Gets filesize.
getFilesize(String) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getFilesize(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getFilesize(String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getFilesize() - Method in interface com.jscape.inet.file.JFile
Returns the size of the file denoted by this abstract pathname.
getFilesize(String) - Method in class com.jscape.inet.ftp.Ftp
Gets filesize of remote file from FTP server as represented in ASCII.
getFilesize() - Method in class com.jscape.inet.ftp.FtpFile
Gets file size for this FtpFile.
getFilesize(String) - Method in class com.jscape.inet.ftps.Ftps
Gets filesize of remote file from FTP server as represented in ASCII.
getFilesize() - Method in class com.jscape.inet.sftp.events.SftpTransferCompleteEvent
Obtains the file size.
getFilesize(String) - Method in class com.jscape.inet.sftp.Sftp
Gets filesize of remote file from SSH server.
getFilesize() - Method in class com.jscape.inet.sftp.SftpFile
Returns the size of the file denoted by this abstract pathname.
getFileSystem() - Method in interface com.jscape.inet.file.JFile
Returns the underlayed file system object.
getFileSystem() - Method in class com.jscape.inet.sftp.SftpConfiguration
Obtains the current file system.
getFileSystem() - Method in class com.jscape.inet.sftp.SftpFile
Returns the underlayed file system object.
getFileTimestamp(String) - Method in interface com.jscape.filetransfer.FileTransfer
Gets date/timestamp of remote file from server.
getFileTimestamp(String) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getFileTimestamp(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getFileTimestamp(String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getFileTimestamp(String) - Method in class com.jscape.inet.ftp.Ftp
Gets date/timestamp of remote file from FTP server.
getFileTimestamp(String) - Method in class com.jscape.inet.ftps.Ftps
Gets date/timestamp of remote file from FTP server.
getFileTimestamp(String) - Method in class com.jscape.inet.sftp.Sftp
Gets date/timestamp of remote file from SSH server.
getFlag() - Method in class com.jscape.inet.file.JAcl
Returns the ACL flag value.
getFtpFileParser() - Method in class com.jscape.inet.ftp.Ftp
Gets the FtpFileParser used to parse directory listing returned when invoking Ftp#getDirListing method.
getFtpFileParser() - Method in class com.jscape.inet.ftp.FtpFile
Gets the FtpFileParser that created this FtpFile
getFtpFileParser() - Method in class com.jscape.inet.ftps.Ftps
Gets the FtpFileParser used to parse directory listing returned when invoking Ftp#getDirListing method.
getFtpsCertificateVerifier() - Method in class com.jscape.inet.ftps.Ftps
Gets FTPS certificate verifier.
getGroup() - Method in interface com.jscape.inet.file.JFile
Returns the owner group name for this abstract pathname as string.
getGroup() - Method in class com.jscape.inet.ftp.FtpFile
Gets group for this FtpFile.
getGroup() - Method in class com.jscape.inet.sftp.SftpFile
Returns the owner group name for this abstract pathname as string.
getGroupPermission() - Method in class com.jscape.inet.file.JFilePermissions
Obatins object group permission.
getHost() - Method in class com.jscape.inet.scp.events.ScpConnectedEvent
Returns connected host.
getHost() - Method in class com.jscape.inet.scp.events.ScpDisconnectedEvent
Returns connected host.
getHost() - Method in class com.jscape.inet.scp.Scp
Returns server host name/IP.
getHostKeys() - Method in class com.jscape.inet.scp.Scp
Returns SSH host keys for further use.
getHostKeys() - Method in class com.jscape.inet.sftp.Sftp
Gets SSH host keys for further use.
getHostKeyVerifier() - Method in class com.jscape.inet.ssh.util.SshParameters
Returns current host key verifier.
getHostname() - Method in interface com.jscape.filetransfer.FileTransfer
Gets hostname of server.
getHostname() - Method in class com.jscape.filetransfer.FileTransferConnectedEvent
Gets server hostname.
getHostname() - Method in class com.jscape.filetransfer.FileTransferDisconnectedEvent
Gets server hostname.
getHostname() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getHostname() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getHostname() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getHostname() - Method in class com.jscape.inet.ftp.Ftp
Gets hostname of FTP server.
getHostname() - Method in class com.jscape.inet.ftp.FtpConnectedEvent
Gets FTP server hostname.
getHostname() - Method in class com.jscape.inet.ftp.FtpConnectionLostEvent
Gets FTP server hostname.
getHostname() - Method in class com.jscape.inet.ftp.FtpDisconnectedEvent
Gets FTP server hostname.
getHostname() - Method in class com.jscape.inet.ftps.Ftps
Gets hostname of FTP server.
getHostname() - Method in class com.jscape.inet.sftp.events.SftpConnectedEvent
Gets the SSH server hostname.
getHostname() - Method in class com.jscape.inet.sftp.events.SftpDisconnectedEvent
Gets the SSH server hostname.
getHostname() - Method in exception com.jscape.inet.sftp.SftpAuthenticationException
Gets hostname of sftp server
getHosts() - Method in class com.jscape.inet.ssh.util.SshHostKeys
Returns current hosts collection contained in the store.
getImplementation() - Method in interface com.jscape.filetransfer.FileTransfer
Gets underlying file transfer instance.
getImplementation() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getImplementation() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getImplementation() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getInputStream(String, long) - Method in interface com.jscape.filetransfer.FileTransfer
Gets InputStream for remote file for reading.
getInputStream(String, long) - Method in class com.jscape.filetransfer.FtpsTransfer
 
getInputStream(String, long) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getInputStream(String, long) - Method in class com.jscape.filetransfer.SftpTransfer
 
getInputStream(String, long) - Method in class com.jscape.inet.ftp.Ftp
Gets an InputStream from FTP server for the purposes of downloading a file.
getInputStream(String, long) - Method in class com.jscape.inet.ftps.Ftps
Gets a InputStream from FTP server for the purposes of downloading a file.
getInputStream(String, long) - Method in class com.jscape.inet.sftp.Sftp
Gets an InputStream from SSH server for the purposes of downloading a file.
getIsYearSet() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Is year set?
getKeepAlive(boolean) - Method in class com.jscape.inet.ftp.Ftp
Get socket keep alive.
getKeyPair() - Method in class com.jscape.inet.ssh.util.SshParameters
Returns user key pair.
getKeys(InetAddress) - Method in class com.jscape.inet.ssh.util.SshHostKeys
Returns keys iterator for the specified host.
getLine() - Method in class com.jscape.inet.ftp.FtpFile
Gets the original line sent by FTP server and used in parsing this FtpFile
getLineTerminator() - Method in class com.jscape.inet.sftp.Sftp
Gets destination line terminator used in ASCII file transfers.
getLinger() - Method in class com.jscape.inet.ftp.Ftp
Gets the linger time for closing data sockets.
getLinger() - Method in class com.jscape.inet.ftps.Ftps
Gets the linger time for closing data sockets.
getLinkTarget() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Gets target of symbolic link.
getLinkTarget() - Method in interface com.jscape.inet.file.JFile
Returns the link target if the current file is symbolic link.
getLinkTarget() - Method in class com.jscape.inet.ftp.FtpFile
If the directory listing entry for this file is a link and link target is specified by the server, this method can be used to retrieve the link target.
getLinkTarget() - Method in class com.jscape.inet.sftp.SftpFile
Returns the link target if the current file is symbolic link.
getListeners() - Method in class com.jscape.inet.ftps.Ftps
Get listeners.
getListing() - Method in class com.jscape.inet.ftp.FtpListingEvent
Gets listing.
getLocalChecksum(File) - Method in class com.jscape.filetransfer.FtpsTransfer
Returns local checksum.
getLocalChecksum(File) - Method in class com.jscape.filetransfer.FtpTransfer
Returns local checksum.
getLocalChecksum(File) - Method in class com.jscape.inet.ftp.Ftp
Returns local checksum.
getLocalChecksum(File) - Method in class com.jscape.inet.ftps.Ftps
Returns local checksum.
getLocalDir() - Method in interface com.jscape.filetransfer.FileTransfer
Gets local directory to be used in session.
getLocalDir() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getLocalDir() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getLocalDir() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getLocalDir() - Method in class com.jscape.inet.ftp.Ftp
Gets local directory to be used in FTP session.
getLocalDir() - Method in class com.jscape.inet.ftps.Ftps
Gets local directory to be used in FTP session.
getLocalDir() - Method in class com.jscape.inet.scp.Scp
Returns current local directory.
getLocalDir() - Method in class com.jscape.inet.sftp.Sftp
Gets local directory to be used in SSH session.
getLocalDirListing() - Method in interface com.jscape.filetransfer.FileTransfer
Gets local directory listing.
getLocalDirListing() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getLocalDirListing() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getLocalDirListing() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getLocalDirListing() - Method in class com.jscape.inet.ftp.Ftp
Gets local directory listing.
getLocalDirListing() - Method in class com.jscape.inet.ftps.Ftps
Gets local directory listing.
getLocalDirListing(String) - Method in class com.jscape.inet.sftp.Sftp
Gets local directory listing.
getLocalDirListing() - Method in class com.jscape.inet.sftp.Sftp
Gets local directory listing.
getLocalPath() - Method in class com.jscape.filetransfer.FileTransferDownloadEvent
Returns downloaded file local path.
getLocalPath() - Method in class com.jscape.filetransfer.FileTransferUploadEvent
Returns uploaded file local path.
getLocalPath() - Method in class com.jscape.inet.ftp.FtpDownloadEvent
Returns local file path.
getLocalPath() - Method in class com.jscape.inet.ftp.FtpUploadEvent
Return local file path.
getLocalPath() - Method in class com.jscape.inet.sftp.events.SftpTransferCompleteEvent
Returns local file path.
getLoggerLevel() - Method in class com.jscape.inet.sftp.SftpConfiguration
Returns current logger level.
getLoggerStream() - Method in class com.jscape.inet.sftp.SftpConfiguration
Returns logger stream.
getMachineDirListing(String) - Method in class com.jscape.inet.ftp.Ftp
Gets file listing of specified directory using MLSD command.
getMachineDirListing(String, String) - Method in class com.jscape.inet.ftp.Ftp
Gets file listing of specified directory using MLSD command.
getMachineDirListing(String, String) - Method in class com.jscape.inet.ftps.Ftps
Gets file listing of specified directory using MLSD command.
getMachineDirListing(String) - Method in class com.jscape.inet.ftps.Ftps
Gets directory listing using MLSD command.
getMachineFileListing(String) - Method in class com.jscape.inet.ftp.Ftp
Gets the file description for the specified filename using MLST command.
getMachineFileListing(String) - Method in class com.jscape.inet.ftps.Ftps
Gets the file description for the specified filename using MLST command.
getMask() - Method in class com.jscape.inet.file.JAcl
Returns the ACL mask value.
getMode() - Method in interface com.jscape.filetransfer.FileTransfer
Gets data transfer mode for current session.
getMode() - Method in class com.jscape.filetransfer.FileTransferProgressEvent
Gets mode of transfer, upload or download.
getMode() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getMode() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getMode() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getMode() - Method in class com.jscape.inet.ftp.Ftp
Gets data transfer mode for current session.
getMode() - Method in class com.jscape.inet.ftp.FtpProgressEvent
Gets mode of transfer, upload or download.
getMode() - Method in class com.jscape.inet.ftps.Ftps
Gets data transfer mode for current session.
getMode() - Method in class com.jscape.inet.scp.events.ScpTransferProgressEvent
Returns transfer mode.
getMode() - Method in class com.jscape.inet.sftp.events.SftpProgressEvent
Gets mode of transfer, upload or download.
getMode() - Method in class com.jscape.inet.sftp.Sftp
Gets data transfer mode for current session.
getModificationTime() - Method in interface com.jscape.inet.file.JFile
Returns the file modification time as seconds from Jan 1, 1970 in UTC.
getModificationTime() - Method in class com.jscape.inet.sftp.SftpFile
Returns the file modification time as seconds from Jan 1, 1970 in UTC.
getModificationTimeNsec() - Method in interface com.jscape.inet.file.JFile
Returns the additional file modification time nano-seconds.
getModificationTimeNsec() - Method in class com.jscape.inet.sftp.SftpFile
Returns the additional file modification time nano-seconds.
getNameListing() - Method in interface com.jscape.filetransfer.FileTransfer
Gets directory listing of files on server.
getNameListing(String) - Method in interface com.jscape.filetransfer.FileTransfer
Gets directory listing of files on server matching regular expression.
getNameListing() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getNameListing(String) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getNameListing() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getNameListing(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getNameListing() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getNameListing(String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getNameListing(String) - Method in class com.jscape.inet.ftp.Ftp
Gets directory listing of files on FTP server matching filter criteria and using NLST command.
getNameListing() - Method in class com.jscape.inet.ftp.Ftp
Gets directory listing of files on FTP server.
getNameListing(String) - Method in class com.jscape.inet.ftps.Ftps
Gets directory listing of files on FTP server matching filter criteria and using NLST command.
getNameListing() - Method in class com.jscape.inet.ftps.Ftps
Gets directory listing of files on FTP server using NLST command.
getNameListing() - Method in class com.jscape.inet.sftp.Sftp
Gets directory listing of files on SSH server.
getNameListing(String) - Method in class com.jscape.inet.sftp.Sftp
Gets the remote directory content names.
getNATAddress() - Method in class com.jscape.inet.ftp.Ftp
Get the NAT address.
getNATAddress() - Method in class com.jscape.inet.ftps.Ftps
Get the NAT address.
getNewFile() - Method in class com.jscape.filetransfer.FileTransferRenameFileEvent
Gets the new file name.
getNewFile() - Method in class com.jscape.inet.sftp.events.SftpRenameFileEvent
Gets new file name
getNewName() - Method in class com.jscape.inet.ftp.FtpRenameFileEvent
Gets new file name
getOldFile() - Method in class com.jscape.filetransfer.FileTransferRenameFileEvent
Gets the old file name.
getOldFile() - Method in class com.jscape.inet.sftp.events.SftpRenameFileEvent
Gets old file name
getOldName() - Method in class com.jscape.inet.ftp.FtpRenameFileEvent
Gets old file name
getOtherPermission() - Method in class com.jscape.inet.file.JFilePermissions
Obtains object other permission.
getOutputStream(String, long, boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Gets OutputStream for writing to remote file.
getOutputStream(String, long, boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
 
getOutputStream(String, long, boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getOutputStream(String, long, boolean) - Method in class com.jscape.filetransfer.SftpTransfer
 
getOutputStream(String, long, boolean) - Method in class com.jscape.inet.ftp.Ftp
Gets an OutputStream from FTP server for the purposes of uploading a file.
getOutputStream(String, long, boolean) - Method in class com.jscape.inet.ftps.Ftps
Gets an OutputStream from FTP server for the purposes of uploading a file.
getOutputStream(String, long, boolean) - Method in class com.jscape.inet.sftp.Sftp
Gets an OutputStream from SSH server for the purposes of uploading a file.
getOwner() - Method in interface com.jscape.inet.file.JFile
Returns the owner name for this abstract pathname as string.
getOwner() - Method in class com.jscape.inet.ftp.FtpFile
Gets owner of this FtpFile.
getOwner() - Method in class com.jscape.inet.sftp.SftpFile
Returns the owner name for this abstract pathname as string.
getOwnerPermission() - Method in class com.jscape.inet.file.JFilePermissions
Obtains object owner permission.
getPacketSize() - Method in class com.jscape.inet.sftp.SftpConfiguration
Returns the current connection channel max packet size.
getParameters() - Method in class com.jscape.inet.scp.Scp
Returns current SSH parameters.
getParentFile() - Method in interface com.jscape.inet.file.JFile
Returns the abstract pathname of this abstract pathname's parent.
getParentFile() - Method in class com.jscape.inet.sftp.SftpFile
Returns the abstract pathname of this abstract pathname's parent.
getPassive() - Method in interface com.jscape.filetransfer.FileTransfer
Gets whether passive mode is used for FTP connections.
getPassive() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getPassive() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getPassive() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getPassive() - Method in class com.jscape.inet.ftp.Ftp
Gets whether passive mode should be used.
getPassive() - Method in class com.jscape.inet.ftps.Ftps
Gets whether passive mode should be used.
getPassword() - Method in interface com.jscape.filetransfer.FileTransfer
Gets password.
getPassword() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getPassword() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getPassword() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getPassword() - Method in class com.jscape.inet.ftp.Ftp
Returns current FTP user password.
getPassword() - Method in class com.jscape.inet.ftps.Ftps
Returns current FTP user password.
getPath() - Method in class com.jscape.filetransfer.FileTransferCreateDirEvent
Gets the path the new directory was created from.
getPath() - Method in class com.jscape.filetransfer.FileTransferDeleteDirEvent
Gets remote directory path directed was deleted from.
getPath() - Method in class com.jscape.filetransfer.FileTransferDownloadEvent
Gets remote directory path that file was downloaded from.
getPath() - Method in class com.jscape.filetransfer.FileTransferRenameFileEvent
Gets the remote directory path the file was renamed from.
getPath() - Method in class com.jscape.filetransfer.FileTransferUploadEvent
Gets remote path the file was uploaded to.
getPath() - Method in interface com.jscape.inet.file.JFile
Converts this abstract pathname into a pathname string.
getPath() - Method in class com.jscape.inet.ftp.FtpCreateDirEvent
Gets remote directory path that directory was created from
getPath() - Method in class com.jscape.inet.ftp.FtpDeleteDirEvent
Gets remote directory path that this directory was deleted from
getPath() - Method in class com.jscape.inet.ftp.FtpDeleteFileEvent
Gets remote directory path that this file was deleted from
getPath() - Method in class com.jscape.inet.ftp.FtpDownloadEvent
Gets remote directory path that the file was downloaded from.
getPath() - Method in class com.jscape.inet.ftp.FtpRenameFileEvent
Gets remote directory path that this file was renamed from.
getPath() - Method in class com.jscape.inet.ftp.FtpUploadEvent
Gets remote directory path that file was uploaded to
getPath() - Method in class com.jscape.inet.sftp.events.SftpCreateDirEvent
Gets the remote directory path this directory was created from
getPath() - Method in class com.jscape.inet.sftp.events.SftpDeleteDirEvent
Gets the path the directory was deleted from
getPath() - Method in class com.jscape.inet.sftp.events.SftpDeleteFileEvent
Gets remote directory path that file was deleted from
getPath() - Method in class com.jscape.inet.sftp.events.SftpProgressEvent
 
getPath() - Method in class com.jscape.inet.sftp.events.SftpRenameFileEvent
Gets remote directory path file was renamed from.
getPath() - Method in class com.jscape.inet.sftp.events.SftpTransferCompleteEvent
Gets path that this file was transferred to/from
getPath() - Method in class com.jscape.inet.sftp.SftpFile
Converts this abstract pathname into a pathname string.
getPermission() - Method in class com.jscape.inet.ftp.FtpFile
Gets permissions string for this FtpFile.
getPermission() - Method in class com.jscape.inet.sftp.SftpFile
Returns POSIX string representation of the file permissions.
getPermissions() - Method in interface com.jscape.inet.file.JFile
Returns the POSIX file permissions for this abstract pathname.
getPermissions() - Method in class com.jscape.inet.sftp.SftpFile
Returns the POSIX file permissions for this abstract pathname.
getPort() - Method in interface com.jscape.filetransfer.FileTransfer
Gets server port.
getPort() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getPort() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getPort() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getPort() - Method in class com.jscape.inet.ftp.Ftp
Gets port of FTP server.
getPort() - Method in class com.jscape.inet.ftps.Ftps
Gets port of FTP server.
getPort() - Method in class com.jscape.inet.scp.events.ScpConnectedEvent
Returns connected port.
getPort() - Method in class com.jscape.inet.scp.events.ScpDisconnectedEvent
Returns connected port.
getPort() - Method in class com.jscape.inet.scp.Scp
Returns server port.
getPortAddress() - Method in class com.jscape.inet.ftp.Ftp
Gets the external IP address to use when listing for active connections using the PORT command.
getPortAddress() - Method in class com.jscape.inet.ftps.Ftps
Gets the external address to use when using active connections.
getPreserveTime() - Method in class com.jscape.inet.scp.Scp
Checks if preserve time flag is set.
getPrivateKey() - Method in class com.jscape.filetransfer.SftpTransfer
Returns SSH private key used for session
getPrivateKey() - Method in class com.jscape.inet.ssh.util.SshParameters
Sets key pair to be used when authenticating with SSH Server.
getProxyHost() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets proxy hostname.
getProxyHostname() - Method in class com.jscape.inet.ftps.Ftps
Get proxy hostname.
getProxyPassword() - Method in class com.jscape.inet.ftps.Ftps
Get proxy password.
getProxyPassword() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets the proxy authentication password.
getProxyPort() - Method in class com.jscape.inet.ftps.Ftps
Get proxy port.
getProxyPort() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets the proxy port.
getProxyType() - Method in class com.jscape.inet.ftps.Ftps
Get proxy type.
getProxyType() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets the proxy type: SOCKS5, HTTP.
getProxyUserId() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets the user authentication proxy.
getProxyUsername() - Method in class com.jscape.inet.ftps.Ftps
Get proxy username.
getRandomAccessFile(JFileOpenFlags, JAcl.Mask) - Method in interface com.jscape.inet.file.JFile
Provides access to the file contents returning a new JRandomAccessFile instance.
getRandomAccessFile(JFileOpenFlags, JAcl.Mask) - Method in class com.jscape.inet.sftp.SftpFile
Provides access to the file contents returning a new JRandomAccessFile instance.
getReadBytes() - Method in class com.jscape.filetransfer.FileTransferProgressEvent
 
getReadBytes() - Method in class com.jscape.inet.ftp.FtpProgressEvent
Get the number of bytes read at one time.
getReadBytes() - Method in class com.jscape.inet.sftp.events.SftpProgressEvent
Get read bytes
getReadingTimeout() - Method in class com.jscape.inet.ssh.util.SshParameters
Returns reading timeout in milliseconds.
getRealPath(String) - Method in class com.jscape.inet.sftp.Sftp
Gets real server path.
getRecursiveDirectoryFileCount(String) - Method in interface com.jscape.filetransfer.FileTransfer
 
getRecursiveDirectoryFileCount(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Get recursive file count.
getRecursiveDirectoryFileCount(String) - Method in class com.jscape.filetransfer.FtpTransfer
 
getRecursiveDirectoryFileCount(String) - Method in class com.jscape.filetransfer.SftpTransfer
Get recursive directory file count.
getRecursiveDirectoryFileCount(String) - Method in class com.jscape.inet.ftp.Ftp
Get size of all files rescursively in a given remote directory.
getRecursiveDirectoryFileCount(String) - Method in class com.jscape.inet.ftps.Ftps
Get size of all files rescursively in a given remote directory.
getRecursiveDirectoryFileCount(String) - Method in class com.jscape.inet.sftp.Sftp
Get size of all files rescursively in a given remote directory.
getRecursiveDirectorySize(String) - Method in interface com.jscape.filetransfer.FileTransfer
 
getRecursiveDirectorySize(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Get recursive directory size.
getRecursiveDirectorySize(String) - Method in class com.jscape.filetransfer.FtpTransfer
 
getRecursiveDirectorySize(String) - Method in class com.jscape.filetransfer.SftpTransfer
Get recursive size of all files in directory.
getRecursiveDirectorySize(String) - Method in class com.jscape.inet.ftp.Ftp
Get size of all files rescursively in a given remote directory.
getRecursiveDirectorySize(String) - Method in class com.jscape.inet.ftps.Ftps
Get size of all files rescursively in a given remote directory.
getRecursiveDirectorySize(String) - Method in class com.jscape.inet.sftp.Sftp
Get size of all files rescursively in a given remote directory.
getRemoteFileChecksum(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Returns remote file checksum.
getRemoteFileChecksum(String) - Method in class com.jscape.filetransfer.FtpTransfer
Returns remote file checksum.
getRemoteFileChecksum(String) - Method in class com.jscape.inet.ftp.Ftp
Returns remote file checksum.
getRemoteFileChecksum(String) - Method in class com.jscape.inet.ftps.Ftps
Returns remote file checksum.
getRemoteFileList(String) - Method in interface com.jscape.filetransfer.FileTransfer
 
getRemoteFileList(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Get remote file list.
getRemoteFileList(String) - Method in class com.jscape.filetransfer.FtpTransfer
 
getRemoteFileList(String) - Method in class com.jscape.filetransfer.SftpTransfer
Get remote file list.
getRemoteFileList(String) - Method in class com.jscape.inet.ftp.Ftp
Gets a remote file list fron the current directory.
getRemoteFileList(String) - Method in class com.jscape.inet.ftps.Ftps
Gets all the remote files from the current directory and subdirectories.
getRemoteFileList(String) - Method in class com.jscape.inet.sftp.Sftp
Gets a remote file list fron the current directory.
getResource() - Method in exception com.jscape.inet.sftp.SftpPermissionDeniedException
Gets resource that caused this exception
getResponse() - Method in class com.jscape.filetransfer.FileTransferResponseEvent
Gets response received from FTP server.
getResponse() - Method in class com.jscape.inet.ftp.FtpResponseEvent
Gets response received from FTP server
getResponseCode() - Method in class com.jscape.inet.ftp.Ftp
Gets response code from last FTP command.
getResponseCode() - Method in class com.jscape.inet.ftps.Ftps
Gets response code from last FTP command.
getServerCharset() - Method in class com.jscape.inet.sftp.SftpConfiguration
Returns server charset name.
getServerFeaturesCommandSuccessful() - Method in class com.jscape.inet.ftps.Ftps
 
getShutdownCCC() - Method in class com.jscape.filetransfer.FtpsTransfer
Gets whether SSL connection should be shutdown after successfully issuing CCC command.
getShutdownCCC() - Method in class com.jscape.inet.ftps.Ftps
Gets whether SSL connection should be shutdown after successfully issuing CCC command.
getSize() - Method in class com.jscape.filetransfer.FileTransferDownloadEvent
Gets total bytes transmitted.
getSize() - Method in class com.jscape.filetransfer.FileTransferUploadEvent
Gets total bytes transmitted.
getSize() - Method in class com.jscape.inet.ftp.FtpDownloadEvent
Gets total bytes transmitted
getSize() - Method in class com.jscape.inet.ftp.FtpUploadEvent
Gets total bytes transmitted
getSize() - Method in class com.jscape.inet.scp.events.ScpTransferCompletedEvent
Returns file size in bytes.
getSize() - Method in class com.jscape.inet.scp.events.ScpTransferProgressEvent
Returns file size in bytes.
getSocketTrafficClass() - Method in class com.jscape.inet.ssh.util.SshParameters
Get socket traffic class
getSource() - Method in class com.jscape.inet.ftp.FxpEndEvent
Gets source Ftp or Ftps instance
getSource() - Method in class com.jscape.inet.ftp.FxpFailedEvent
Gets source Ftp or Ftps instance causing FXP failure.
getSource() - Method in class com.jscape.inet.ftp.FxpStartEvent
Gets source Ftp or Ftps instance
getSource() - Method in class com.jscape.inet.sftp.events.SftpEvent
Obtains the event source.
getSshConfiguration() - Method in class com.jscape.inet.sftp.SftpConfiguration
Returns SSH configuration.
getSshHostname() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets SSH hostname.
getSshPassword() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets SSH password.
getSshPort() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets SSH port.
getSshUsername() - Method in class com.jscape.inet.ssh.util.SshParameters
Gets SSH username.
getSystemType() - Method in class com.jscape.inet.ftp.Ftp
Gets the system type of remote FTP server.
getSystemType() - Method in class com.jscape.inet.ftps.Ftps
Gets the system type of remote FTP server.
getTargetClientVersion() - Method in class com.jscape.inet.sftp.SftpConfiguration
Returns the current client version to create.
getTcpNoDelay() - Method in class com.jscape.inet.ssh.util.SshParameters
Get TCP no delay.
getTime() - Method in class com.jscape.filetransfer.FileTransferDownloadEvent
Gets total time to transfer file measured in milliseconds.
getTime() - Method in class com.jscape.filetransfer.FileTransferUploadEvent
Gets total time to transfer file measured in milliseconds.
getTime() - Method in class com.jscape.inet.ftp.FtpDownloadEvent
Gets total time to transfer file measured in milliseconds
getTime() - Method in class com.jscape.inet.ftp.FtpFile
Gets time for this FtpFile.
getTime() - Method in class com.jscape.inet.ftp.FtpUploadEvent
Gets total time to transfer file measured in milliseconds
getTime() - Method in class com.jscape.inet.scp.events.ScpTransferCompletedEvent
Returns transfer time in milliseconds.
getTime() - Method in class com.jscape.inet.sftp.events.SftpTransferCompleteEvent
Obtains the total transfer time.
getTime() - Method in class com.jscape.inet.sftp.SftpFile
Returns the file modification time as String.
getTimeout() - Method in interface com.jscape.filetransfer.FileTransfer
Gets the timeout for opening connection to server.
getTimeout() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getTimeout() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getTimeout() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getTimeout() - Method in class com.jscape.inet.ftp.Ftp
Gets the timeout for opening connection to FTP server.
getTimeout() - Method in class com.jscape.inet.ftps.Ftps
Gets the timeout for opening connection to FTP server.
getTimeout() - Method in class com.jscape.inet.sftp.Sftp
Gets the current connection timeout value.
getTotalBytes() - Method in class com.jscape.filetransfer.FileTransferProgressEvent
Gets the number of bytes for the file being transferred.
getTotalBytes() - Method in class com.jscape.inet.ftp.FtpProgressEvent
Gets the number of bytes for the file being transferred
getTotalBytes() - Method in class com.jscape.inet.sftp.events.SftpProgressEvent
Gets the total number of bytes for the file being transferred.
getTransferredBytes() - Method in class com.jscape.inet.scp.events.ScpTransferProgressEvent
Returns transferred bytes count.
getType() - Method in class com.jscape.inet.file.JAcl
Returns the ACL type value.
getType() - Method in interface com.jscape.inet.file.JFile
Returns the POSIX file type represented by this abstract pathname.
getType() - Method in class com.jscape.inet.file.JFilePermissions
Obtains file type.
getType() - Method in class com.jscape.inet.sftp.SftpFile
Returns the POSIX file type represented by this abstract pathname.
getTypeFor(int) - Static method in class com.jscape.inet.file.JFileType
Obtains POSIX file type object for specified integer value.
getTypeFor(String) - Static method in class com.jscape.inet.file.JFileType
Obtains POSIX file type object for specified string.
getUploadBlockSize() - Method in class com.jscape.filetransfer.SftpTransfer
Obtains the current upload buffer size.
getUploadBlockSize() - Method in class com.jscape.inet.scp.Scp
Returns upload block size in bytes.
getUploadBlockSize() - Method in class com.jscape.inet.sftp.Sftp
Gets the current upload buffer size.
getUseAdaptiveConnection() - Method in class com.jscape.inet.sftp.SftpConfiguration
Returns adaptive connection flag
getUseEPRT() - Method in class com.jscape.filetransfer.FtpsTransfer
Gets use EPRT value.
getUseEPRT() - Method in class com.jscape.inet.ftp.Ftp
Gets whether to use EPRT or PORT command for data tranfers.
getUseEPRT() - Method in class com.jscape.inet.ftps.Ftps
Gets whether to use EPSV or PORT command for data tranfers.
getUseEPSV() - Method in class com.jscape.filetransfer.FtpsTransfer
Gets use EPSV value.
getUseEPSV() - Method in class com.jscape.filetransfer.FtpTransfer
Gets use EPSV value.
getUseEPSV() - Method in class com.jscape.inet.ftp.Ftp
Gets whether to use EPSV or PASV command for data tranfers.
getUseEPSV() - Method in class com.jscape.inet.ftps.Ftps
Gets whether to use EPSV or PASV command for data tranfers.
getUser() - Method in class com.jscape.inet.ssh.util.SshParameters
Returns user instance.
getUsername() - Method in interface com.jscape.filetransfer.FileTransfer
Gets username.
getUsername() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
getUsername() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
getUsername() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
getUsername() - Method in class com.jscape.inet.ftp.Ftp
Gets username of FTP user.
getUsername() - Method in class com.jscape.inet.ftps.Ftps
Gets username of FTP user.
getUsername() - Method in exception com.jscape.inet.sftp.SftpAuthenticationException
Gets username of sftp user
getWho() - Method in class com.jscape.inet.file.JAcl
Returns the ACL "who" value.
getWindowSize() - Method in class com.jscape.inet.sftp.SftpConfiguration
Returns the current connection channel initial window size.
getWireEncoding() - Method in interface com.jscape.filetransfer.FileTransfer
Gets encoding set used when issuing commands and transferring files.
getWireEncoding() - Method in class com.jscape.filetransfer.FtpsTransfer
Gets encoding set used when issuing commands and transferring files
getWireEncoding() - Method in class com.jscape.filetransfer.FtpTransfer
Gets encoding set used when issuing commands and transferring files
getWireEncoding() - Method in class com.jscape.filetransfer.SftpTransfer
Gets encoding set used when issuing commands and transferring files
getWireEncoding() - Method in class com.jscape.inet.ftp.Ftp
Gets encoding set used when issuing commands and transferring files.
getWireEncoding() - Method in class com.jscape.inet.ftps.Ftps
Gets character encoding used when issuing commands and reading files from FTP server in ASCII mode.
getWorkingDirectory() - Method in class com.jscape.inet.sftp.SftpConfiguration
Returns the current working directory.

Secure FTP Factory
A B C D E F G I J L M N P R S T U V W
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved