Re: ftp issue

From: Michel (please_no_at_spam.nl)
Date: 11/08/03


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 <><
>
>



Relevant Pages

  • Re: OWA URL redirect
    ... I tried this step for step but it did not re-create the exchange virtual ... :File Transfer Protocol folder type list that contains folders ... FTP Type Directory Is Displayed When You Log On to OWA ... retarted the IIS but still no go Am I missing something? ...
    (microsoft.public.exchange.admin)
  • Re: Ping: stingray
    ... YOU'RE missing the point here. ... Because of the way FTP works and how ... this sort of mass port blocking is commonly done, FTP is NOT one of the ... FLUSH - TROLL - PUPPET ...
    (alt.privacy)
  • Re: Conversion of text files DOS <---> Linux
    ... > When I ftp over a Linux text file, I'm missing the 0x0d ... Hindsight is an exact science. ...
    (alt.os.linux.suse)
  • Re: Ping: stingray
    ... adds an additional and prominent set of failure conditions. ... YOU'RE missing the point here. ... Because of the way FTP works and how ... this sort of mass port blocking is commonly done, FTP is NOT one of the ...
    (alt.privacy)
  • Re: mini-installation 9.3 is out
    ... Felix Limus wrote: ... >> I get a message for missing file when trying a ftp install. ... >> Inge Svensson ...
    (alt.os.linux.suse)

Loading