FTP From UNIX to WINDOWS Using PERL

Hi All,

I have to write a PERL script in which I have to FTP results from UNIX to Windows Desktop.

How can I do this using PERL?

Thanks

  1. It's either perl (if you mean the interpreter) or Perl (if you mean the language). There is no PERL
  2. Make sure there's a FTP server running on the Windows side
  3. text use Net::FTP;