in reply to Re^2: scp file from windows10 to unix server
in thread scp file from windows10 to unix server

Mine is ActiveState perl very old version 5.8.8, So I do not have IPC::System::Simple and Win32::ShellQuote modules availble.

As always, Yes, even you can use CPAN.

But even in the worst case, Win32::ShellQuote is a small, pure-Perl module, that you can even manually copy over, or use something like App::FatPacker on (the same goes for IPC::System::Simple).

  • Comment on Re^3: scp file from windows10 to unix server