views:

153

answers:

0

I am trying to make an ant build file to remote copy a war file.

Ant scp task uses a jsch library for remote copying. How do I make it work through a proxy, the jsch library clearly supports it.

does not work for jsch.

Jsch does not read environment variables like http_proxy

is there another solution ?