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,
org.apache.camel.Exchange exchange)
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, storeFile
public FtpsOperations(org.apache.commons.net.ftp.FTPSClient client, org.apache.commons.net.ftp.FTPClientConfig clientConfig)
public boolean connect(RemoteFileConfiguration configuration, org.apache.camel.Exchange exchange) throws org.apache.camel.component.file.GenericFileOperationFailedException
RemoteFileOperations
connect
in interface RemoteFileOperations<org.apache.commons.net.ftp.FTPFile>
connect
in class FtpOperations
configuration
- configurationexchange
- the exchange that trigger the connect (if any)org.apache.camel.component.file.GenericFileOperationFailedException
- can be thrownprotected org.apache.commons.net.ftp.FTPSClient getFtpClient()
getFtpClient
in class FtpOperations
Apache Camel