Crates.io | rpush |
lib.rs | rpush |
version | 0.0.7 |
source | src |
created_at | 2022-09-16 08:06:38.978298 |
updated_at | 2023-02-19 03:46:28.086365 |
description | push files to server by rust. |
homepage | https://www.surcode.cn/docs/apps/rpush |
repository | https://github.com/hi-liyan/rpush/ |
max_upload_size | |
id | 667222 |
size | 67,022 |
一个推送本地文件到服务器空间的小工具。
工具可以保存多个服务器空间配置信息(主机地址、目标路径、用户名、密码),配置文件保存在当前用户目录,文件名:.rpush_config
。
rpush add
rpush list
rpush detail <space_name>
rpush remove <space_name>
rpush push <pushed_dir> <space_name>
rpush rmrf <space_name>