Externam FTP account

Z

ZaNaToS

Guest
Any one knows how can I make an ftp account manualy,
that will not point to any of the vhosts? (just to a folder at the system, lets say /temp/ftp/ )?
 
for any one that cares, the solution is this:

/usr/sbin/useradd newusername -u 10102 -o -d /home/ftp/newusername -g psacln

at 10102 you give the next available uid.
 
Back
Top