mar10 / pyftpsync

Synchronize directories using FTP(S), SFTP, or file system access.
https://pyftpsync.readthedocs.io
MIT License
117 stars 25 forks source link

Try to fix ERROR - MLSD returned unsupported type #68

Closed AnyOfYou closed 3 years ago

AnyOfYou commented 3 years ago

Try to fix #51

AnyOfYou commented 3 years ago

In my case, sometimes the "\r\n" in data will spilt into two chunks, after replace "\r" to LF, then leave a extra "\n" in the second chunk's beginning, cause the error. Probably have better way to fix this.

github-actions[bot] commented 3 years ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.