Transfer files over network using cli
Curently only supported method is cargo
- 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