in reply to Re^2: Net::SCP can't connect to Windows server
in thread Net::SCP can't connect to Windows server
after password prompt, it worked fine. My first question is: how do I specify windows destination directory? I used:scp /tmp/data.txt user@123.456.789.24:"C:\\Data\\"
I got the error: scp timed out while trying to connect to "C at ./net_scp.pl line 33 What is the correct directory specification on the windows side? Thanks much.my $destdir = '"C:\\Data\\"';
|
|---|