com.sshtools.sftp
Class SftpClientFactory
java.lang.Object
com.sshtools.sftp.SftpClientFactory
public class SftpClientFactory
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SFTP_SUBSYSTEM
public static final int SFTP_SUBSYSTEM
- See Also:
- Constant Field Values
SFTP_OVER_SCP
public static final int SFTP_OVER_SCP
- See Also:
- Constant Field Values
SFTP_ALL_MODES
public static final int SFTP_ALL_MODES
- See Also:
- Constant Field Values
MAX_SFTP_VERSION
public static final int MAX_SFTP_VERSION
- See Also:
- Constant Field Values
SftpClientFactory
public SftpClientFactory()
getInstance
public static SftpClientFactory getInstance()
createSftpClient
public SftpClient createSftpClient(SshClient ssh)
throws SshException
- Throws:
SshException
createSftpClient
public SftpClient createSftpClient(SshClient ssh,
int maxVersion)
throws SshException
- Throws:
SshException
createSftpClient
public SftpClient createSftpClient(SshClient ssh,
int maxVersion,
int modes)
throws SshException
- Throws:
SshException
Copyright © 2012. All Rights Reserved.