You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "vikas (JIRA)" <ji...@apache.org> on 2007/08/27 11:57:31 UTC

[jira] Commented: (VFS-123) [FTP Provider] Unvisible files in sub directories with space in their names

    [ https://issues.apache.org/jira/browse/VFS-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12522970 ] 

vikas commented on VFS-123:
---------------------------

Ya this  is a good fix but i am not able to find which jar has this fix please added this fix into jar and please provide me  the information of  jar taht has this fix asap

Vikas

> [FTP Provider] Unvisible files in sub directories with space in their names
> ---------------------------------------------------------------------------
>
>                 Key: VFS-123
>                 URL: https://issues.apache.org/jira/browse/VFS-123
>             Project: Commons VFS
>          Issue Type: Bug
>         Environment: all
>            Reporter: Gilles Gaillard
>            Priority: Trivial
>
> In class FTPClientWrapper, The method 
>   FTPFile[] listFiles(String relPath)
> returns an empty array if the relpath parameter contains a 'space' character (for example: 'test dir/child1'). 
> In such a case the FTP server will respond with an error 550 and a message looking like: 'invalid directory 'test'.
> The workaround is 
>   1. to detect such a case
>   2. to perform a CWD to the targeted directory, request the listFiles
>   3. CWD to the previous working directory.

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