mar10 / pyftpsync

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

problem with old server ftp #40

Closed guisz1 closed 4 years ago

guisz1 commented 4 years ago

I have an old server where it does not cover MLSD, but I need to synchronize in the normal way

mar10 commented 4 years ago

Sorry, but this not supported.

guisz1 commented 4 years ago

well, I took advantage of the time I had and modified the library to obtain the same data from the LIST command

mar10 commented 4 years ago

If you have a robust implementation, that supports the different response format, feel free to open a pull request.