Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi everyone,
I'm looking for an example for FTP server in C#.
I found some samples of client side. however, I didn't find example of the server side, that gives authorizations like user id and password and manages the uploaded files from the users. I'm using Ethernet connection (lan) and want to be able to send large files to the server.
I would love a sample that uses c# .net build in classes or extern dll.

thanks ahead
Posted

 
Share this answer
 
Comments
Jen123sml 21-Dec-12 12:02pm    
Thank you, I've seen those articles already. I need a simple server of ftp.
How simple is this for you
Simple FTP demo application using C#.Net 2.0[^]
 
Share this answer
 
Comments
Jen123sml 21-Dec-12 12:18pm    
Thank you again, sorry I've seen that too. That is great, except it's only the "client" side and not the server

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900