This repository is used to learn how to code in golang.
I try to provide:
- One Binaries for Server
- One Binaries for Client
make build- launch the server
➜ ./server 3333
Hello I'm GoFTP Server
Ready to handle connexion- launch client
➜ ./client 127.0.0.1:3333
Hello I'm goClient
>> - Now look Server side to see the connexion between server and client
>> test
->: goFTP Server received: test-> test>> STOPor CTRL+C