org.apache.commons.vfs.provider.ftp
Class FtpClientFactory

java.lang.Object
  extended byorg.apache.commons.vfs.provider.ftp.FtpClientFactory

public class FtpClientFactory
extends Object

Create a FtpClient instance

Version:
$Revision: 227075 $ $Date: 2005-08-02 22:09:42 +0200 (Tue, 02 Aug 2005) $
Author:
Mario Ivankovits

Method Summary
static org.apache.commons.net.ftp.FTPClient createConnection(String hostname, int port, String username, String password, String workingDirectory, FileSystemOptions fileSystemOptions)
          Creates a new connection to the server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createConnection

public static org.apache.commons.net.ftp.FTPClient createConnection(String hostname,
                                                                    int port,
                                                                    String username,
                                                                    String password,
                                                                    String workingDirectory,
                                                                    FileSystemOptions fileSystemOptions)
                                                             throws FileSystemException
Creates a new connection to the server.

Throws:
FileSystemException


Copyright © 2002-2005 The Apache Software Foundation. All Rights Reserved.