Crates.io | e-clients |
lib.rs | e-clients |
version | 0.1.9 |
source | src |
created_at | 2024-04-18 02:17:33.798228 |
updated_at | 2024-08-02 08:53:03.495539 |
description | a rust services link upload: ftp、local、ssh、smb |
homepage | https://gitee.com/eternalnight996 |
repository | https://gitee.com/eternalnight996/e-clients |
max_upload_size | |
id | 1212055 |
size | 87,199 |
This is a library that supports transmission protocols such as SSH, FTP, and 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
💡!important:
# test ftp
cargo run --example ftp
# test ssh
cargo run --example ssh
# test smb
cargo run --example smb