Basic FTP In C#


This code works but is not intended to be used seriously. The code is not very well commented or structured.

The source code uses a rigid Model-View-Controller design pattern.

I am VERY impressed with .Net after writing this code. It makes GUI Java development look like a joke.

- Only demo code
- Does not work with all FTP servers
– Very simple to code using RFC959
- Treeview and upload/ download work

Download: Executable 13 KB (Needs .Net Framework to run)

Download: Source Code 28 KB

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="468" height="60"><param name="movie" value="/banners/Ad2.swf?clickTAG=http://www.red-gate.com/products/ants_profiler/index.htm?utm_source=chelp%26utm_medium=banner%26utm_content=vsmenu%26utm_campaign=antsprofiler" /><param name="quality" value="high" /> <embed src="http://www.csharphelp.com/banners/Ad2.swf?clickTAG=http://www.red-gate.com/products/ants_profiler/index.htm?utm_source=chelp%26utm_medium=banner%26utm_content=vsmenu%26utm_campaign=antsprofiler" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="468" height="60"></embed> </object>

Twitter Digg Delicious Stumbleupon Technorati Facebook Email

No comments yet... Be the first to leave a reply!