Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 2.1.3
-
Fix Version/s: 2.2 M4 Sprint 1, 2.2 M4, 2.1.4
-
Component/s: None
-
Labels:
Description
With FTP. listNames() on /foo/bar/* returns /foo/bar/file1, /foo/bar/file2 etc, but the mget logic prepends the remote directory again, looking for /foo/bar//foo/bar/file1 etc.
SFTP just returns the filenames; logic needs to handle both scenarios.