65.9K
CodeProject is changing. Read more.
Home

A Simple FTP Application

starIcon
emptyStarIcon
starIcon
emptyStarIconemptyStarIconemptyStarIcon

1.20/5 (16 votes)

Jan 15, 2003

viewsIcon

64671

downloadIcon

1718

This is a brief description.

Introduction

This is the zipped file of the full code: project-ftp_client.zip (181.8 Kb)

The program is a basic FTP client written in C# and was submitted to Dr Nasir Al-Drawish as a project for the "Internet Protocols and Client-Server Programming" course,SWE 344, at King Fahd University of Petroleum and Minerals.

It is easy to use, since the meaning of each button, label, etc is clear from its text.

Special thanks to Shripad Kulkarni (FTP Client), whose code was the basic source of my application.
In fact, I used many of the methods and classes he wrote.

The application is simple and it does not cover all FTP commands.

I will add more functionalities to it in the future.

I will leave the detailed code and its documentations to the C# files icluded.

Any comments are welcome!