|
Posted by Andy Hassall on 11/14/06 23:45
On 13 Nov 2006 11:35:59 -0800, "laredotornado@zipmail.com"
<laredotornado@zipmail.com> wrote:
> $upload = ftp_put($conn_id,
>$remote_path, $sql_file_path, FTP_ASCII);
>
> // check upload status
> if (!$upload) {
> die("FTP upload has
>failed!");
>
>I'm getting the message "FTP upload has failed" indicating things haev
>died. Still don't know why.
Do you have error_reporting cranked up to maximum and display_errors turned
on?
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|