public class CommonsNetFtpSslClient extends ApacheFtpClientImpl<org.apache.commons.net.ftp.FTPSClient>
additionalSettingslogR| Constructor and Description |
|---|
CommonsNetFtpSslClient(java.lang.String remoteHost) |
CommonsNetFtpSslClient(java.lang.String remoteHost,
int port) |
CommonsNetFtpSslClient(java.lang.String remoteHost,
int port,
int timeout,
boolean implicitSSL)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.commons.net.ftp.FTPSClient |
createFTPClient()
Create the base commons net client.
|
protected void |
postConnectSettings(org.apache.commons.net.ftp.FTPSClient client) |
protected void |
preConnectSettings(org.apache.commons.net.ftp.FTPSClient client) |
chdir, connect, connect, delete, dir, dir, disconnect, disconnect, get, get, getKeepAliveTimeout, getTimeout, handleReturnValue, isConnected, lastModified, lastModifiedDate, mkdir, put, pwd, rename, rmdir, setDataMode, setKeepAliveTimeout, setServerTimezone, setTimeout, setType, system, withAdditionalSettingsdir, ensureNotNull, isAdditionaDebug, log, setAdditionalDebugpublic CommonsNetFtpSslClient(java.lang.String remoteHost,
int port,
int timeout,
boolean implicitSSL)
throws java.io.IOException
remoteHost - the remote hostnameport - port for control streamtimeout - the length of the timeout, in millisecondsjava.io.IOException - if a comms error occurspublic CommonsNetFtpSslClient(java.lang.String remoteHost)
throws java.io.IOException
java.io.IOExceptionpublic CommonsNetFtpSslClient(java.lang.String remoteHost,
int port)
throws java.io.IOException
java.io.IOExceptionprotected org.apache.commons.net.ftp.FTPSClient createFTPClient()
ApacheFtpClientImplcreateFTPClient in class ApacheFtpClientImpl<org.apache.commons.net.ftp.FTPSClient>protected void preConnectSettings(org.apache.commons.net.ftp.FTPSClient client)
throws java.io.IOException
preConnectSettings in class ApacheFtpClientImpl<org.apache.commons.net.ftp.FTPSClient>java.io.IOExceptionprotected void postConnectSettings(org.apache.commons.net.ftp.FTPSClient client)
throws java.io.IOException
postConnectSettings in class ApacheFtpClientImpl<org.apache.commons.net.ftp.FTPSClient>java.io.IOException