<img src="public/ico/white_64x64.ico" alt="e-clients"/>
### 📄 [中文](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
<table style="background:#000">
<tr>
<th><h3 style="color:#fff"><center>APP</center></h3></th>
<th><h3 style="color:#fff"><center>Windows10</center></h3></th>
<th><h3 style="color:#fff"><center>Unix</center></h3></th>
<th><h3 style="color:#fff"><center>MacOs</center></h3></th>
<th><h3 style="color:#fff"><center>-</center></h3></th>
</tr>
<tr>
<td><center>SSH</center></td>
<td><h4 style="color:green"><center>√</center></h4></td>
<td><h4 style="color:green"><center>√</center></h4></td>
<td><h4 style="color:red"><center>X</center></h4></td>
<td><h4 style="color:#aaa"><center>SSH Client</center></h4></td>
</tr>
<tr>
<td><center>FTP</center></td>
<td><h4 style="color:green"><center>√</center></h4></td>
<td><h4 style="color:green"><center>√</center></h4></td>
<td><h4 style="color:red"><center>X</center></h4></td>
<td><h4 style="color:#aaa"><center>FTP Client</center></h4></td>
</tr>
<tr>
<td><center>SMB</center></td>
<td><h4 style="color:green"><center>√</center></h4></td>
<td><h4 style="color:green"><center>√</center></h4></td>
<td><h4 style="color:red"><center>X</center></h4></td>
<td><h4 style="color:#aaa"><center>SMB Client</center></h4></td>
</tr>
</table>
# ✨ Features
```toml
[features]
ftp = ["suppaftp", "chrono"]
smb = ["remotefs-smb"]
ssh = ["remotefs-ssh"]
default = []
```
# 📖 Example
```toml
[dependencies]
e-clients = {version="0.1", feature=["ftp","ssh","smb"]}
```
### Examples
## `💡!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