Welcome to MSDN Blogs Sign in | Join | Help

C# command line FTP server

I've been working on a command line driven managed FTP server for the past few weekends. Something fun I've been doing on my off-time. Feel free to check it out: http://www.gotdotnet.com/Community/UserSamples/Details.aspx?SampleGuid=0a7606f3-f8ec-4e39-8d0e-517248b7164c. It only supports a subset of the FTP RFC, but hey, one could extend it and post the result here right? =)

Published Monday, February 16, 2004 3:52 PM by joelpob

Comments

# C# FTP Server Reference Code

Tuesday, February 17, 2004 3:28 AM by William.Blog()

# Take Outs: The Digital Doggy Bag of Blog Bits for 17 February 2004

Tuesday, February 17, 2004 1:45 PM by Enjoy Every Sandwich
Counts: .NET:9; Admin:2; Blogging:2; Dev:0xF; Funny:1; Security:1; SQL:3; Tools:2; WILY:6; XML:4. Line of the day:

# C# FTP Server sample up on GotDotNet

Wednesday, February 18, 2004 5:29 AM by Code/Tea/Etc...

# re: C# command line FTP server

Wednesday, February 18, 2004 5:28 AM by mahmoud

'';l;

# re: C# command line FTP server

Wednesday, February 18, 2004 11:27 PM by JACK ANLLO
?~~`

# re: C# command line FTP server

Thursday, March 04, 2004 3:50 AM by as
as

# re: C# command line FTP server

Thursday, March 18, 2004 5:01 AM by janos erdelyi
I like it. been looking at the source. it's clean and direct

# re: C# command line FTP server

Thursday, April 22, 2004 4:48 PM by Peter Evans
What do you find pedagogical about this for your self? Why isn't the FTP Service build into Win2kx enough? Are trying to instrument it for logging and other analysis?

# re: C# command line FTP server

Tuesday, April 27, 2004 8:53 PM by Joel Pobar
It's something I had fun with. Ever coded just for fun? All you need is a specification, and what better than a well defined RFC? ;)

For my scenario, I wanted something I could bring up and tear down from the command line, to transfer files quickly and easily. Just so happened I added a bunch of other cruft (logging, binding etc) just for the hell of it.

Fun fun fun.

# re: C# command line FTP server

Thursday, July 01, 2004 5:15 AM by Chris
LOL, The wheel has already been invented, use it!

# C# FTP Server sample up on GotDotNet

Wednesday, August 25, 2004 6:15 AM by Code/Tea/Etc.
New Comments to this post are disabled
 
Page view tracker