You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a final project we for a systems programming class we created a mini mftp server and client. The mftp server runs on a machine and listens for connection requests from over the network. Once a connection is established the server forks off a child process to handle the commands of the client. Once the client is done with the session, the chil…