Used inbuilt library in python to complete the task of building up remote file system.
cwd - current working directory ls - list the current working directory cd
- move to given directory with respect to current directory upd - uploads from client to server cwd dwd - downloads from server's cwd to client system exit - closes the connection and program exits