Hello,
I want to copy a jpeg file from linux to my windows machine using scp command.The program will be asking for a password later in the run after it executes the scp command.
Is there a way that I can send the password to the program without a keyborad interaction like storing the password in a string within the program and send the password to the command prompt?
Thanks,
Sravanthi