Page 1 of 1

creating DIR in filemanager --> permission denied in FTP program ???

Posted: Sat Aug 19, 2006 8:23 pm
by corvus
???
When I create a directory with the filemanager I cannot enter, delete, do anything with it in my ftp program ?

Is this normal ?
Can I change the permission the filemanager sets so I can also use FTP

Sometimes it is more convenient to upload pictures with FTP cause selecting multiple file with filemanager is not possible



regards,

corvus

using
CMS Made Simple 0.13 "Canary"

Re: creating DIR in filemanager --> permission denied in FTP program ???

Posted: Sun Aug 20, 2006 4:59 am
by Elijah Lofgren
corvus wrote: ???
When I create a directory with the filemanager I cannot enter, delete, do anything with it in my ftp program ?

Is this normal ?
Can I change the permission the filemanager sets so I can also use FTP

Sometimes it is more convenient to upload pictures with FTP cause selecting multiple file with filemanager is not possible

using
CMS Made Simple 0.13 "Canary"
If you upgraded to CMSMS 1.0 beta5 and then went to Site Admin -> Global settings and changed File Creation Mask (umask): from "022" to "000" it should allow you to modifty uploaded files & folders with your FTP client.

Hope this helps,

Elijah

Re: creating DIR in filemanager --> permission denied in FTP program ???

Posted: Sun Aug 20, 2006 7:41 pm
by corvus
Is the upgrade process documented somewhere ?

How do I upgrade without touching what I have now ?

regards,

Jeroen

Re: creating DIR in filemanager --> permission denied in FTP program ???

Posted: Sun Aug 20, 2006 9:26 pm
by Elijah Lofgren
corvus wrote: Is the upgrade process documented somewhere ?

How do I upgrade without touching what I have now ?
The upgrade script should touch your content. It should only make the necessary changes to work with the latest CMSMS version.

See: http://wiki.cmsmadesimple.org/index.php ... /Upgrading

Re: creating DIR in filemanager --> permission denied in FTP program ???

Posted: Mon Aug 21, 2006 2:08 pm
by corvus
Elijah Lofgren wrote:
corvus wrote: Is the upgrade process documented somewhere ?

How do I upgrade without touching what I have now ?
The upgrade script should touch your content. It should only make the necessary changes to work with the latest CMSMS version.

See: http://wiki.cmsmadesimple.org/index.php ... /Upgrading
Just to make sure....
When I have backup my stuff...I ftp the zip file to my dir....
My stylesheets and templates will be overwritten ?!?

Or is there an upgrade zip which will only upgrade the necessary stuff (not pages contents, stylesheets, template, etc

Re: creating DIR in filemanager --> permission denied in FTP program ???

Posted: Mon Aug 21, 2006 3:00 pm
by Elijah Lofgren
corvus wrote: Just to make sure....
When I have backup my stuff...I ftp the zip file to my dir....
Yes, then you can use something like the Cpanel file manager to extract it, or you can unzip it before uploading.
corvus wrote: My stylesheets and templates will be overwritten ?!?
The CMSMS stylesheets and templates are stored in the database and thus will not get overwritten.
corvus wrote: Or is there an upgrade zip which will only upgrade the necessary stuff (not pages contents, stylesheets, template, etc
The upgrade script only upgrades the necessary stuff. It shouldn't touch your pages, stylesheets, and templates.

Re: creating DIR in filemanager --> permission denied in FTP program ???

Posted: Mon Aug 21, 2006 8:31 pm
by corvus
Elijah Lofgren wrote:
The CMSMS stylesheets and templates are stored in the database and thus will not get overwritten.
AH I see I didn't realise that.
Now I understand.

Thanks again.
I'll start upgrading tomorrow.

This is some great CMS ! :)

Re: creating DIR in filemanager --> permission denied in FTP program ???

Posted: Wed Aug 23, 2006 7:06 pm
by corvus
Ok,

I Upgraded to CMS Made Simple 1.0-beta5 "Hawaii" as you suggested. (That went like a breeze  :) )
I set the umask to 000.

I created a "test" photoalbum.
In my ftp program I canNOT get access
[20:59:30] 550 /web/xxxxx/uploads/images/test: Permission denied   ???

chmod info:

user: 15
group: 11

permissions: 750

whereas when I upload images with ftp.

user: 525
group: users
permissions: 777

Any ideas ?!?