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

U

UnixParser - Class in com.jscape.inet.ftp
Parser responsible for handling FTP directory listing returned in UNIX format.
UnixParser() - Constructor for class com.jscape.inet.ftp.UnixParser
 
UNKNOWN - Static variable in class com.jscape.inet.file.JFileType
Unknown type.
UP_DIR - Static variable in interface com.jscape.filetransfer.FileTransfer
Represents the parent directory of current directory.
UP_DIR - Static variable in class com.jscape.inet.ftp.Ftp
Represents the parent directory of current directory.
UP_DIR - Static variable in class com.jscape.inet.ftps.Ftps
Represents the parent directory of current directory.
upload(byte[], String) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads file to server where contents of file is not on disk but in memory.
upload(byte[], String, boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads file to server where contents of file is not on disk but in memory.
upload(File) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads file to server.
upload(File, boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads file to server.
upload(String, File) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads file to server with the specified temporary extension.
upload(File, String) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads file to server.
upload(File, String, boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads file to server.
upload(String) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads file to server.
upload(String, boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads file to server.
upload(String, String) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads file to server.
upload(String, String, boolean) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads file to server.
upload(FileTransferUploadEvent) - Method in interface com.jscape.filetransfer.FileTransferListener
Invoked when file is uploaded to server.
UPLOAD - Static variable in class com.jscape.filetransfer.FileTransferProgressEvent
Indicates UPLOAD process.
upload(byte[], String) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
upload(byte[], String, boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
upload(File) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
upload(File, boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
upload(String, File) - Method in class com.jscape.filetransfer.FtpsTransfer
Uploads a file to server with the extension specified by the argument.
upload(File, String) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
upload(File, String, boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
upload(String) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
upload(String, boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
upload(String, String) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
upload(String, String, boolean) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
upload(byte[], String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
upload(byte[], String, boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
upload(File) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
upload(File, boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
upload(String, File) - Method in class com.jscape.filetransfer.FtpTransfer
Uploads a file to server with the extension specified by the argument.
upload(File, String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
upload(File, String, boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
upload(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
upload(String, boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
upload(String, String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
upload(String, String, boolean) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
upload(byte[], String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
upload(byte[], String, boolean) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
upload(File) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
upload(File, boolean) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
upload(String, File) - Method in class com.jscape.filetransfer.SftpTransfer
Uploads a file to server with the extension specified by the argument.
upload(File, String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
upload(File, String, boolean) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
upload(String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
upload(String, boolean) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
upload(String, String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
upload(String, String, boolean) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
upload(File, String, boolean) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server.
upload(InputStream, String, boolean) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server.
upload(InputStream, String) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server.
upload(File, boolean) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server.
upload(File, String) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server.
upload(File) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server.
upload(String, File) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server and renames the remote file name.
upload(String, String, boolean) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server.
upload(String, String) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server.
upload(String, boolean) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server.
upload(String) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server.
upload(byte[], String, boolean) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server where contents of file is not on disk but in memory.
upload(byte[], String) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server where contents of file is not on disk but in memory.
upload(FtpUploadEvent) - Method in class com.jscape.inet.ftp.FtpAdapter
Invoked when file is uploaded to FTP server.
upload(FtpUploadEvent) - Method in interface com.jscape.inet.ftp.FtpListener
Invoked when file is uploaded to FTP server.
UPLOAD - Static variable in class com.jscape.inet.ftp.FtpProgressEvent
Indicates UPLOAD process
upload(File, String, boolean) - Method in class com.jscape.inet.ftps.Ftps
Uploads file to FTP server.
upload(File, boolean) - Method in class com.jscape.inet.ftps.Ftps
Uploads file to FTP server.
upload(File, String) - Method in class com.jscape.inet.ftps.Ftps
Uploads file to FTP server.
upload(File) - Method in class com.jscape.inet.ftps.Ftps
Uploads file to FTP server.
upload(String, File) - Method in class com.jscape.inet.ftps.Ftps
Uploads file to FTP server using temporary extension, then renames file back to original name once uploaded.
upload(String, String, boolean) - Method in class com.jscape.inet.ftps.Ftps
Uploads file to FTP server.
upload(String, String) - Method in class com.jscape.inet.ftps.Ftps
Uploads file to FTP server.
upload(String, boolean) - Method in class com.jscape.inet.ftps.Ftps
Uploads file to FTP server.
upload(String) - Method in class com.jscape.inet.ftps.Ftps
Uploads file to FTP server.
upload(byte[], String, boolean) - Method in class com.jscape.inet.ftps.Ftps
Uploads file to FTP server where contents of file is not on disk but in memory.
upload(byte[], String) - Method in class com.jscape.inet.ftps.Ftps
Uploads file to FTP server where contents of file is not on disk but in memory.
upload(InputStream, String, boolean) - Method in class com.jscape.inet.ftps.Ftps
Uploads contents of InputStream to FTP server.
upload(InputStream, String) - Method in class com.jscape.inet.ftps.Ftps
Uploads contents of InputStream to FTP server.
upload(ScpFileUploadedEvent) - Method in interface com.jscape.inet.scp.events.ScpEventListener
Informs listener about file upload.
UPLOAD - Static variable in class com.jscape.inet.scp.events.ScpTransferProgressEvent
Indicates UPLOAD process
upload(byte[], String, String) - Method in class com.jscape.inet.scp.Scp
Uploads file to SSH server where contents of file is not on disk but in memory.
upload(InputStream, String, String) - Method in class com.jscape.inet.scp.Scp
Uploads file to SSH server.
upload(InputStream, long, String, String) - Method in class com.jscape.inet.scp.Scp
Upload file to SSH server.
upload(File, String) - Method in class com.jscape.inet.scp.Scp
Uploads file to SSH server.
upload(File, String, String) - Method in class com.jscape.inet.scp.Scp
Uploads file to SSH server.
upload(String, String) - Method in class com.jscape.inet.scp.Scp
Uploads file to SSH server.
upload(String, String, String) - Method in class com.jscape.inet.scp.Scp
Uploads file to SSH server.
upload(SftpUploadEvent) - Method in class com.jscape.inet.sftp.events.SftpAdapter
Invoked when file is uploaded to SSH server.
upload(SftpUploadEvent) - Method in interface com.jscape.inet.sftp.events.SftpListener
Invoked when file is uploaded to server.
UPLOAD - Static variable in class com.jscape.inet.sftp.events.SftpProgressEvent
Indicates UPLOAD process
upload(byte[], String) - Method in class com.jscape.inet.sftp.Sftp
Uploads file to SSH server where contents of file is not on disk but in memory.
upload(InputStream, String, boolean) - Method in class com.jscape.inet.sftp.Sftp
Uploads file to SSH server.
upload(InputStream, String) - Method in class com.jscape.inet.sftp.Sftp
Uploads file to SSH server.
upload(byte[], String, boolean) - Method in class com.jscape.inet.sftp.Sftp
Uploads file to SSH server where contents of file is not on disk but in memory.
upload(File) - Method in class com.jscape.inet.sftp.Sftp
Uploads file to SSH server.
upload(String, File) - Method in class com.jscape.inet.sftp.Sftp
Uploads a file to SSH server.
upload(File, boolean) - Method in class com.jscape.inet.sftp.Sftp
Uploads file to SSH server.
upload(File, String) - Method in class com.jscape.inet.sftp.Sftp
Uploads file to SSH server.
upload(File, String, boolean) - Method in class com.jscape.inet.sftp.Sftp
Uploads file to SSH server.
upload(String) - Method in class com.jscape.inet.sftp.Sftp
Uploads file to SSH server.
upload(String, boolean) - Method in class com.jscape.inet.sftp.Sftp
Uploads file to SSH server.
upload(String, String) - Method in class com.jscape.inet.sftp.Sftp
Uploads file to SSH server.
upload(String, String, boolean) - Method in class com.jscape.inet.sftp.Sftp
Uploads file to SSH server.
uploadDir(File) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads local directory and contents recursively to server.
uploadDir(File, String) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads local directory and contents recursively to server.
uploadDir(File, int, boolean, String) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads local directory and contents.
uploadDir(File, int, boolean, String, int) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads local directory and contents.
uploadDir(File) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
uploadDir(File, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Uploads local directory and contents recursively to server.
uploadDir(File, int, boolean, String) - Method in class com.jscape.filetransfer.FtpsTransfer
Uploads local directory and contents.
uploadDir(File, int, boolean, String, int) - Method in class com.jscape.filetransfer.FtpsTransfer
Upload directory.
uploadDir(File) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
uploadDir(File, String) - Method in class com.jscape.filetransfer.FtpTransfer
Uploads local directory and contents recursively to server.
uploadDir(File, int, boolean, String) - Method in class com.jscape.filetransfer.FtpTransfer
Uploads local directory and contents.
uploadDir(File, int, int, boolean, String) - Method in class com.jscape.filetransfer.FtpTransfer
Uploads local directory and contents.
uploadDir(File, int, boolean, String, int) - Method in class com.jscape.filetransfer.FtpTransfer
 
uploadDir(File) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
uploadDir(File, String) - Method in class com.jscape.filetransfer.SftpTransfer
Uploads local directory and contents recursively to server.
uploadDir(File, int, boolean, String, int) - Method in class com.jscape.filetransfer.SftpTransfer
Uploads local directory and contents.
uploadDir(File, int, boolean, String) - Method in class com.jscape.filetransfer.SftpTransfer
Uploads local directory and contents.
uploadDir(File) - Method in class com.jscape.inet.ftp.Ftp
Uploads local directory and contents recursively to FTP server.
uploadDir(File, String) - Method in class com.jscape.inet.ftp.Ftp
Uploads local directory and contents recursively to FTP server.
uploadDir(File, int, boolean) - Method in class com.jscape.inet.ftp.Ftp
Uploads local directory and contents to FTP server.
uploadDir(File, int, int, boolean, String) - Method in class com.jscape.inet.ftp.Ftp
Uploads local directory and contents to FTP server.
uploadDir(File, int, boolean, String, int) - Method in class com.jscape.inet.ftp.Ftp
 
uploadDir(File, int, int, boolean, String, int) - Method in class com.jscape.inet.ftp.Ftp
Uploads local directory and contents to FTP server.
uploadDir(File) - Method in class com.jscape.inet.ftps.Ftps
Uploads local directory and contents recursively to FTP server.
uploadDir(File, String) - Method in class com.jscape.inet.ftps.Ftps
Uploads local directory and contents recursively to FTP server.
uploadDir(File, int, boolean) - Method in class com.jscape.inet.ftps.Ftps
Uploads local directory and contents to FTP server.
uploadDir(File, int, boolean, String) - Method in class com.jscape.inet.ftps.Ftps
Uploads local directory and contents to FTP server.
uploadDir(File, int, boolean, String, int) - Method in class com.jscape.inet.ftps.Ftps
Uploads local directory and contents to FTP server.
uploadDir(File, int, int, boolean, String, int) - Method in class com.jscape.inet.ftps.Ftps
Uploads local directory and contents to FTP server.
uploadDir(File, int, int, boolean, String) - Method in class com.jscape.inet.ftps.Ftps
Uploads local directory and contents to FTP server.
uploadDir(File, String, String) - Method in class com.jscape.inet.scp.Scp
Uploads the specified directory.
uploadDir(File, String) - Method in class com.jscape.inet.scp.Scp
Uploads the specified directory.
uploadDir(File) - Method in class com.jscape.inet.sftp.Sftp
Uploads local directory and contents recursively to SSH server.
uploadDir(File, int, int) - Method in class com.jscape.inet.sftp.Sftp
Uploads local directory and contents recursively to SSH server.
uploadDir(File, int) - Method in class com.jscape.inet.sftp.Sftp
Uploads local directory and contents.
uploadDir(File, int, String) - Method in class com.jscape.inet.sftp.Sftp
Uploads local directory and contents.
uploadDir(File, int, String, int) - Method in class com.jscape.inet.sftp.Sftp
Uploads local directory and contents.
uploadDir(File, int, int, String) - Method in class com.jscape.inet.sftp.Sftp
Uploads local directory and contents.
uploadDir(File, int, int, String, int) - Method in class com.jscape.inet.sftp.Sftp
Uploads local directory and contents.
uploadDir(File, String, String) - Method in class com.jscape.inet.sftp.Sftp
Uploads local directory and contents recursively to SSH server.
uploadUnique(String) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads the file which is created in the current directory under a name unique to that directory.
uploadUnique(File) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads the file which is created in the current directory under a name unique to that directory.
uploadUnique(InputStream, String) - Method in interface com.jscape.filetransfer.FileTransfer
Uploads the file which is created in the current directory under a name unique to that directory.
uploadUnique(String) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
uploadUnique(File) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
uploadUnique(InputStream, String) - Method in class com.jscape.filetransfer.FtpsTransfer
See FileTransfer interface for method description.
uploadUnique(String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
uploadUnique(File) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
uploadUnique(InputStream, String) - Method in class com.jscape.filetransfer.FtpTransfer
See FileTransfer interface for method description.
uploadUnique(String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
uploadUnique(File) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
uploadUnique(InputStream, String) - Method in class com.jscape.filetransfer.SftpTransfer
See FileTransfer interface for method description.
uploadUnique(String) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server storing remotely using a unique name.
uploadUnique(String, boolean) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server storing remotely using a unique name.
uploadUnique(File) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server storing remotely using a unique name.
uploadUnique(File, boolean) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server storing remotely using a unique name.
uploadUnique(InputStream, String) - Method in class com.jscape.inet.ftp.Ftp
Uploads file to FTP server storing remotely using a unique name.
uploadUnique(String) - Method in class com.jscape.inet.ftps.Ftps
Uploads the file which is created in the current directory under a name unique to that directory.
uploadUnique(String, boolean) - Method in class com.jscape.inet.ftps.Ftps
Uploads the file which is created in the current directory under a name unique to that directory.
uploadUnique(File) - Method in class com.jscape.inet.ftps.Ftps
Uploads the file which is created in the current directory under a name unique to that directory.
uploadUnique(File, boolean) - Method in class com.jscape.inet.ftps.Ftps
Uploads the file which is created in the current directory under a name unique to that directory.
uploadUnique(InputStream, String) - Method in class com.jscape.inet.ftps.Ftps
Uploads the file which is created in the current directory under a name unique to that directory.
USE_SERVER_VERSION - Static variable in class com.jscape.inet.sftp.SftpConfiguration
This value is used to create the client with the highest server version supported.

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