Gossamer Forum
Home : Products : Others : Fileman :

problem

Quote Reply
problem
HI,

i've problem with this script.

I don't have the permission to change chmod and modifed and upload file on my server.

But, if i connect with ftp borwser (Ws-ftp), i can change chmod and all operation on my serverspace.

What's the problem?

Sorry for my english. I'm italian

Thanks
Quote Reply
Re: [homer1976] problem In reply to
Your server may need SU EXEC installed. May want to talk to them about it.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] problem In reply to
Hi Andy,

what I must ask mine provider?
Quote Reply
Re: [homer1976] problem In reply to
Yeah... but you will most likely have to move servers, as I verymuch doubt they will set it up for your site, as it can be a security risk if used incorrectly :(

Your only other resolution is to CHOWN the files in SSH. Something like;

cd /folder/wih/files/in/
CHOWN name:group -R *

You need root access to be able to do this though.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!