mscdex / node-ftp

An FTP client module for node.js
MIT License
1.13k stars 244 forks source link

Download File slower than other modules(eg. python ftplib) #249

Open chary1n opened 5 years ago

chary1n commented 5 years ago
  1. download files with node-ftp. i got speed 2MB/s
  2. download files with ftplib(python modules). i got speed 5.8MB/s, i faced same issue before,and my sloution is increased write stream blocksize. how to do with node-ftp? any help would be appreciated.