Skip to content

BigBr41n/GFTP-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GFTP server

a custom FTP server based on TCP connection. This FTP server don't follow any FTP standers (a fully custom FTP server).

available commands

This commands only sent from the GFTP client to interact with the server

  1. LS : list all files in the current directory
  2. CD : change dir to sub directory
  3. PWD: print current directory
  4. RM : remove a file remotely
  5. DRM: delete a directory & its content remotely
  6. MKDIR : create new subdirectory in the current working directory
  7. GET : to pass a file to the client
  8. PUT : to put a file in the server from the client
  9. QUIT : quit the server

About

Custom go-ftp-server

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages