Skip to content

An ftp server with multiple clients using sockets..

Notifications You must be signed in to change notification settings

Ajinkya-W/FTP-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

FTP-application

Implement an ftp server with multiple clients using sockets. A client should be able to access the server, choose a file and transfer it to/from the server. A client should be able to run at least the following commands:

i) ls
ii) cd
iii) chmod
iv) lls (local ls on the client)
v) lcd (local cd on the client)
vi) lchmod (local chmod on the client)
vii) put
viii)get
ix) close

About

An ftp server with multiple clients using sockets..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages