in reply to Re: FTP behind a gateway
in thread FTP behind a gateway
...do this...$ftp->quot("user destination_username destination_password")
This will then allow you to ftp through a type 3 firewall (see perldoc Net::Config for definition of a type 3 firewall).$ftp->login("destination_username", "destination_password")
|
|---|