public static final class FtpClientFactory.FtpConnectionFactory extends FtpClientFactory.ConnectionFactory<org.apache.commons.net.ftp.FTPClient,FtpFileSystemConfigBuilder>
builder
Modifier and Type | Method and Description |
---|---|
protected org.apache.commons.net.ftp.FTPClient |
createClient(FileSystemOptions fileSystemOptions)
Creates a new client.
|
protected void |
setupOpenConnection(org.apache.commons.net.ftp.FTPClient client,
FileSystemOptions fileSystemOptions)
Sets up a new client.
|
createConnection
protected org.apache.commons.net.ftp.FTPClient createClient(FileSystemOptions fileSystemOptions)
FtpClientFactory.ConnectionFactory
createClient
in class FtpClientFactory.ConnectionFactory<org.apache.commons.net.ftp.FTPClient,FtpFileSystemConfigBuilder>
fileSystemOptions
- the file system options.protected void setupOpenConnection(org.apache.commons.net.ftp.FTPClient client, FileSystemOptions fileSystemOptions)
FtpClientFactory.ConnectionFactory
setupOpenConnection
in class FtpClientFactory.ConnectionFactory<org.apache.commons.net.ftp.FTPClient,FtpFileSystemConfigBuilder>
client
- the client.fileSystemOptions
- the file system options.Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.