In documentation for:
#include <FTPEx.au3>
_FTP_Connect ( $hInternetSession, $sServerName, $sUsername, $sPassword [, $iPassive = 0 [, $iServerPort = 0 [, $iService = $INTERNET_SERVICE_FTP [, $iFlags = 0 [, $fuContext = 0]]]]] )
There are two parameters for Passive:
My question is:
What is a difference beetwen using :
$iPassive = 1
and
$iFlags = $INTERNET_FLAG_PASSIVE
Regards,
mLipok