Hi all,

I'm using the following snippet to SCP a file from a remote machine to
my local machine.  The output looks fine (although I can't get it to
be more verbose, no matter what I try).  However, I don't get a local
copy of the file even though it says "done" and BUILD SUCCESSFUL.  Any
ideas.  I saw a couple dead threads that related to this so I assume
someone else has at least had the same problem.  I'm using Ant 1.6.5
and Jsch 0.1.20.  The local machine is Win2k and the remote is Solaris
9 I think.

Thanks,
     Brian


My Snippet:
<scp file="${username}:[EMAIL PROTECTED]:${remoteDir}/${filename}"
         todir="${basedir}" trust="true" verbose="true" failonerror="true" />


My Output:
[scp] Connecting to accs3:22
[scp] Receiving file: /home/infr/050804_MASTER_DDL_AND_DATA.sql
[scp] done

BUILD SUCCESSFUL
Total time: 5 seconds

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to