A FTP question, could anyone help me?

kkz

Registered
Mar 24, 2002
2
0
301
In a normal way, Ftp user can only log into their own directory with their username and password, right? But what i want to do is that, they can access a directory which is I assigned (say i assign a directory named &kkz&).So every FTP user will
log into directory &kkz& instead of their own directory.(these Ftp users are not anonymous)

thank you
 

Daniel

Well-Known Member
PartnerNOC
Aug 13, 2001
164
0
316
Edit the /etc/proftpd/domain.com file and edit the dir the users login to. You will see something like:

ftpuser:XXXXXXXXXXX:555121:342:username:/home/username/public_html/ftpuser:/bin/ftpsh

Just change /home/username/public_html/ftpuser to the path you want them to login to.