mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2025-12-10 00:08:34 +01:00
18 lines
167 B
Markdown
18 lines
167 B
Markdown
# OS Requirements
|
|
|
|
- vsftpd
|
|
- python3
|
|
- pip
|
|
|
|
# Python Requirements
|
|
|
|
- flask
|
|
|
|
# Initial Setup
|
|
|
|
mkdir /var/ftp/
|
|
|
|
# Add a User
|
|
|
|
/etc/vsftp.conf: write_enable=YES
|