Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: scp file from windows10 to unix server

by bliako (Monsignor)
on Feb 18, 2020 at 18:06 UTC ( [id://11113118]=note: print w/replies, xml ) Need Help??


in reply to scp file from windows10 to unix server

side-note to vinoth.ree: if the powers-to-be running your environment would not allow installing a battle-tested Perl module and turn its authors' free hardwork and dilligence to corporate profit, then they will surely freak out screaming if they see you calling an executable without its extension. Alas they probably have no idea and are just cargo-culting.

Calling executables with no extension it's a feature turned into a huge security hole (attributions to the usual culprit). You call C:/Windows/System32/OpenSSH/scp but which one is it? scp.com, scp.exe, scp.bat, scp.cmd, scp.vbs? PATHEXT will tell you that and who knows who and what messed up with that already. (To be fair, Unix has already this problem with PATH, windows has it with both PATH and PATHEXT)

Anyway, a suggestion for the problem at hand: perhaps create a batch file and insert your commands there and make sure that it runs OK. Then call the batch file from your perl script. If that works, then keep altering your quotes ...

bw, bliako

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11113118]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (None)
    As of 2024-04-25 01:07 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found