Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTP listing 550 error path #168

Open
matt-matt1 opened this issue Nov 5, 2020 · 0 comments
Open

FTP listing 550 error path #168

matt-matt1 opened this issue Nov 5, 2020 · 0 comments

Comments

@matt-matt1
Copy link

I can get a root listing fine.
But when I try a sub-directory (that exists) ("/vendor") is gives this error:

FileProviderFTPError(code: 550, path: "/vendor/vendor/vendor", serverDescription: Optional("/vendor/vendor/vendor: No such file or directory"))

I inserted a breakpoint immediately before the 'contentsOfDirectory(path:completionHandler:)' call. It confirms that path = "/vendor". The next breakpoint is inside it's 'completionHandler', and return the above error.

Also this section of my code is similar to the section that I employ for a different library which makes a SMB call, and it works fine for SMB, so I think this is a bug in FTPFileProvider.

Can anyone confirm either yes or no?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant