a custom FTP server based on TCP connection. This FTP server don't follow any FTP standers (a fully custom FTP server).
This commands only sent from the GFTP client to interact with the server
- LS : list all files in the current directory
- CD : change dir to sub directory
- PWD: print current directory
- RM : remove a file remotely
- DRM: delete a directory & its content remotely
- MKDIR : create new subdirectory in the current working directory
- GET : to pass a file to the client
- PUT : to put a file in the server from the client
- QUIT : quit the server