3

Need to pscp java war file to aws. however, we are not able to do as connection needs a proxy and there is no option to pass proxy along with pscp command. we tried explicitly setting http_proxy on the cmd. still, it didn't work. Has anyone found any solution?

Linz
  • 354
  • 2
  • 14

1 Answers1

4

I get around it by using the -load option to load the putty configuration where I placed the proxy.

Example: pscp -load "my aws" test.txt 172.93.184.11:/work/

Demeter P. Chen
  • 823
  • 1
  • 7
  • 16