Using ftp_login() ??

Timothy Hitchens (HiTCHO)
Open Platform Consulting
e-mail: [EMAIL PROTECTED]

> -----Original Message-----
> From: Oliver Witt [mailto:[EMAIL PROTECTED]] 
> Sent: Thursday, 9 January 2003 5:30 AM
> To: [EMAIL PROTECTED]; Timothy Hitchens )
> Subject: Re: [PHP] ftp_put: permission denied
> 
> 
> "Timothy Hitchens )" schrieb:
> 
> > I am assuming you have testing from a desktop client.
> >
> > Are you sure that the PHP script has been logged in??
> >
> > Can you see via a log file of the successful authentication??
> >
> 
> I logged in using the same information as I used to upload 
> that script.
> 
> if ((!$conn_id) || (!$login_result)) {
>         echo "Not logged in";
>         die;
>     } else {
>         echo "Logged in";
>     }
> 
> That script returned Logged in.
> Olli
> 
> 
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to