e-clients

Crates.ioe-clients
lib.rse-clients
version0.1.4
sourcesrc
created_at2024-04-18 02:17:33.798228
updated_at2024-04-25 05:02:58.315567
descriptiona rust services link upload: ftp、local、ssh、smb
homepagehttps://gitee.com/eternalnight996
repositoryhttps://gitee.com/eternalnight996/e-clients
max_upload_size
id1212055
size84,884
Eternal (EternalNight996)

documentation

https://docs.rs/e-clients

README

e-utils

📄 中文 | 📄 English

⚡ what this ?

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

Support APP

APP

Windows10

Unix

MacOs

-

SSH

X

SSH Client

FTP

X

FTP Client

SMB

X

SMB Client

✨ 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

Commit count: 0

cargo fmt