RE: [PHP] Re: Problems with ftp_get

2002-03-18 Thread Demitrious S. Kelly
-Original Message- From: Philip Hallstrom [mailto:[EMAIL PROTECTED]] Sent: Monday, March 18, 2002 4:44 PM To: Ian Wayne Cc: [EMAIL PROTECTED] Subject: [PHP] Re: Problems with ftp_get I would double check the values of $newName and $oldName and make sure that you have read permission on the one

[PHP] Re: Problems with ftp_get

2002-03-18 Thread Philip Hallstrom
I would double check the values of $newName and $oldName and make sure that you have read permission on the one and write permission on the other... seems like the error should tell you what file it's having problems with, but maybe not. -philip On Mon, 18 Mar 2002, Ian Wayne wrote: > I'm getti