Skip to content

yct4/ftp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftp-server

Includes a client and server.

Steps: 0. Setting up Go on computer and being able to build file - X

  1. Learn about ftp protocol - review the RFC and Go tutorial - X
  • practice using proftpd server and ftp or alternative clients - X
  1. Set up main.go file with basic listener that listens for new connections
  2. Set up FTP server - implement FTP protocol
  • connection type
  • command types
  • Serve function
  1. Set up FTP client
  2. Work on a GUI for our ftp client (and maybe server?)
  3. Set up Github actions with DigitalOcean droplet to automatically compile and run test ftp server on droplet

Resources:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages