Allen1211 / ASimpleFTP

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASimpleFTP

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

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

了解一下

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

支持的系统

  • Windows10
  • Centos7
  • Ubuntu (待测试)

已实现的功能

已实现的命令

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信息补全
  • 更多的服务端指令实现
  • 客户端
  • ...

About

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


Languages

Language:Java 100.0%