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:40 UTC

[jira] Issue Comment Edited: (CAMEL-3101) FTP&SFTP listFiles Error

    [ https://issues.apache.org/activemq/browse/CAMEL-3101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61653#action_61653 ] 

Claus Ibsen edited comment on CAMEL-3101 at 9/3/10 12:43 AM:
-------------------------------------------------------------

Please try Camel 2.5 when its released. Or try a snapshot here
http://camel.apache.org/download

As this should be fixed in the 2.5 release.

      was (Author: davsclaus):
    Please try Camel 2.5 when its released. Or try a snapshot here
http://camel.apache.org/download
  
> 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
>             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.