in reply to Re^2: scp file from windows10 to unix server
in thread scp file from windows10 to unix server
I think the problem is that either the source file or the destination (probably the latter) is not being found.
You don't need to guess: As I said, better error handling in Perl will help, and also you can always try things at the command line and compare the errors you get: Try using the command line to copy a file that doesn't exist locally, and to a destination that causes an error.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: scp file from windows10 to unix server
by vinoth.ree (Monsignor) on Feb 18, 2020 at 19:38 UTC |