Hi,

When I click on the "post" link in the site, it creates new e-mail
address to [EMAIL PROTECTED]

Is there another way to post the question?

-----Original Message-----
From: sebb [mailto:[EMAIL PROTECTED] 
Sent: Sunday, April 27, 2008 3:19 PM
To: Commons Users List
Subject: Re: Problem when using ant task SCP

This is really an question for the Ant user mailing list.

Try posting the question there.


2008/4/27 Daphna Deutsch <[EMAIL PROTECTED]>:
> Hello,
>
>  I'm trying to use the ant task SCP to copy a file from sftp server.
>
>
>
>  I manage to copy a local file to the SFTP server, with no errors. But
>  when I'm trying to copy a file from the SFTP server to a local
>  directory, the file is being copied but I'm getting error message at
the
>  end of the task.
>
>
>
>
>
>  This is the task that I wrote:
>
>
>
>  <target name="get_from_sftp">
>
>  <scp file="USER:[EMAIL PROTECTED]:/daphna/res1.xml" todir="D:\result\"
>  trust="yes" sftp="true" />
>
>  </target>
>
>
>
>  And I'm getting the following result:
>
>
>
>  get_from_sftp:
>
>       [scp] Connecting to IP_ADDRESS:22
>
>       [scp] Receiving file: /daphna/res1.xml
>
>       [scp] Receiving: res1.xml : 127
>
>       [scp] File transfer time: 0.02 Average Rate: 8,466.67 B/s
>
>
>
>  BUILD FAILED
>
>  D:\projects\ANT\build.xml:41: com.jcraft.jsch.JSchException: 2: No
such
>  file
>
>
>
>
>
>  Thanks for your help,
>
>  Daphna
>
>
>
>

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


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


This e-mail and any attachments may contain information that is confidential, 
proprietary, privileged or otherwise protected by law. The information 
contained herein is solely intended for the named addressee (or a person 
responsible for delivering it to the addressee). If you are not the intended 
recipient of this message, you are not authorized to read, print, retain, copy 
or disseminate this message or any part of it. If you have received this e-mail 
in error, please notify the sender immediately by return e-mail and delete it 
from your computer.


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

Reply via email to