Just clone this repo, and enter make . Thats is you gonna get a binary gop_ftp
cd Gop-FTP
make
[Gop_FTP] supports below comamnds
-c / --client - To run FTP client
-s /--server - To run FTP Server
-h /--help - To show help content
ls - To get list of files in FTP Server
cd - To change curent working directory of FTP Server
put - To upload a file to FTP Server
get - To download a file to FTP Server