Click here to Skip to main content
15,867,686 members
Articles / Programming Languages / C#
Article

A Simple FTP Application

Rate me:
Please Sign up or sign in to vote.
1.20/5 (19 votes)
14 Jan 2003 64.3K   1.7K   25   6
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!

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
Bahrain Bahrain
I am a Software Engineering student at KFUPM.
Birth year: 1981.
Country: Kingdom of Bahrain.

Comments and Discussions

 
GeneralMy vote of 1 Pin
alain_dionne18-May-10 7:50
professionalalain_dionne18-May-10 7:50 
GeneralFTPS Pin
Jakub Havel11-Jul-06 22:00
Jakub Havel11-Jul-06 22:00 
GeneralRe: FTPS Pin
Serpent6-Oct-06 5:40
Serpent6-Oct-06 5:40 
GeneralAnother free, open-source .NET FTP component Pin
h_c_a_andersen11-Nov-04 11:58
h_c_a_andersen11-Nov-04 11:58 
GeneralGood effort but buggy code Pin
jshrt15-Jan-03 7:34
sussjshrt15-Jan-03 7:34 
GeneralRe: Good effort but buggy code Pin
Michael Kliewe21-Jan-03 0:21
Michael Kliewe21-Jan-03 0:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.