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