Re: [JSch-users] com.jcraft.jsch.JSchException: Auth fail
Status: Alpha
Brought to you by:
ymnk
From: Dean P. <dea...@gm...> - 2006-07-25 15:07:03
|
Here it is: <scp todir="username:password@:host" trust="yes" verbose="true"> <fileset dir="temp/eardir"> <include name="*.xml"/> <include name="earname.ear"/> </fileset> </scp> Obviously I've replaced the original values. |