You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "maozuoyun (JIRA)" <ji...@apache.org> on 2010/09/03 03:53:41 UTC

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

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


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.


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

Posted by "maozuoyun (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61656#action_61656 ] 

maozuoyun commented on CAMEL-3101:
----------------------------------

Dear Claus,

 *Camel2.5 can not be download in  *http://camel.apache.org/download.

When I Click download url:
http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.zip
.

Show error that it's not found source.

Please help me.




> 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.


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

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


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61658#action_61658 ] 

Claus Ibsen commented on CAMEL-3101:
------------------------------------

Download the jars manually
https://repository.apache.org/content/repositories/snapshots/org/apache/camel/

Or use maven which is explain on that download page



> 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.


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

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61653#action_61653 ] 

Claus Ibsen commented on CAMEL-3101:
------------------------------------

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
>
> 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.


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

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


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

Posted by "maozuoyun (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3101?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61657#action_61657 ] 

maozuoyun commented on CAMEL-3101:
----------------------------------

Dear Claus,

 *Camel2.5 can not be download in  *http://camel.apache.org/download.

When I Click download url:
http://www.apache.org/dyn/closer.cgi/camel/apache-camel/2.5.0/apache-camel-2.5.0-src.zip
.

Show error that it's not found source.

Please help me.



> 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.