kelpsget 0.1.4

A modern, lightweight wget clone written in Rust for fast and reliable file downloads from the command line.
1
2
3
4
5
mod client;
mod sftp;

pub use client::FtpDownloader;
pub use sftp::SftpDownloader;