Skip to content

Modularization

Compare
Choose a tag to compare
@sergi sergi released this 19 Nov 18:00
· 140 commits to master since this release

This release offers the following improvements:

  • Solved potential async problems in file-listing parsing when using ls, stat or list.
  • Fixed non-working passive operations when some servers would return a "125 Data connection already open; Transfer starting." response.
  • Modularized away ftp-response parsing and file listing parsing into their own modules (https://github.com/sergi/ftp-response-parser and https://github.com/sergi/parse-listing). This offers better tested and more quality code overall.
  • Other smaller code improvements.