Thanks to visit codestin.com
Credit goes to docs.rs

e-clients 0.1.9

a rust services link upload: ftp、local、ssh、smb
docs.rs failed to build e-clients-0.1.9
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.

📄 中文 | 📄 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 = []

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