Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 196 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 196 Bytes

go-ftp

I'm learning Go and wanted to try and write a basic FTP server

To demo

Run ./go-ftp in one tab and ftp -vv -4 -u ftp://username:[email protected]:2121/ ./README in another