Closed mike-odom closed 7 years ago
Currently, we're using a ftp.get() function to download files. To get better progress status and to support file resume, we need to write our own pipes/stream to download the files.
Done. Now we need to figure out rate limiting and file resume.
Currently, we're using a ftp.get() function to download files. To get better progress status and to support file resume, we need to write our own pipes/stream to download the files.