User Tools

Site Tools


servers:linux:vsftpd

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servers:linux:vsftpd [2026/04/29 21:39] – [General] Sean Rhoneservers:linux:vsftpd [2026/06/10 00:33] (current) Sean Rhone
Line 7: Line 7:
  
   * [[linux:distros:server:opensuse_tumbleweed_server|openSUSE Tumbleweed (Server)]]   * [[linux:distros:server:opensuse_tumbleweed_server|openSUSE Tumbleweed (Server)]]
 +  * [[linux:notes:ext4|ext4 NAS Drive]]
  
 ====== Dependencies ====== ====== Dependencies ======
Line 29: Line 30:
  
 ====== Settings ====== ====== Settings ======
- 
-===== General ===== 
  
   sudo -e '/etc/vsftpd.conf' && sudo systemctl restart 'vsftpd'   sudo -e '/etc/vsftpd.conf' && sudo systemctl restart 'vsftpd'
Line 44: Line 43:
 force_dot_files=YES force_dot_files=YES
 seccomp_sandbox=NO seccomp_sandbox=NO
 +data_connection_timeout=300
  
 # End</code> # End</code>
- 
-====== fstab ====== 
- 
-  * [[linux:notes:disk_format_filesystems|Different FS Formats]] 
-  * [[linux:notes:rsync_nas|rsync]] 
- 
-===== UUID ===== 
- 
-  * Use either ''PARTUUID'' (GPT) or ''UUID'' 
- 
-  sudo blkid 
- 
-===== fstab ===== 
- 
-  sudo mkdir -p '/srv/ftp/NAS1' && sudo -e '/etc/fstab' 
- 
-  sudo mkdir -p '/srv/ftp/NAS1' '/srv/ftp/NAS2' && sudo -e '/etc/fstab' 
- 
-<code> 
-# NAS 
-UUID=x /srv/ftp/NAS1 ext4 defaults,nofail 0 2 
-#UUID=x /srv/ftp/NAS2 ntfs defaults,prealloc,windows_names,nofail 0 2 
- 
-# End</code> 
- 
-  sudo systemctl daemon-reload && sudo mount --all && sync 
- 
-===== Safe Unmount Externals ===== 
- 
-  sudo zypper install 'udisks2' 
- 
-  sudo udisksctl unmount --force --block-device='/dev/sdb' 
- 
-  sudo udisksctl power-off --block-device='/dev/sdb' 
- 
-====== Permissions ====== 
- 
-===== chown ===== 
- 
-  sudo chown -R 'espionage724':'espionage724' '/srv/ftp/NAS1' && sync 
- 
-  sudo chown -R 'espionage724':'espionage724' '/srv/ftp/NAS2' && sync 
- 
-===== chmod ===== 
- 
-  sudo chmod -R '0700' '/srv/ftp/NAS1' && sync 
- 
-  sudo chmod -R '0700' '/srv/ftp/NAS2' && sync 
  
/srv/www/wiki/data/attic/servers/linux/vsftpd.1777513151.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki