Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
xml
xml
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-ftp</artifactId>
    <version>x.x.x</version>version>See the documentation of the Apache Commons
    <!-- use the same version as your Camel core version -->
</dependency>

...

See the documentation of the Apache Commons FTP FTPClientConfig for possible options and more details.
And  And as well for Apache Commons FTP FTPClient.

If you do not like having many and long configuration in the url you can refer to the ftpClient or ftpClientConfig to use by letting Camel lookup in the Registry for it.

...