Class FtpClientFactory
java.lang.Object
org.apache.commons.vfs.provider.ftp.FtpClientFactory
Create a FtpClient instance
- Version:
- $Revision: 480428 $ $Date: 2006-11-29 07:15:24 +0100 (Wed, 29 Nov 2006) $
- Author:
- Mario Ivankovits
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.commons.net.ftp.FTPClient
createConnection
(String hostname, int port, char[] username, char[] password, String workingDirectory, FileSystemOptions fileSystemOptions) Creates a new connection to the server.
-
Method Details
-
createConnection
public static org.apache.commons.net.ftp.FTPClient createConnection(String hostname, int port, char[] username, char[] password, String workingDirectory, FileSystemOptions fileSystemOptions) throws FileSystemException Creates a new connection to the server.- Throws:
FileSystemException
-