kget/ftp/
mod.rs

1mod client;
2mod sftp;
3
4pub use client::FtpDownloader;
5pub use sftp::SftpDownloader;