janwytze / stackftp

Stack webdav to ftp server
0 stars 2 forks source link

Spaces in files/dir's lead into unexpected behaviour in the FileZilla FTP client #6

Closed janyksteenbeek closed 7 years ago

janyksteenbeek commented 7 years ago

When trying to access certain files and directories that contain spaces in their name, it could lead into unexpected behaviour like 404's & empty listings.

This is something we have to look into, probably something with how Webdav handles spaces in names.

Will add screenshots and more details regarding this problem shortly.

janwytze commented 7 years ago

Filezilla doesn't return any directories at all, also non space directories. The working directory is returning the list(Logging in listFiles method), but filezilla doesn't display them.

janyksteenbeek commented 7 years ago

Is this solved in PR #8?

janwytze commented 7 years ago

@janyksteenbeek Spaces where fixed in #8 and #11 contains all filezilla fixes. It is working fine in ubuntu tested with filezilla and nautlilus. Upload, download, renaming, mkdirring, changing working directory and listen is tested.

Please test on mac before closing this issue.

janwytze commented 7 years ago

Fixed