Obligatory Twisted example:

twistd -n ftp

And probably useful:

twistd ftp --help

Usage: twistd [options] ftp [options].
WARNING: This FTP server is probably INSECURE do not use it.
Options:
  -p, --port=           set the port number [default: 2121]
  -r, --root=           define the root of the ftp-site. [default:
                    /usr/local/ftp]
  --userAnonymous=  Name of the anonymous user. [default: anonymous]
  --password-file=  username:password-style credentials database
  --version         
  --help            Display this help and exit.

 

相关文章:

  • 2021-09-26
  • 2021-12-15
  • 2022-03-03
  • 2021-08-15
  • 2022-12-23
  • 2021-11-02
  • 2021-10-01
猜你喜欢
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
  • 2021-11-19
  • 2021-06-10
  • 2021-11-23
相关资源
相似解决方案