Crates.io | zifer |
lib.rs | zifer |
version | 1.0.5 |
source | src |
created_at | 2023-02-04 20:35:27.644069 |
updated_at | 2023-02-15 22:27:31.293665 |
description | Server and client for file transfer over TCP |
homepage | |
repository | https://github.com/viktor111/zifer |
max_upload_size | |
id | 776616 |
size | 30,957 |
Transfer files over network using cli
Curently only supported method is cargo
cargo install zifer
zifer -s .
-s .
says to start in server mode in the current dircetoryzifer -c 127.0.0.1 -d -f /work/some-file.txt
-c
specifies its in client mode and as argument it expects an ip address-d
specifes that we are about to download-f /work/some-file.txt
specifies the file namezifer -s .
-s .
says to start in server mode in the current dircetoryzifer -c 127.0.0.1 -u -f /work/some-file.txt
-c
specifies its in client mode and as argument it expects an ip address-u
specifes that we are about to download-f /work/some-file.txt
specifies the file name-s, --server <SERVER>
-c, --client <CLIENT>
-f, --file <FILE>
-d, --download
-u, --upload
-h, --help
-V, --version