Scott

Registered
Oct 22, 2002
2
0
151
Howdy,
As an end user of CPANEL there is some MAJOR FTP PROBLEMS.
As a owner/admin of my site, there is no way I can make a seperate FTP account, for users to login to my site and modify the site. CPANEL makes a directory for the user. There is no way I can give a user direct access to the top level of my site (/)
Is there anything I have missed?
Scott
 

JustinK

Well-Known Member
Sep 4, 2001
251
0
316
Nope. You can always have your host direct the user's ftp account to whatever level you need it at though.
 

Scott

Registered
Oct 22, 2002
2
0
151
Howdy,
I have been in contact with my HOST, and they can't change it manually anyway. They say it changes back after 24 hrs.
Anyway, I should be able to control that from CPANEL
Scott
 

itf

Well-Known Member
May 9, 2002
620
0
316
[quote:a3cb9c57f2][i:a3cb9c57f2]Originally posted by Scott[/i:a3cb9c57f2]

Howdy,
As an end user of CPANEL there is some MAJOR FTP PROBLEMS.
As a owner/admin of my site, there is no way I can make a seperate FTP account, for users to login to my site and modify the site. CPANEL makes a directory for the user. There is no way I can give a user direct access to the top level of my site (/)
Is there anything I have missed?
Scott[/quote:a3cb9c57f2]
1) create an additional account like '[b:a3cb9c57f2]main[/b:a3cb9c57f2]'

2) in a SSH session :
rm -rf /home/user-name/public_html/[b:a3cb9c57f2]main[/b:a3cb9c57f2]
ln -s /home/user-name/public_html /home/user-name/public_html/[b:a3cb9c57f2]main[/b:a3cb9c57f2]

then your designer can log in and upload your site to /home/user-name/public_html/ directory as you wish

looks like you create additional FTP account for /home/user/public_html