You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/09/28 13:55:40 UTC

[jira] Created: (CAMEL-3170) camel-ftp - Setting password and username using UserInfo on uri does not work

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://scott@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:scott@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.


[jira] Resolved: (CAMEL-3170) camel-ftp - Setting password and username using UserInfo on uri does not work

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ 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://scott@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:scott@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.