Skip to content

Msa360/fidal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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