public class FtpClientFactory
extends java.lang.Object
Modifier and Type | Method | Description |
---|---|---|
static org.apache.commons.net.ftp.FTPClient |
createConnection(java.lang.String hostname,
int port,
char[] username,
char[] password,
java.lang.String workingDirectory,
FileSystemOptions fileSystemOptions) |
Creates a new connection to the server.
|
public static org.apache.commons.net.ftp.FTPClient createConnection(java.lang.String hostname, int port, char[] username, char[] password, java.lang.String workingDirectory, FileSystemOptions fileSystemOptions) throws FileSystemException
FileSystemException