Skip to content

jasuade/ftp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FTP Server

FTP Concurrent Server in GO. Available commands:

  • ls
  • cd ..
  • get 'file'
  • close

In order to run the server container:

$ docker run --rm --name=ftp -d -v /host/volume:/container/volume -p 5000:5000 ftp

NOTE: you have to create a shared volume in the container host machine otherwise the server can not access the files.

About

FTP server in Go with basic features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages