Uses of Class
com.enterprisedt.net.ftp.ssh.SSHFTPClient

Packages that use SSHFTPClient
com.enterprisedt.net.ftp.ssh Contains classes for SFTP (FTP via SSH) client functionality. 
 

Uses of SSHFTPClient in com.enterprisedt.net.ftp.ssh
 

Constructors in com.enterprisedt.net.ftp.ssh with parameters of type SSHFTPClient
SSHFTPInputStream(SSHFTPClient client, java.lang.String remoteFile)
          Constructor.
SSHFTPInputStream(SSHFTPClient client, java.lang.String remoteFile, long offset)
          Constructor.
SSHFTPOutputStream(SSHFTPClient client, java.lang.String remoteFile)
          Constructor.
SSHFTPOutputStream(SSHFTPClient client, java.lang.String remoteFile, boolean append)
          Constructor.
 



Copyright © 2001-2011 Enterprise Distributed Technologies Ltd. All Rights Reserved.