Skip to content

FTP listing 550 error path #168

Open
@matt-matt1

Description

@matt-matt1

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions