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