Uploading a file
I am trying to upload a file to a remote server. Using winscp I can drag it across just fine. I have a public key stored there. When I try to use a script it wants a password enered. Before I enter my password it closes. I use "winscp.com /script=SFTPTVE.txt" on the command line, the put command is in the txt file. How do I get this to go? Actually I have
"option batch abort
option confirm off
open sftp://kpu010@scp.sssnet.com/
put tve-export.tab /home/kpu010/
exit"
in the txt file.
"option batch abort
option confirm off
open sftp://kpu010@scp.sssnet.com/
put tve-export.tab /home/kpu010/
exit"
in the txt file.