Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Net::FTP (Passive Mode)

Status
Not open for further replies.

drkestrel

MIS
Joined
Sep 25, 2000
Messages
439
Location
GB
Is the Passive Mode for FTP
Code:
$ftp = Net::FTP->new($host, debug=>1,Passive=>1)
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?
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor

Back
Top