1 unstable release

0.1.9 Aug 2, 2024
0.1.8 Aug 2, 2024
0.1.4 Apr 25, 2024

#1528 in Network programming

Download history 1/week @ 2024-07-26 521/week @ 2024-08-02 1/week @ 2024-08-09 38/week @ 2024-09-13 12/week @ 2024-09-20 6/week @ 2024-09-27 1/week @ 2024-10-04

57 downloads per month

Custom license and maybe GPL-3.0

54KB
1K SLoC

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 = []
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

Dependencies

~4–19MB
~262K SLoC