User Tools

Site Tools


servers:bsd:vsftpd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
servers:bsd:vsftpd [2024/11/30 09:33] – created Sean Rhoneservers:bsd:vsftpd [2024/12/20 19:33] (current) – Apparently not under /mnt is a ZFS thing by-default Sean Rhone
Line 2: Line 2:
  
   * vsftpd ((https://security.appspot.com/vsftpd.html))   * vsftpd ((https://security.appspot.com/vsftpd.html))
 +  * [[https://www.freshports.org/ftp/vsftpd|FreshPorts]]
  
 ===== Prerequisites ===== ===== Prerequisites =====
Line 9: Line 10:
 ====== Dependencies ====== ====== Dependencies ======
  
-  su -l+  su -
  
   pkg install 'vsftpd-ssl'   pkg install 'vsftpd-ssl'
Line 26: Line 27:
 ====== Service ====== ====== Service ======
  
-  su -l+  su -
  
   sysrc vsftpd_enable="YES"    sysrc vsftpd_enable="YES" 
 +
 +  service 'vsftpd' start
  
 ====== Settings ====== ====== Settings ======
Line 34: Line 37:
 ===== General ===== ===== General =====
  
-  su -l+  * Pasted at bottom of ''.conf'' and is prioritized over defaults 
 + 
 +  su -
  
-  ee '/usr/local/etc/vsftpd6.conf' && service 'vsftpd' restart+  ee '/usr/local/etc/vsftpd.conf' && service 'vsftpd' restart
  
 <code> <code>
Line 59: Line 64:
 ===== chown ===== ===== chown =====
  
-  su -l+  su -
  
-  chown --recursive 'espionage724':'espionage724' '/NAS' && sync+  chown -'espionage724':'espionage724' '/NAS' && sync
  
 ===== chmod ===== ===== chmod =====
  
-  su -l+  su -
  
-  chmod --recursive '774' '/NAS' && sync+  chmod -'774' '/NAS' && sync
  
/srv/www/wiki/data/attic/servers/bsd/vsftpd.1732977181.txt.gz · Last modified: by Sean Rhone