Modularization
This release offers the following improvements:
- Solved potential async problems in file-listing parsing when using
ls
,stat
orlist
. - 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.