本文介绍了在C#中创建ftp服务器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在寻找C#中FTP服务器的一个例子。

我找到了一些客户端样本。但是,我没有找到服务器端的示例,它提供了用户ID和密码等授权,并管理用户上传的文件。我正在使用以太网连接(局域网),并希望能够将大型文件发送到服务器。

我想要一个在类或extern dll中使用c#.net构建的示例。



提前谢谢

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

推荐答案



这篇关于在C#中创建ftp服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-23 10:46
查看更多