Chat with us, powered by LiveChat Simple FTP Server Program Using Sockets | Writedemy

Simple FTP Server Program Using Sockets

Simple FTP Server Program Using Sockets

The assignments asks to write a very simple FTP server program using Sockets.
Please refer to the Word documents for more details and please pay more attention to (Marking the assignment) section to know what’s important in it.
Included a Start-up .cpp file that can be used as a guideline to how to work on the assignment. Please use it when you’re coding.

Document Preview:
//======================================================================================================================= //ACTIVE FTP SERVER Start-up Code for Assignment 1 //single threaded ftp server //This code gives parts of the answers away. //The connection is established by ignoring USER and PASS, but sending the appropriate 3 digit codes back //only the active FTP mode connection is implemented (watch out for firewall issues – do not block your own FTP server!). //The ftp LIST command is fully implemented, in a very naive way using redirection and a temporary file. //The list may have duplications, extra lines etc, don’t worry about these. You can fix it as an exercise, //but no need to do that for the assignment. //In order to implement RETR you can use the LIST part as a startup. RETR carries a filename, //so you need to replace the name when opening the file to send. //STOR is also a few steps away, use your implementation of RETR and invert it to save the file on the server’s dir //======================================================================================================================= #include <stdio.h style=”box-sizing: border-box;”>#include <string.h style=”box-sizing: border-box;”>#include <stdlib.h style=”box-sizing: border-box;”>#include <winsock.h style=”box-sizing: border-box;”>#include <winsock2.h style=”box-sizing: border-box;”>#define INET_ADDRSTRLEN 16 #define WSVERS MAKEWORD(2,0) WSADATA wsadata; //******************************************************************** //MAIN //******************************************************************** int main(int argc, char *argv[]) { //******************************************************************** // INITIALIZATION //******************************************************************** if (WSAStartup(WSVERS, &wsadata) == INVALID_SOCKET) { WSACleanup(); printf(“WSAStartup failed\n”); } struct sockaddr_in localaddr,remoteaddr; struct sockaddr_in local_data_addr_act; SOCKET s,ns; SOCKET ns_data, s_data_act; char send_buffer[200],receive_buffer[200]; …

  • attachment

    560193_1_assignment-1—ftp-server.doc

Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.

Do you need an answer to this or any other questions?

About Writedemy

We are a professional paper writing website. If you have searched a question and bumped into our website just know you are in the right place to get help in your coursework. We offer HIGH QUALITY & PLAGIARISM FREE Papers.

How It Works

To make an Order you only need to click on “Order Now” and we will direct you to our Order Page. Fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

Are there Discounts?

All new clients are eligible for 20% off in their first Order. Our payment method is safe and secure.

Hire a tutor today CLICK HERE to make your first order