Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 521 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 521 Bytes

Simple FTP Server

Anonymous FTP server built in Go-lang; currently only supporting Passive mode.

Built for fun and learning purposes :D

Commands supported

  • PASV
  • RETR
  • CWD
  • CDUP
  • USER
  • PASS
  • QUIT
  • NLST
  • NOOP
  • STOR
  • PORT

Example test flow:

220 Accepted Connection to FTP. Success!
user anonymous
331 FTP Server is Anonymous need PASS
pass any
230 Already logged in
type A
200 Okay
pasv
227 Connect to (0,0,0,0,226,113)