[
https://issues.apache.org/activemq/browse/CAMEL-3170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Claus Ibsen resolved CAMEL-3170.
--------------------------------
Resolution: Fixed
trunk: 1002131.
> camel-ftp - Setting password and username using UserInfo on uri does not work
> -----------------------------------------------------------------------------
>
> Key: CAMEL-3170
> URL: https://issues.apache.org/activemq/browse/CAMEL-3170
> Project: Apache Camel
> Issue Type: Bug
> Components: camel-ftp
> Affects Versions: 2.4.0
> Reporter: Claus Ibsen
> Assignee: Claus Ibsen
> Priority: Minor
> Fix For: 2.5.0
>
>
> You should be able to set ftp endpoint uri as:
> {code}
> "ftp://sc...@localhost:" + getPort() +
> "/deletefile?password=tiger&binary=false&delete=true"
> {code}
> And when using password and username in the userinfo part of the uri:
> {code}
> "ftp://tiger:sc...@localhost:" + getPort() +
> "/deletefile?binary=false&delete=true"
> {code}
> The latter didn't work
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.