Click here to Skip to main content
15,887,888 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i want to create Ftp Server but i cant find enough documents about it.
How can i manage/create Ftp Server in C?
Can you send me some documents or example about this? and how can i count the connected clients to ftp server? and how can i get this users ips?

Thanks for your help
Posted

1 solution

You should generally just Google[^] for source codes or articles.

The following would help you out in creating a File Transfer Protocol server.

Creating an FTP Server in C# - with IPv6 Support[^]

Secondly, read System.Net namespace, to learn more about networking and read about FtpWebRequest and FtpWebResponse to wrap the basic functions of the FTP server using .NET and Visual C# on MSDN[^].
 
Share this answer
 

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