Skip to content

A simple ftp server i created for use with my minecraft server but am now releasing it to the public

Notifications You must be signed in to change notification settings

colebolebole/s-ftp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

s-ftp (soms-ftp)

  • Installation pip install pyftpdlib

Usage

Permissions perm="elradfmw" correspond to:

  • e: change directory (CWD)

  • l: list files (LIST)

  • r: retrieve file from the server (RETR)

  • a: append data to an existing file (APPE)

  • d: delete file or directory (DELE, RMD)

  • f: rename file or directory (RNFR, RNTO)

  • m: create directory (MKD)

  • w: store a file on the server (STOR)

About

A simple ftp server i created for use with my minecraft server but am now releasing it to the public

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages