OK, but the task you are using is one of Ant's optional tasks. The documentation for that task is here:

  http://ant.apache.org/manual/OptionalTasks/scp.html

Ant != Commons

Daphna Deutsch wrote:
http://commons.apache.org/vfs/mail-lists.html


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

Which site is that?

Daphna Deutsch wrote:
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]






--
Dennis Lundberg

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

Reply via email to