public class FtpsOperations extends FtpOperations
client, clientActivityListener, clientConfig, endpoint, log| Constructor and Description |
|---|
FtpsOperations(org.apache.commons.net.ftp.FTPSClient client,
org.apache.commons.net.ftp.FTPClientConfig clientConfig) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
connect(RemoteFileConfiguration configuration)
Connects to the remote server
|
protected org.apache.commons.net.ftp.FTPSClient |
getFtpClient() |
buildDirectory, changeCurrentDirectory, changeToParentDirectory, deleteFile, disconnect, doConnect, doDisconnect, existsFile, fastExistsFile, forceDisconnect, getClient, getClientActivityListener, getCurrentDirectory, isConnected, listFiles, listFiles, releaseRetrievedFileResources, renameFile, retrieveFile, sendNoop, sendSiteCommand, setClientActivityListener, setEndpoint, storeFilepublic FtpsOperations(org.apache.commons.net.ftp.FTPSClient client,
org.apache.commons.net.ftp.FTPClientConfig clientConfig)
public boolean connect(RemoteFileConfiguration configuration) throws org.apache.camel.component.file.GenericFileOperationFailedException
RemoteFileOperationsconnect in interface RemoteFileOperations<org.apache.commons.net.ftp.FTPFile>connect in class FtpOperationsconfiguration - configurationorg.apache.camel.component.file.GenericFileOperationFailedException - can be thrownprotected org.apache.commons.net.ftp.FTPSClient getFtpClient()
getFtpClient in class FtpOperationsApache Camel