Skip to content

TimothyCH/FTP-Client-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FTP-Client-Server An Implementation of FTP Client and Server in C++ with POSIX API.

Implemented commands:

client:

quit,passive,user,pass,size,cd,cdup,ls,get,put,mkdir,pwd,rm,rmdir.

Server:

pasv,port,user,pass,quit,cwd,list,retr,stor,mkd,pwd,dele,rmd.

start:

client: ./client ip port

server: ./server port root_dir_path

About

An Implementation of FTP Client and Server in C++ with POSIX API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors