zifer

Transfer files over network using cli

Download

Curently only supported method is cargo - Cargo - cargo install zifer

How to download from server

  1. Start the server using zifer -s .
  2. Initialize download zifer -c 127.0.0.1 -d -f /work/some-file.txt

How to upload to server

  1. Start the server using zifer -s .
  2. Initialize upload to server zifer -c 127.0.0.1 -u -f /work/some-file.txt

Options