Skip to content

This is a stripped down peer to peer version of the File Transfer Protocol

Notifications You must be signed in to change notification settings

yaw-sid/ftp-p2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is a stripped down peer to peer version of the File Transfer Protocol

Topics

Resources

Stars

Watchers

Forks

Languages