slloyd has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone have examples on how to use Net::SCP on Windows and using a key so that you do not have to send a password. I want to use Net::SCP to transfer some files up to my server.

Replies are listed 'Best First'.
Re: Examples of using Net::SCP on Windows?
by Anonymous Monk on Sep 08, 2005 at 06:13 UTC
    Wouldn't using it on windows be the same as for other platforms?
      Perhaps, but I cannot seem to find examples of using it. It seems that Net::SCP::Expect will not compile on windows becouse it requires IO::Tty and IO::Tty won't compile. The Expect module is also to linux centric to compile on windows...
        What is in the the documentation?