distant 0.20.0

Operate on a remote computer through file and process manipulation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
mod fs_copy;
mod fs_exists;
mod fs_make_dir;
mod fs_metadata;
mod fs_read_directory;
mod fs_read_file;
mod fs_remove;
mod fs_rename;
mod fs_search;
mod fs_watch;
mod fs_write;
mod spawn;
mod system_info;
mod version;