Skip to content

GeekHomeInside/goftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

goftp

This repository is used to learn how to code in golang.

I try to provide:

  • One Binaries for Server
  • One Binaries for Client

How to build package?

make build

How to test?

  • 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

How to stop the server

>> STOP

or CTRL+C

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors