That makes sense... so lets says that my machine is behind a firewall with a
192.168.x.x address. I can access the machine no problem via apache... but
if I try to upload at anything other than the 192.168.x.x IP address from
within the firewall, it fails...

presumably, because it's looking for that server's IP address -- which, as
you know, is for the internal network.

Any tips as to how to get this to work?
        -- jon

-----Original Message-----
From: Andrew Brampton [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 16, 2002 12:50 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: Re: [PHP] PHP browser uploads = PASV?


If you are uploading a file with php then you are using a http connection
NOT ftp... so PASV doesn't come into it at all. PASV is a FTP command not
http.

and if you did try and compare them, then http is passive (ie no connections
are tried to be made to the user with the browser).

Andrew
----- Original Message -----
From: "jon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 16, 2002 5:44 PM
Subject: [PHP] PHP browser uploads = PASV?


> Hey... does anyone know if browser uploads via PHP are a PASV connection?
>
> If so... is there a way to accept PASV connections behind a firewall, like
> in Wu-FTP?
>
> Thanks...
> -- jon
>
>
>
> --
> 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