You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2009/05/06 09:00:40 UTC

[jira] Resolved: (CAMEL-1585) SFTP GenericFileProducer.createFileName produces OS normalized file name, that doesn't work with SFTP

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

Willem Jiang resolved CAMEL-1585.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0-M2

committed a quick fix for it
http://svn.apache.org/viewvc?rev=772071&view=rev

> SFTP GenericFileProducer.createFileName produces OS normalized file name, that doesn't work with SFTP
> -----------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-1585
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1585
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 2.0-M1
>         Environment: Windows XP
>            Reporter: Darryl Smith
>            Assignee: Willem Jiang
>             Fix For: 2.0-M2
>
>
> The use of File.separator and FileUtil.normalizePath in GenericFileProducer.createFileName produce a OS normalized file name, that doesn't work with SFTP
> e.g. outbound\\out_20090501_091940_ACC.txt which will not work produce a file called outboundout_20090501_091940_ACC.txt
> The proper name should be outbound/out_20090501_091940_ACC.txt

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