Linux-Noob Forums
FTP user inside another user. - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Linux Server Administration (https://www.linux-noob.com/forums/forum-8.html)
+--- Forum: FTP Server (https://www.linux-noob.com/forums/forum-85.html)
+--- Thread: FTP user inside another user. (/thread-862.html)



FTP user inside another user. - dzvonyo - 2008-08-18


what i am trying to achieve is as follows.

 

I have set-up a website www.test1.com

the directory for www.test1.com is on /var/www/test1

 

What I need to set now is to have a friend upload(FTP) her photos to my site

but HAVE this friend only access one page where her photos are.

 

where do i created the directory for her so that she can be able to upload(FTP) her photos,

without changing anything on website.

 

I tried this

/var/www/test1

mkdir friend

but didn't work.

 

Thanks




FTP user inside another user. - anyweb - 2008-08-18


the way i use ftp for my users is to have vsftp setup for virtual users

 

cheers

anyweb