Details
-
Bug
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
None
-
None
-
None
-
all
Description
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.
Attachments
Issue Links
- is part of
-
VFS-210 Wrapper-Mode VFS
- Open