C# FTP Server sample up on GotDotNet

Posted on February 18th
A new sample was posted recently by Joel Pobar (a Program Manager in the CLR team)
C# command line FTP server
A lightweight implementation of the FTP RFC spec. Supports the following: Supports most of the common FTP commands that FTP clients like CuteFTP and LeechFTP support. Upload and download files Delete files Restrict a user to their home directory and further subdirectories. Late bind to a logging assembly (create your own logging infrastructure) It has not been tested from a security standpoint. It's just a reference implementation. Enjoy!


Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

nice, but if it was in VB.NET then it would be even cooller, if anyone has converted it to vb.net send me a copy ecode@programmer.net

THanx

did you ever get a copy in vb.net if so can I get a copy?

Thanks,
actracy@netzero.net

Can I use it in business solutions?