Class SftpClientFactory
- java.lang.Object
-
- org.apache.commons.vfs.provider.sftp.SftpClientFactory
-
public class SftpClientFactory extends java.lang.Object
Create a HttpClient instance- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
- Author:
- Mario Ivankovits
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.jcraft.jsch.Session
createConnection(java.lang.String hostname, int port, char[] username, char[] password, FileSystemOptions fileSystemOptions)
Creates a new connection to the server.
-
-
-
Method Detail
-
createConnection
public static com.jcraft.jsch.Session createConnection(java.lang.String hostname, int port, char[] username, char[] password, FileSystemOptions fileSystemOptions) throws FileSystemException
Creates a new connection to the server.- Throws:
FileSystemException
-
-