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

ReadDir() cannot read windows hosted ftp directories #65

Open
rbucker opened this issue Mar 3, 2023 · 1 comment
Open

ReadDir() cannot read windows hosted ftp directories #65

rbucker opened this issue Mar 3, 2023 · 1 comment

Comments

@rbucker
Copy link

rbucker commented Mar 3, 2023

	fsi, err := client.ReadDir(".")
	if err != nil {
		panic(err)
	}

Panic'd with this error:

panic: failed parsing LIST entry: 03-02-2023  03:15PM       <DIR>          Archived Tracking
@dorimon-1
Copy link

Got the same error on windows ftp server, can I open pull request for this?

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

2 participants