Re: ftp issue
From: Michel (please_no_at_spam.nl)
Date: 11/08/03
- Next message: Gordan: "Re: apache question"
- Previous message: Michel: "Re: apache question"
- In reply to: Irvin Amoraal: "Re: ftp issue"
- Next in thread: Janwillem Borleffs: "Re: ftp issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 8 Nov 2003 00:07:19 +0100
I couldn't cut it like that either.
Irvin, I am missing out on the user and pass on your ftp_connect()
check php.ini for defaults or connect like this:
$conn_id = @ftp_connect($host);
$login_result = @ftp_login($conn_id, $ftp_user_name, $ftp_user_pass);
regards,
Mich
"Irvin Amoraal" <irvin@rcabletv.on.com> wrote in message
news:vqo800k4qhd3aa@corp.supernews.com...
> I was unable to establish an ftp handle to the live server. In other
words,
> I couldn't get it to work. But I was wondering how it might look if I
tried
> to ftp to my dev server, which has ftp enabled.
> $ftp=fsockopen("ftp.192.168.0.219/dev_site_folder", 21); ?
>
> Irvin <><
>
>
- Next message: Gordan: "Re: apache question"
- Previous message: Michel: "Re: apache question"
- In reply to: Irvin Amoraal: "Re: ftp issue"
- Next in thread: Janwillem Borleffs: "Re: ftp issue"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
Loading