Is the Passive Mode for FTP
only supported where the OS's default FTP program supports it?
i.e. Window's FTP utility from the command prompt doesn't support Passive mode FTP. Does it mean Perl won't be able to do Passive Mode FTP on Windows?
Code:
$ftp = Net::FTP->new($host, debug=>1,Passive=>1)
i.e. Window's FTP utility from the command prompt doesn't support Passive mode FTP. Does it mean Perl won't be able to do Passive Mode FTP on Windows?