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

Bengt Rodehav commented on CAMEL-6309:
--------------------------------------

I looked further into the "weird checking of operating systems" that I wrote 
about in a previous comment. Although I still think it is kind of weird that 
the normalizePath() method is checking the local operating system to determine 
what separator to use, I am now of the opinion that it really doesn't affect 
the final outcome. This is because the compactPath() method is called with a 
separator set to "/" which means that the produced path will use "/" as 
separator even if the normalized path will use "\" (on Windows anyway). So, 
this probably works.
                
> Sftp upload to subdirectory does not work if home directory is root ("/" or 
> "\")
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-6309
>                 URL: https://issues.apache.org/jira/browse/CAMEL-6309
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 2.10.2, 2.10.3, 2.10.4, 2.11.0
>            Reporter: Bengt Rodehav
>            Priority: Critical
>         Attachments: FileUtil.java.patch, FileUtilTest.java.patch
>
>
> It is not possible to upload a file to a sub directory via sftp if the home 
> directory (the directory where you end up directly after login) is root ("/" 
> or "\").
> The reason is that after having checked that the sub directory exists (and 
> perhaps created it), Camel tries to go back to the original directory which 
> is "/". The SftpOperations.changeCurrentDirectory() method calls the 
> FileUtil.compactPath() method that incorrecly changes "/" to "//". The bug 
> thus resides in the FileUtil class which is part of camel-core.
> I think this bug may cause a number of other errors than the one I have 
> enountered. E g it cannot be possible to change direcotory to "/" at all. 
> And, other protocols (like ftp/ftps) might also be affected.
> This has been discussed on Camel user list:
> http://camel.465427.n5.nabble.com/Problems-with-sftp-in-Camel-2-11-0-td5731359.html

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to