-
Notifications
You must be signed in to change notification settings - Fork 358
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
Can't parse LIST response line with parseDirListLine #350
Comments
I also encountered similar problems on Kylin OS.
|
Same problem here with a Windows_NT FTP server that returns files and directories with a I modified the
Problem is that the |
This appears to have been fixed in #354 but no new release has been created. Should work with pseudo modules by doing |
Describe the bug
I'm using the
List
function with a FTP server that returns a line like this:When debugging the
parseDirListLine
function, it doesn't recognize the dirTimeFormat.To Reproduce
A program like this:
Expected behavior
It returns and prints the directory as entry.
FTP server
Suggested solution
I think it could be fixed by adding
01-02-2006 03:04PM
to thedirTimeFormats
inparse.go
.The text was updated successfully, but these errors were encountered: