Skip to content

LukeErdy/ftp-server-and-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ftp-server-and-client

A server and client for transferring file data between machines on a network. Makefile builds two executables to be run in a UNIX environment.

Commands:
client to server: put <pathname>
server to client: get <pathname>
change remote dir: rcd <pathname>
change local dir: cd <pathname>
view file remotely: show <pathname>
remote ls -l: rls
local ls -l: ls
terminate client: exit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors