Page 1 of 1
copy file
Posted: Thu Jan 06, 2005 9:26 pm
by shiznatix
i need to copy a file from one directory to another. how do i do this with safe_mode on?
Posted: Thu Jan 06, 2005 9:32 pm
by feyd
hmmm.. ftp, I'd think.
Posted: Thu Jan 06, 2005 10:33 pm
by shiznatix
well i used copy then chmod while connected with ftp_ commands and all that worked BUT oddly when i try to access the file that i copyed via url it wont load? when i check on my ftp its all as it should be thou. why is this? is there somthing with the copy command that im not aware of? is there a better way to copy the file? its even chmod to 777 so its not that. why why why
Posted: Thu Jan 06, 2005 10:38 pm
by feyd
you got me there!
sorry
Posted: Thu Jan 06, 2005 10:39 pm
by shiznatix
lol damn iv been sittin here refreshing waiting for u to bail me out again

i know this is really odd like it just wont load at all. why o why o why. if someone has the answer to this tell me pppplease
Posted: Thu Jan 06, 2005 11:19 pm
by Trenchant
I'm not sure if this works or not in Safe Mode but you could try using
http://ca.php.net/manual/en/function.copy.php[/url]
Posted: Thu Jan 06, 2005 11:53 pm
by shiznatix
ya thats exactly what i am using. im looking for a alternative possibly?