Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 287 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 287 Bytes

ftp-p2p

Overview

This is a stripped down peer to peer version of FTP.

Run

  1. First build the project
go build .
  1. Run first peer
./ftp-p2p -l 5000
  1. Run second peer
./ftp-p2p -l 5001 -d <first peer multiaddress>
  1. Enter FTP commands
> PWD