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

Claus Ibsen commented on CAMEL-1585:
------------------------------------

We have another Camel end user on 2.0m1 that uses SFTP on Windows.
The current code base works for him.

So I think we need that option to set to use either / or \ to cater for this. 

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

Reply via email to