cat /etc/passwd
Again, in this case my system ftp is userid 14
cat /etc/group
In this example, the ftp group is 50
fdisk -l
On my system, my NTFS volume is shown to be called: /dev/sdc1
mkdir /mnt/Store01
/dev/sdc1 /mnt/Store01 ntfs-3g nls=utf8,auto,user,rw,uid=14,gid=50,umask=0000,defaults 0 0
Note that it is going to belong to user 14, which is ftp on my system, and group 50, which is ftp on my system. VSFTPD requires that anonymous upload directories to belong to ftp:ftp
mkdir /var/ftp
chown root:root /var/ftp
mkdir /var/ftp/pub
chown ftp:ftp /var/ftp/pub
/mnt/Store01/ftp /var/ftp/pub auto bind 0 0
anon_root=/var/ftp
Have a question about something in this article? You can receive help directly from the article author. Sign up for a free trial to get started.
Comments (2)
Commented:
I'm a Page Editor for EE and I'll be helping you get your article published. I'll look through it shortly. Just wanted to let you know it's in the process.
And sorry for the delay.
Best,
MH
Author
Commented: