Re: scp problem: received directory without -r

2005-08-19 Thread Atsuhiko Yamanaka
Hi, On 7/27/05, Nicolas Vervelle <[EMAIL PROTECTED]> wrote: > Hi, > > I have a build file to update a website from my own pc using task. > It was working perfectly until more than a week ago. > I now have an error message when it tries to upload a file in a > subdirectory : > "server indicated a

Re: scp problem: received directory without -r [SOLVED]

2005-08-01 Thread Nicolas Vervelle
005 12:02 AM To: Ant Users List Subject: Re: scp problem: received directory without -r Hi, Anderson, Rob (Global Trade) wrote: What version of SSH server is on the remote end ? I seem to remember this error from something, but I don't think I saw it using the scp Ant task. It lo

RE: scp problem: received directory without -r

2005-07-29 Thread Anderson, Rob (Global Trade)
12:02 AM > To: Ant Users List > Subject: Re: scp problem: received directory without -r > > > Hi, > > Anderson, Rob (Global Trade) wrote: > > >What version of SSH server is on the remote end ? I seem to > remember this error from something, but I don't thi

Re: scp problem: received directory without -r

2005-07-29 Thread Nicolas Vervelle
Hi, Anderson, Rob (Global Trade) wrote: What version of SSH server is on the remote end ? I seem to remember this error from something, but I don't think I saw it using the scp Ant task. It looks like the fileset may be sending directories, and not just files. I would suggest creating a zip or t

RE: scp problem: received directory without -r

2005-07-28 Thread Anderson, Rob (Global Trade)
n scp to remote, and use sshexec to unpack the archive on the remote side. Hope this helps, -Rob Anderson > -Original Message- > From: Nicolas Vervelle [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 27, 2005 11:18 PM > To: Ant Users List > Subject: Re: scp problem

Re: scp problem: received directory without -r

2005-07-27 Thread Nicolas Vervelle
No one ? snif :'( Nicolas Vervelle wrote: Hi, I have a build file to update a website from my own pc using task. It was working perfectly until more than a week ago. I now have an error message when it tries to upload a file in a subdirectory : "server indicated an error: scp: protocol error

Re: scp problem: received directory without -r

2005-07-27 Thread Nicolas Vervelle
Nicolas Vervelle wrote: Hi, I have a build file to update a website from my own pc using task. It was working perfectly until more than a week ago. I now have an error message when it tries to upload a file in a subdirectory : "server indicated an error: scp: protocol error: received direct

scp problem: received directory without -r

2005-07-27 Thread Nicolas Vervelle
Hi, I have a build file to update a website from my own pc using task. It was working perfectly until more than a week ago. I now have an error message when it tries to upload a file in a subdirectory : "server indicated an error: scp: protocol error: received directory without -r" The websi

Re: Scp problem

2004-10-08 Thread Rhino
Please ignore this question; I solved my problem already. I found my answer in the Ant Manual: I don't know how I missed this! Rhino - Original Message - From: Rhino To: ant-user Sent: Friday, October 08, 2004 10:14 AM Subject: Scp problem I am trying the optiona

Scp problem

2004-10-08 Thread Rhino
  I am trying the optional Scp task for the first time but it isn't working too well. I need some help.   I downloaded jsch-0.1.17.jar from http://www.jcraft.com/jsch/index.html and put it in my ant/lib directory. This is my Ant script except that I have spoofed the userid and password for ob