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/03 06:45:41 UTC

[jira] Resolved: (CAMEL-3101) FTP&SFTP listFiles Error

     [ https://issues.apache.org/activemq/browse/CAMEL-3101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3101.
--------------------------------

         Assignee: Claus Ibsen
    Fix Version/s: 2.5.0
       Resolution: Duplicate

> FTP&SFTP listFiles Error
> ------------------------
>
>                 Key: CAMEL-3101
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3101
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 2.3.0
>         Environment: develop env:eclispse 3.3+windows xp
> server env:aix
>            Reporter: maozuoyun
>            Assignee: Claus Ibsen
>             Fix For: 2.5.0
>
>
> I find an ftp operations error in camel in version 2.3.0.
> In FtpOperations and SFTP Operations listFiles Method,should change direcory to root('/'),if not ,may occur an error that doesn't work well.
> Example:
> I configured from endpoint like:ftp://username@localhost:21/app/recfiles/TXN_JRNL_*.txt?password=pwd&binary=true&delay=1000&noop=true , I want to download files(/app/recfiles/TXN_JRNL_*.txt) from server,if i don't use root user and direct to ftp user's HOME direcory not root directory('/').In RemoteFileConfiguration.java ,directory is changed to app/recfiles/TXN_JRNL_*.txt,then problem occured.
> Can you know what i meant?
> My english is poor, please forgive me.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.