Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 610 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 610 Bytes

Fidal

The simplest file transfer command line program

  • ✓ Super simple

  • ✓ TCP

  • ✓ Quick start

Usage

fidal listen [port]            # start server in current directory
fidal get [ip:port] [filename] # get a file from a server instance
fidal ls [ip:port] [dirname]   # see what files are available

using tcp/ip to transfer data over network

see docs/headers.txt to understand the protocol

todo:

  • transfer progress bar
  • encryption
  • passwords to connect to servers
  • add .fidalignore file functionality to protect certain files