e-clients 0.1.4

a rust services link upload: ftp、local、ssh、smb
docs.rs failed to build e-clients-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: e-clients-0.1.2

📄 中文 | 📄 English

⚡ what this ?

This is a library that supports transmission protocols such as SSH, FTP, and SMB

Support APP

✨ Features

[features]
ftp = ["suppaftp", "chrono"]
smb = ["remotefs-smb"]
ssh = ["remotefs-ssh"]
default = []

📖 Example

[dependencies]
e-clients = {version="0.1", feature=["ftp","ssh","smb"]}

Examples

SSH Example | FTP Example | SMB Example

💡!important:

🚀 fast running

# test ftp
cargo run --example ftp

# test ssh
cargo run --example ssh

# test smb
cargo run --example smb

🦊 Applied Projects

🔭 why need to e-clients?

🙋 Reference items and materials