This is a library that supports transmission protocols such as SSH, FTP, and SMB
SSH | ||||
FTP | ||||
SMB |
[features]
ftp = ["suppaftp", "chrono"]
smb = []
ssh = ["remotefs-ssh"]
default = []
[dependencies]
e-clients = {version="0.1", feature=["ftp","ssh","smb"]}
SSH Example | FTP Example | SMB Example
# test ftp
cargo run --example ftp
# test ssh
cargo run --example ssh
# test smb
cargo run --example smb