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


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