K kwtsoi New member Joined Nov 6, 2004 Messages 1 Nov 6, 2004 #1 i want to setup a ftp account which can upload files only but not download and modify. how can i do that??? thx!!
i want to setup a ftp account which can upload files only but not download and modify. how can i do that??? thx!!
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 24,989 Location California Nov 7, 2004 #2 DirectAdmin runs ProFTPd. Complete config file modification instructions can be found here. Jeff
B budihost Verified User Joined Feb 24, 2005 Messages 19 Location Malaysia Sep 8, 2005 #3 I have some guideline here.. I have edited /etc/proftpd.conf I added these lines.. <Directory /home/user> <Limit DELE> DenyALL </Limit> </Directory> Click to expand... I have restarted ftp server, and I still can delete the file using FTP.. I'm refering to this site: http://www.proftpd.org/docs/configs/virtual_authuserfile.conf Could anyone please help me?
I have some guideline here.. I have edited /etc/proftpd.conf I added these lines.. <Directory /home/user> <Limit DELE> DenyALL </Limit> </Directory> Click to expand... I have restarted ftp server, and I still can delete the file using FTP.. I'm refering to this site: http://www.proftpd.org/docs/configs/virtual_authuserfile.conf Could anyone please help me?