mike-odom / downspout

Helps sync your torrent seedbox with your HTPC
MIT License
3 stars 2 forks source link

Convert to using our own file streams to download FTP files #4

Closed mike-odom closed 7 years ago

mike-odom commented 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.

mike-odom commented 7 years ago

Done. Now we need to figure out rate limiting and file resume.