PDA

View Full Version : moving servers, cannot download the contents of the uploaded files


erinys
02-22-2008, 05:36 PM
Hi all,

i am moving servers soon, but i cannot download the contents of the original uploaded files.
so for instance:

gallery\images\1034\1_bla.jpg <-- error downloading
gallery\images\1034\large\1_bla.jpg <-- no error, its downloaded
gallery\images\1034\medium\1_bla.jpg <-- no error, its downloaded
gallery\images\1034\small\1_bla.jpg <-- no error, its downloaded

If i cant download it, i cant upload it :(
Anyway to be able to fix this ?

thanks

Morgan
02-24-2008, 05:08 AM
Try using CHMOD to set 644 permissions on the image files. If you use Firefox, FireFTP is an add-on that'll allow you to recursively CHMOD files and/or directories. It's a nice feature.

erinys
02-24-2008, 01:32 PM
i cant do it trough ftp, is that normal?
all the images are in the apache/apache wich i dont have rights to change with ftp ;

Status: Rechten verzetten van '/xxx/community/gallery/images/321/small/1_knyn__3_.JPG' naar '777'
Commando: SITE CHMOD 777 1_knyn__3_.JPG
Antwoord: 550 1_knyn__3_.JPG: Operation not permitted

Morgan
02-25-2008, 06:22 PM
Lite takes the default server permissions. Try the umask hell command to change default permissions. To change the permissions on the current files, shoot your host an email, as they should be able to change the permissions for you in one go.

erinys
02-25-2008, 06:53 PM
thanks a lot, ill give that a try then, should pose no problems i think.
thanks again for the help! much appreciated