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

I

identifierGroup() - Method in class com.jscape.inet.file.JAcl.Flag
 
IMPLICIT_SSL - Static variable in class com.jscape.inet.ftps.Ftps
Connection type for implicit SSL session.
inheritOnly() - Method in class com.jscape.inet.file.JAcl.Flag
 
interrupt() - Method in interface com.jscape.filetransfer.FileTransfer
Interrupts the current data transfer and sets interrupted flag to true.
interrupt() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
interrupt() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
interrupt() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
interrupt() - Method in class com.jscape.inet.ftp.Ftp
Interrupts the current data transfer and sets interrupted flag to true.
interrupt() - Method in class com.jscape.inet.ftps.Ftps
Interrupts the current data transfer and sets interrupted flag to true.
interrupt() - Method in class com.jscape.inet.scp.Scp
Interrupts current transfer process.
interrupt() - Method in class com.jscape.inet.sftp.Sftp
Interrupts the current data transfer and sets interrupted flag to true.
interrupted() - Method in interface com.jscape.filetransfer.FileTransfer
Checks if transfer process was interrupted.
interrupted() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
interrupted() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
interrupted() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
interrupted() - Method in class com.jscape.inet.ftp.Ftp
Checks if transfer process was interrupted.
interrupted() - Method in class com.jscape.inet.ftps.Ftps
Checks if transfer process was interrupted.
interrupted() - Method in class com.jscape.inet.sftp.Sftp
Checks if transfer process was interrupted.
intValue() - Method in class com.jscape.inet.file.JFilePermissions
Obtains integer representation of the current permissions.
intValue() - Method in class com.jscape.inet.file.JFilePermissions.Permission
Obtains integer representation of the current permission.
isAppendOnly() - Method in interface com.jscape.inet.file.JFile
Tests whether the file named by this abstract pathname can only be opened for writing in append mode.
isAppendOnly() - Method in class com.jscape.inet.sftp.SftpFile
Tests whether the file named by this abstract pathname can only be opened for writing in append mode.
isArchive() - Method in interface com.jscape.inet.file.JFile
Tests whether the file named by this abstract pathname should be included in backup / archive operations.
isArchive() - Method in class com.jscape.inet.sftp.SftpFile
Tests whether the file named by this abstract pathname should be included in backup / archive operations.
isAscendent() - Method in class com.jscape.filetransfer.FileTransferRemoteSort
Gets whether sort will be performed in ascending or descending order.
isCaseInsensitive() - Method in interface com.jscape.inet.file.JFile
This attribute can only apply to directories.
isCaseInsensitive() - Method in class com.jscape.inet.sftp.SftpFile
This attribute can only apply to directories.
isClosed() - Method in interface com.jscape.inet.file.JFileSystem
Tests whether the current file system is already closed.
isCompressed() - Method in interface com.jscape.inet.file.JFile
Tests whether the file named by this abstract pathname is compressed.
isCompressed() - Method in class com.jscape.inet.sftp.SftpFile
Tests whether the file named by this abstract pathname is compressed.
isConnected() - Method in interface com.jscape.filetransfer.FileTransfer
Checks if client is connected to server.
isConnected() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
isConnected() - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
isConnected() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
isConnected() - Method in class com.jscape.inet.ftp.Ftp
Checks if client is connected to FTP server.
isConnected() - Method in class com.jscape.inet.ftps.Ftps
Checks if client is connected to FTP server.
isConnected() - Method in class com.jscape.inet.scp.Scp
Checks if client is connected.
isConnected() - Method in class com.jscape.inet.sftp.Sftp
Tests whether the current service is connected to the remote host.
isDirectory() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Checks if remote file is a directory.
isDirectory() - Method in interface com.jscape.inet.file.JFile
Tests whether the file denoted by this abstract pathname is a directory.
isDirectory() - Method in class com.jscape.inet.ftp.FtpFile
Test if this file represents a directory on the server.
isDirectory(String) - Method in class com.jscape.inet.sftp.Sftp
Checks if remote pathname denotes a directory.
isDirectory() - Method in class com.jscape.inet.sftp.SftpFile
Tests whether the file denoted by this abstract pathname is a directory.
isEncrypted() - Method in interface com.jscape.inet.file.JFile
Tests whether the file named by this abstract pathname is encrypted.
isEncrypted() - Method in class com.jscape.inet.sftp.SftpFile
Tests whether the file named by this abstract pathname is encrypted.
isFeatureSupported(String) - Method in class com.jscape.filetransfer.FtpsTransfer
 
isFeatureSupported(String) - Method in class com.jscape.filetransfer.FtpTransfer
 
isFeatureSupported(String) - Method in class com.jscape.inet.ftp.Ftp
Looks for the command argument into the server features list to validate if it is supported.
isFeatureSupported(String) - Method in class com.jscape.inet.ftps.Ftps
Looks for the command argument into the server features list to validate if it is supported
isHidden() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Checks if the filename is a hidden filename by checking to see if filename begins with a period.
isHidden() - Method in interface com.jscape.inet.file.JFile
Tests whether the file named by this abstract pathname is a hidden file.
isHidden() - Method in class com.jscape.inet.ftp.FtpFile
Checks where the filename is a hidden filename by checking to see if filename begins with a period.
isHidden() - Method in class com.jscape.inet.sftp.SftpFile
Tests whether the file named by this abstract pathname is a hidden file.
isImmutable() - Method in interface com.jscape.inet.file.JFile
Tests whether the file named by this abstract pathname cannot be deleted or renamed, no hard link can be created to this file and no data can be written to the file.
isImmutable() - Method in class com.jscape.inet.sftp.SftpFile
Tests whether the file named by this abstract pathname cannot be deleted or renamed, no hard link can be created to this file and no data can be written to the file.
isInterrupted() - Method in class com.jscape.filetransfer.FileTransferDownloadEvent
Indicates if the download operations was interrupted by the user or network connection.
isKnownKey(InetAddress, String) - Method in class com.jscape.inet.ssh.util.SshHostKeys
Checks if the store contains the specified host key.
isLink() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Checks if remote files is a symbolic link.
isLink() - Method in class com.jscape.inet.ftp.FtpFile
Test wheather the entity represented by this FtpFile object is a symbolic link.
isReadable() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Checks if filename is readable.
isReadOnly() - Method in interface com.jscape.inet.file.JFile
Tests whether the file named by this abstract pathname is not writable.
isReadOnly() - Method in class com.jscape.inet.sftp.SftpFile
Tests whether the file named by this abstract pathname is not writable.
isSparse() - Method in interface com.jscape.inet.file.JFile
Tests whether the file named by this abstract pathname is sparse.
isSparse() - Method in class com.jscape.inet.sftp.SftpFile
Tests whether the file named by this abstract pathname is sparse.
isStartSubsystemReplyNeeded() - Method in class com.jscape.inet.sftp.SftpConfiguration
 
issueCommand(String) - Method in class com.jscape.filetransfer.FtpsTransfer
Issues command to the server.
issueCommand(String) - Method in class com.jscape.filetransfer.FtpTransfer
Issues command to the server.
issueCommand(String) - Method in class com.jscape.inet.ftp.Ftp
Issues command to FTP server.
issueCommand(String) - Method in class com.jscape.inet.ftps.Ftps
Issues the command to FTP server.
issueCommandCheck(String) - Method in class com.jscape.inet.ftp.Ftp
Issues command to FTP server.
issueCommandCheck(String) - Method in class com.jscape.inet.ftps.Ftps
Issues command to FTP server.
isSync() - Method in interface com.jscape.inet.file.JFile
Tests whether the file named by this abstract pathname when is modified, the changes are written synchronously to the disk.
isSync() - Method in class com.jscape.inet.sftp.SftpFile
Tests whether the file named by this abstract pathname when is modified, the changes are written synchronously to the disk.
isSystem() - Method in interface com.jscape.inet.file.JFile
Tests whether the file named by this abstract pathname is part of operating system.
isSystem() - Method in class com.jscape.inet.sftp.SftpFile
Tests whether the file named by this abstract pathname is part of operating system.
isValidPath(String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
isValidPath(String) - Method in class com.jscape.inet.sftp.Sftp
Checks if path is valid, i.e.
isWritable() - Method in class com.jscape.filetransfer.FileTransferRemoteFile
Checks if filename is writable.
isYearSet() - Method in class com.jscape.inet.ftp.FtpFile
Is year set.

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