Difference between pages "Package:Vsftpd" and "Repository:Bliss Overlay"

From Funtoo
(Difference between pages)
Jump to navigation Jump to search
 
(Created page with "{{Repository |Repository ID=bliss-overlay |Repository Type=Development Tree |Maintainer=Fearedbliss, |Organization= |Homepage=https://github.com/fearedbliss/bliss-overlay.git...")
 
Line 1: Line 1:
{{Ebuild
{{Repository
|Summary=Very Secure FTP Daemon written with speed, size and security in mind.
|Repository ID=bliss-overlay
|CatPkg=net-ftp/vsftpd
|Repository Type=Development Tree
|Maintainer=
|Maintainer=Fearedbliss,  
|Organization=
|Homepage=https://github.com/fearedbliss/bliss-overlay.git
|Source URI=https://github.com/fearedbliss/bliss-overlay.git
}}
}}
'''vsftpd''' is a major FTP server.


== Installation ==
{{RepositoryFooter}}
Install {{Package|net-ftp/vsftpd}}:
<console>###i## emerge vsftpd</console>
 
== Configuration ==
 
==== 64-bit Kernels ====
 
{{file|name=/etc/vsftpd/vsftpd.conf|desc=500 OOPS: priv_sock_get_cmd work around|body=
seccomp_sandbox=NO
}}
 
See https://bugzilla.redhat.com/show_bug.cgi?id=845980
 
==== Anonymous read access ====
 
{{File|name=/etc/vsftpd/vsftpd.conf|desc=|body=
listen=YES
local_enable=NO
anonymous_enable=YES
write_enable=NO
anon_root=/home/ftp
}}
 
==== Anonymous read/write access ====
{{fancywarning|dangerous, do not do this unless behind a firewall and kept intranet only}}
 
<console>###i## chown ftp /home/ftp</console>
 
{{File|name=/etc/vsftpd/vsftpd.conf|desc=|body=
listen=YES
local_enable=NO
anonymous_enable=YES
anon_upload_enable=YES
write_enable=YES
anon_mkdir_write_enable=YES
anon_root=/home/ftp
}}
 
=== Init ===
 
To start vsftpd immediately:
<console>###i## /etc/init.d/vsftpd start</console>
 
To start vsftpd at boot:
<console>###i## rc-update add vsftpd default</console>
 
[[Category:Server]]
{{EbuildFooter}}

Latest revision as of 03:49, June 29, 2014

Repository Type:Development Tree
Repository ID:bliss-overlay
Current Maintainer(s):
Error: No field named "Full_name" found for any of the specified database tables.
Links:Home Page
Source Repository URL

Bliss Overlay

Packages in this Repository

No results