On Mon, 18 Mar 2002, Ian Wayne wrote:
> I'm getting an unhelpful error message from my ftp script. It says "Warning,
> error opening file..." The code in question runs like this.
>
> $conn = ftp_connect("ftp.mysite.com");
> ftp_login($conn,"user","pass");
> ftp_get($conn, $newName, $oldName , FTP
I'm getting an unhelpful error message from my ftp script. It says "Warning,
error opening file..." The code in question runs like this.
$conn = ftp_connect("ftp.mysite.com");
ftp_login($conn,"user","pass");
ftp_get($conn, $newName, $oldName , FTP_BINARY);
I can't see what's causing the error. A
2 matches
Mail list logo