To chroot ftp user outside of plesk, add the user belonging to psacln group.
usemod -g psacln <username>
ftpchroot ftp user outside pleskSubmitted by sandip on Fri, 06/03/2011 - 15:49To chroot ftp user outside of plesk, add the user belonging to psacln group. usemod -g psacln <username> »
Serving ftp with vsftpdSubmitted by sandip on Thu, 12/23/2010 - 16:32vsftpd can be installed directly via yum and is a straight forward setup: yum install vsftpd The default vsftpd.conf should be fine to run with. However, it is best practice to disable anonymous access if not being used: # cat /etc/vsftpd/vsftpd.conf | grep -v "#\|^$" For an incoming dropbox only option, use: download_enable=NO Track files uploaded via pure-ftpdSubmitted by sandip on Mon, 05/12/2008 - 09:28Recently, I've had more than one occurrence of files being messed up due to bad uploads from users on a cpanel server running pure-ftpd. Here is a simple one liner to get a report of uploads: /bin/grep pure-ftpd /var/log/messages| grep upload | grep -v <trusted ip address> "trusted ip address" would possibly be your own. I put the above on a daily cron and keep an eye out for user uploads. »
|
User loginRecent blog posts
Who's onlineThere are currently 0 users and 9 guests online.
|