Skip to content
This repository has been archived by the owner on Nov 20, 2021. It is now read-only.

Latest commit

 

History

History
5 lines (5 loc) · 490 Bytes

TODO.md

File metadata and controls

5 lines (5 loc) · 490 Bytes

TODO List

  • We have to wait for 226 Transfer complete after the server closes the data connection. Currently it interprets the closing of the connection itself as the success signal and possibly fails to get an error message regarding transfer.
  • MDTM implementation is missing (ftp_modification_date(...))
  • TLS-enabled connection sometimes loses a few bytes at the end when writing to a file. This has to be looked into.
  • ftptls.c is still a mess and needs some clean-up.