Hi,
2008/7/2, Chris Green <[EMAIL PROTECTED]>:
> *com.jcraft.jsch.jschexception: java.net.UnknownHostException*
> The appropriate piece of code I am using is :-
>
>*
At least, it should not be //10.68.7.7, and should be 10.68.7.7 I guess.
Set the trust="true"
See the doc for more details...
http://ant.apache.org/manual/OptionalTasks/scp.html
-Rob Anderson
-Original Message-
From: Chris Green [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 01, 2008 10:12 AM
To: Ant Users List
Subject: Re: SCP in Ant
Thanks, tha
Thanks, that seems to have worked with the jsch.jar but I'm now getting an
error message :-
*com.jcraft.jsch.jschexception: java.net.UnknownHostException*
The appropriate piece of code I am using is :-
**
**
Any ideas ?
Chris
On Tue, Jul 1, 2008 at 6:37 PM, Matt Benson <[EMAIL P
http://ant.apache.org/manual/install.html#librarydependencies
--- Chris Green <[EMAIL PROTECTED]> wrote:
> I'm trying to SCP some files to a remote server and
> the message that I'm
> getting back implies I'm missing an external jar
> from my system to be able
> to use the SCP function.
>
> Anyo