Skrevet av Emne: Perl: Disable FTP  (Lest 4005 ganger)

ATC

  • Gjest
Perl: Disable FTP
« på: 10. August 2009, 07:43 am »
  • [applaud]0
  • [smite]0
  • When using Perl CPAN from inside a firewall blocking FTP traffic, how do I prevent CPAN from trying to use the FTP protocol?



    ATC

    • Gjest
    [Solved] Perl: Disable FTP
    « Svar #1 på: 10. August 2009, 07:43 am »
  • [applaud]0
  • [smite]0
  • Add the following line to your CPAN Config.pm:
    'dontload_hash' => { 'Net::FTP' => 1 },

    For more information about CPAN, see
    http://sial.org/howto/perl/life-with-cpan/