Skip to content

Simcs/SimpleFTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleFTP


  • Implementation of FTP(File Transfer Protocol) working on TCP.
  • TCPClient communicates with TCPServer via TCP connection using FTP commands.
  • Implemented using Java socket programming.


Implemented FTP commands

  • LIST : list files in a specific directory on a FTP server.
  • GET : download file from FTP server.
  • PUT : upload file to a FTP server.
  • CD : change current working directory on a FTP server.

+) A file or directory used as a parameter of a FTP command must support:

  • Absolute path
  • Relative path
  • "." : current working directory
  • ".." : parent directory

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages