[PHP] Re: File Copy

2004-10-20 Thread Dusty Bin
Aidal, since you are using the server to copy the file, and the copy succeeds, the server obviously has at least read access to the source. You just can't get the permissions right. Check out: . If you have access to your server or another *nix

[PHP] Re: File Copy

2004-10-20 Thread Dusty Bin
Aidal, I assume that you are using your server to copy the file, and since the copy apparently suceeds, your server must have read access to the source file. Check out . If you set the correct umask prior to your copy, your copied file should e

[PHP] Re: File Copy

2002-03-01 Thread Henrik Hansen
[EMAIL PROTECTED] (Andy Delcambre) wrote: > I am a complete php newbie but i have a quick question. I was wondering if > there is a way to copy a file from a remote site to your local server? I > want to grab a picture off of a site and store it locally to be displayed > later. Thanks alot,