In this mini-project, you are asked to develop a simple file transfer protocol.
ID: 650799 • Letter: I
Question
In this mini-project, you are asked to develop a simple file transfer protocol. The protocol is based on client-server architecture. The client will connect to the server, sending user name and password for authentication. After passing authentication, the client will be able to download/upload files, list the files in the current directory at the server, and change the current directory to other directory at the server. After the client sends some request, the server should respond with some information to indicate if the request is processed or not. The server should also be able to serve another client after the current client logout.
You are required implement both client and server side. And your protocol should be able to transfer both ASCII and binary files. You may refer to FTP protocol for possible design options and typical commands
I need a help doing this project please.
thanks all
Explanation / Answer
We can set up an FTP server on our computer using Filezilla software or any other FTP server. How to implement it we ll see in step by step process:
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.