Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Simple FTP Server code by using C# language

Notifications You must be signed in to change notification settings

egazeloglu/SmallFtpServer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmallFtpServer

简单的FTP服务,采用.net core开发,由于生成的是类库文件,可以任意引用。

说明

  1. 实现了最基本的Ftp协议格式,对于常用操作没有问题,支持pasv和port 2种数据传输模式。
  2. 采用了命令设计模式,扩展起来极其方便,也可作为学习使用。
  3. 可设置多账号登录,可以指定最大连接数。

About

Simple FTP Server code by using C# language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%