go-ftp

February 10, 2015 ยท View on GitHub

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:bassackwards@127.0.0.1:2121/ ./README in another