mafalb/python-ftputil

Calling generator ftp_host.walk return 'Error invalid datetime' - ftputil 5.1.0, Python 3.9.15 (win32) has occurred.

Opened this issue · 1 comments

When running :

ftp_host = ftputil.FTPHost(host, usr, psw)
recursive = ftp_host.walk(path, topdown=True, onerror=None)

for root, dirs, files in recursive:
do something...

ftputil returns the error above when running the iteration over the generator called 'recursive'. I am stuck with this issue.
Is this a bug?

Did you try the original version at http://ftputil.sschwarzer.net/trac?
My clone is very old. I think it is so old that python3 wasn't a thing back then, so I would not be surprised if something doesn't work.