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

C

changeDir(FileTransferChangeDirEvent) - Method in interface com.jscape.filetransfer.FileTransferListener
Invoked when the remote directory path is changed.
changeDir(FtpChangeDirEvent) - Method in class com.jscape.inet.ftp.FtpAdapter
Invoked when the remote directory path is changed on the server.
changeDir(FtpChangeDirEvent) - Method in interface com.jscape.inet.ftp.FtpListener
Invoked when the remote directory path is changed on the server.
changeDir(SftpChangeDirEvent) - Method in class com.jscape.inet.sftp.events.SftpAdapter
Invoked when the remote directory path is changed.
changeDir(SftpChangeDirEvent) - Method in interface com.jscape.inet.sftp.events.SftpListener
Invoked when the remote directory path is changed.
changePassword(String, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Changes the password.
changePassword(String, String) - Method in class com.jscape.filetransfer.FtpTransfer
Changes the password.
changePassword(String, String) - Method in class com.jscape.inet.ftp.Ftp
Changes password for current account.
changePassword(String, String) - Method in class com.jscape.inet.ftps.Ftps
Changes the password for current account.
CHAR_ORIENTED - Static variable in class com.jscape.inet.file.JFileType
Character-oriented file.
checksum(File, String) - Method in class com.jscape.filetransfer.FtpsTransfer
 
checksum(File, String) - Method in class com.jscape.filetransfer.FtpTransfer
 
checksum(File, String) - Method in class com.jscape.inet.ftp.Ftp
Compares checksum of the local and remote files.
checksum(byte[], String) - Method in class com.jscape.inet.ftp.Ftp
Compares checksum of the local data and remote file.
checksum(File, String) - Method in class com.jscape.inet.ftps.Ftps
Compares checksum of the local and remote files.
checksum(byte[], String) - Method in class com.jscape.inet.ftps.Ftps
Compares checksum of the local data and remote file.
clear() - Method in class com.jscape.inet.ssh.util.SshHostKeys
Clears the store contents.
clearCommandChannel() - Method in class com.jscape.filetransfer.FtpsTransfer
Clears command channel.
clearCommandChannel() - Method in class com.jscape.inet.ftps.Ftps
Clears command channel.
clearProxySettings() - Method in interface com.jscape.filetransfer.FileTransfer
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.filetransfer.FtpsTransfer
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.filetransfer.FtpTransfer
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.filetransfer.SftpTransfer
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.ftp.Ftp
Clears proxy server values.
clearProxySettings() - Method in class com.jscape.inet.ftps.Ftps
Clears proxy server values.
clearProxySettings() - Static method in class com.jscape.inet.sftp.Sftp
Clears proxy server values.
close() - Method in interface com.jscape.inet.file.JFileSystem
Closes the file system object and releases all associated resources.
close() - Method in interface com.jscape.inet.file.JRandomAccessFile
Closes this random access file stream and releases any system resources associated with the stream.
closed() - Method in class com.jscape.inet.sftp.SftpConfiguration.SftpLogger
 
com.jscape.filetransfer - package com.jscape.filetransfer
Contains wrapper classes for all file transfer protocols including FTP, SFTP (FTP over SSH) and FTPS (FTP over SSL)
com.jscape.ftcl - package com.jscape.ftcl
Contains classes for running scripts writting using the FTCL (File Transfer Command Line) scripting language.
com.jscape.inet.file - package com.jscape.inet.file
Contains various support classes for SFTP (FTP over SSH) protocol.
com.jscape.inet.ftp - package com.jscape.inet.ftp
Contains client classes for communicating with a standard FTP server.
com.jscape.inet.ftps - package com.jscape.inet.ftps
Contains client classes for communicating with a FTP server using FTPS (FTP over SSL)
com.jscape.inet.scp - package com.jscape.inet.scp
Contains client classes for communicating with an SSH server using SCP protocol (Secure Copy over SSH).
com.jscape.inet.scp.events - package com.jscape.inet.scp.events
Contains listener and event classes related to SCP protocol (Secure Copy over SSH).
com.jscape.inet.sftp - package com.jscape.inet.sftp
Contains client classes for communicating with a server using SFTP protocol (FTP over SSH)
com.jscape.inet.sftp.events - package com.jscape.inet.sftp.events
Contains listener and event classes related to SFTP protocol (FTP over SSH)
com.jscape.inet.ssh.util - package com.jscape.inet.ssh.util
Contains utility classes for use in authenticating with an SSH server.
com.jscape.util - package com.jscape.util
Contains some generic utility classes used by this library.
commandSent(FileTransferCommandEvent) - Method in interface com.jscape.filetransfer.FileTransferListener
Invoked when a command is sent to server.
commandSent(FtpCommandEvent) - Method in class com.jscape.inet.ftp.FtpAdapter
Invoked when a command is sent to FTP server.
commandSent(FtpCommandEvent) - Method in interface com.jscape.inet.ftp.FtpListener
Invoked when a command is sent to FTP server.
compare(Object, Object) - Method in class com.jscape.filetransfer.FileTransferRemoteSort.FileDateComparator
Compares files for sorting.
compare(Object, Object) - Method in class com.jscape.filetransfer.FileTransferRemoteSort.FileNameComparator
Compares the file name of both FileTransferRemoteFile arguments.
compare(Object, Object) - Method in class com.jscape.filetransfer.FileTransferRemoteSort.FileSizeComparator
Compares the file size using the compareTo of Long class.
connect() - Method in interface com.jscape.filetransfer.FileTransfer
Connects to server and performs login.
connect() - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
connect(boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
Establishes a connection with FTP server with optional login
connect() - Method in class com.jscape.filetransfer.FtpTransfer
 
connect(boolean) - Method in class com.jscape.filetransfer.FtpTransfer
Establishes a connection with FTP server with optional login
connect() - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
connect() - Method in class com.jscape.inet.ftp.Ftp
Connects to FTP server and performs login using specified username, password and optional account.
connect(boolean) - Method in class com.jscape.inet.ftp.Ftp
Connects to FTP server and optionally performs login.
connect() - Method in class com.jscape.inet.ftps.Ftps
Connects to FTP server and performs login.
connect(boolean) - Method in class com.jscape.inet.ftps.Ftps
Connects to FTP server and optionally performs login.
connect() - Method in class com.jscape.inet.scp.Scp
Connects to the server.
connect() - Method in class com.jscape.inet.sftp.Sftp
Establishes secure connection with SSH server.
connected(FileTransferConnectedEvent) - Method in interface com.jscape.filetransfer.FileTransferListener
Invoked when connection to server is established.
connected(FtpConnectedEvent) - Method in class com.jscape.inet.ftp.FtpAdapter
Invoked when connection to FTP server is established.
connected(FtpConnectedEvent) - Method in interface com.jscape.inet.ftp.FtpListener
Invoked when connection to FTP server is established.
connected(ScpConnectedEvent) - Method in interface com.jscape.inet.scp.events.ScpEventListener
Informs listener about Scp connection.
connected(SftpConnectedEvent) - Method in class com.jscape.inet.sftp.events.SftpAdapter
Invoked when connection to SSH server is established.
connected(SftpConnectedEvent) - Method in interface com.jscape.inet.sftp.events.SftpListener
Invoked when connection to server is established.
connectionLost(FtpConnectionLostEvent) - Method in class com.jscape.inet.ftp.FtpAdapter
Invoked when connection to FTP server is unexpectedly closed.
connectionLost(FtpConnectionLostEvent) - Method in interface com.jscape.inet.ftp.FtpListener
Invoked when connection to FTP server is unexpectedly closed.
containsClientVersion(int) - Method in class com.jscape.inet.sftp.SftpConfiguration
Checks if the specified version is registered.
createClient(Ftps, ConnectionParameters, SSLContext, String[], Logger) - Method in interface com.jscape.inet.ftps.Ftps.ConnectionStrategy
Creates an appropriate FTP client.
createClient(ConnectionParameters, User) - Method in class com.jscape.inet.sftp.SftpConfiguration
Creates a new SFTP client instance for specified connection and user parameters.
createDir(FileTransferCreateDirEvent) - Method in interface com.jscape.filetransfer.FileTransferListener
Invoked when a directory is created.
createDir(FtpCreateDirEvent) - Method in class com.jscape.inet.ftp.FtpAdapter
Invoked when a directory is created.
createDir(FtpCreateDirEvent) - Method in interface com.jscape.inet.ftp.FtpListener
Invoked when a directory is created.
createDir(SftpCreateDirEvent) - Method in class com.jscape.inet.sftp.events.SftpAdapter
Invoked when a directory is created.
createDir(SftpCreateDirEvent) - Method in interface com.jscape.inet.sftp.events.SftpListener
Invoked when a directory is created.
createLogger() - Method in class com.jscape.inet.sftp.SftpConfiguration
Creates and returns logger.
createNewDirectory() - Method in interface com.jscape.inet.file.JFile
Creates the directory named by this abstract pathname if and only if a file with this name does not yet exist.
createNewDirectory() - Method in class com.jscape.inet.sftp.SftpFile
Creates the directory named by this abstract pathname if and only if a file with this name does not yet exist.
createNewFile() - Method in interface com.jscape.inet.file.JFile
Creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createNewFile() - Method in class com.jscape.inet.sftp.SftpFile
Creates a new, empty file named by this abstract pathname if and only if a file with this name does not yet exist.
createNewLink(JFile) - Method in interface com.jscape.inet.file.JFile
Creates the symbolic link named by this abstract pathname if and only if a file with this name does not yet exist.
createNewLink(JFile) - Method in class com.jscape.inet.sftp.SftpFile
Creates the symbolic link named by this abstract pathname if and only if a file with this name does not yet exist.
CURRENT_DIR - Static variable in interface com.jscape.filetransfer.FileTransfer
Represents the current directory.
CURRENT_DIR - Static variable in class com.jscape.inet.ftp.Ftp
Represents the current directory.
CURRENT_DIR - Static variable in class com.jscape.inet.ftps.Ftps
Represents the current 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