项目作者: Allen1211

项目描述 :
Simple ftp server and client java implement for the purpose of learning.
高级语言: Java
项目地址: git://github.com/Allen1211/ASimpleFTP.git
创建时间: 2020-06-30T02:54:25Z
项目社区:https://github.com/Allen1211/ASimpleFTP

开源协议:

下载


ASimpleFTP

Simple ftp server and client implement by java for the purpose of learning.

用 java 实现的简单的FTP服务器与客户端

了解一下

目前只实现Server端,Client端尚未开坑。

支持的系统

  • Windows10
  • Centos7
  • Ubuntu (待测试)

已实现的功能

已实现的命令

  1. ABOR,CWD,DELE,DIR,EPRT,EPSV,HELP,MKD,NLIST,OPTS,PASS,PASV,PORT,PWD,QUIT,RETR,RMD,SIZE,STOR,SYST,TYPE,USER

ToDoList

  • SSL加密传输
  • 注释补全
  • Remote Help信息补全
  • 更多的服务端指令实现
  • 客户端