Archive for the 'FTP' Category
vsftpd: anonymous FTP uploads
0 Comments Published by Felipe Alfaro Solana January 13th, 2010 in FTP, UbuntuIn order to have an anonymous-only FTP server that allows anonymous uploads, based on vsftpd running on Ubuntu 9.10, I applied the following configuration changes:
— /etc/vsftpd.conf.orig 2010-01-13 02:00:46.287216196 +0100
+++ /etc/vsftpd.conf 2010-01-13 01:59:34.787215294 +0100
@@ -26,16 +26,18 @@
#local_enable=YES
#
# Uncomment this to enable any form of FTP write command.
-#write_enable=YES
+write_enable=YES
#
# Default umask for local users is [...]
AboutYou are currently browsing the Felipe Alfaro Solana weblog archives for the 'FTP' category. Longer entries are truncated. Click the headline of an entry to read it in its entirety. |
||||