# e-clients **Repository Path**: eternalnight996/e-clients ## Basic Information - **Project Name**: e-clients - **Description**: 支持ssh、ftp、smb等客户端协议 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-04-18 - **Last Updated**: 2024-08-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: smb, MES, FTP, SSH ## README e-utils ### 📄 [中文](docs/README.zh.md) | 📄 [English](README.md) # ⚡ 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 ```toml [features] ftp = ["suppaftp", "chrono"] smb = [] ssh = ["remotefs-ssh"] default = [] ``` # 📖 Example ```toml [dependencies] e-clients = {version="0.1", feature=["ftp","ssh","smb"]} ``` ### Examples [SSH Example](examples/ssh.rs) | [FTP Example](examples/ftp.rs) | [SMB Example](examples/smb.rs) ## `💡!important:` # 🚀 fast running ```sh # 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