Transfer files over network using cli
Curently only supported method is cargo
- Cargo
cargo install zifer
- Start the server using
zifer -s .- Where
-s .says to start in server mode in the current dircetory
- Where
- Initialize download
zifer -c 127.0.0.1 -d -f /work/some-file.txt- Where
-cspecifies its in client mode and as argument it expects an ip address - Where
-dspecifes that we are about to download - And
-f /work/some-file.txtspecifies the file name
- Where
- Start the server using
zifer -s .- Where
-s .says to start in server mode in the current dircetory
- Where
- Initialize upload to server
zifer -c 127.0.0.1 -u -f /work/some-file.txt- Where
-cspecifies its in client mode and as argument it expects an ip address - Where
-uspecifes that we are about to download - And
-f /work/some-file.txtspecifies the file name
- Where
-s, --server <SERVER>-c, --client <CLIENT>-f, --file <FILE>-d, --download-u, --upload-h, --help-V, --version