servers:bsd:vsftpd
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
servers:bsd:vsftpd [2025/05/16 21:39] – external edit 127.0.0.1 | servers:bsd:vsftpd [2025/08/28 01:46] (current) – [Service] Sean Rhone | ||
---|---|---|---|
Line 2: | Line 2: | ||
* vsftpd ((https:// | * vsftpd ((https:// | ||
- | * [[https:// | ||
===== Prerequisites ===== | ===== Prerequisites ===== | ||
- | * [[bsd: | + | * [[bsd: |
====== Dependencies ====== | ====== Dependencies ====== | ||
Line 14: | Line 13: | ||
pkg install ' | pkg install ' | ||
- | ====== | + | ====== |
- | * [[linux: | + | * Service start needs [[# |
- | * TODO | + | |
- | + | ||
- | * 20/tcp | + | |
- | * 21/tcp | + | |
- | * PASV: 40000-50000/ | + | |
- | + | ||
- | sudo firewall-cmd --add-port=' | + | |
- | + | ||
- | ====== Service ====== | + | |
su - | su - | ||
Line 50: | Line 40: | ||
local_enable=YES | local_enable=YES | ||
write_enable=YES | write_enable=YES | ||
- | #pasv_enable=YES | + | pasv_enable=YES |
- | #pasv_max_port=50000 | + | pasv_max_port=50000 |
- | #pasv_min_port=40000 | + | pasv_min_port=40000 |
local_root=/ | local_root=/ | ||
- | force_dot_files=YES</ | + | force_dot_files=YES |
+ | |||
+ | # End</ | ||
====== Drives ====== | ====== Drives ====== |
/usr/local/www/wiki/data/attic/servers/bsd/vsftpd.1747445948.txt.gz · Last modified: by 127.0.0.1