FTP Problems in 1.7.0

2008-06-06 Thread Reinhardt Christiansen
Can anyone help me with the Ant optional ftp task? I'm finally using Ant again for the first time in a couple of years and running into some problems. I'm using Ant 1.7.0 and my build is basically working fine, aside from some issues with the ftp task. My mkdir and send actions are working fi

FTP Problems in 1.7.0

2008-06-09 Thread Reinhardt Christiansen
NOTE: I never saw this reply in my email client for some reason so I went into MARC and copied and pasted it in here, then reformatted it so that it now looks approximately right. >> Reinhardt Christiansen wrote: >> Can anyone help me with the Ant optional ftp task? I'm f

SCP/SSHEXEC tasks: Download of jsch-0.1.39 jar

2008-06-27 Thread Reinhardt Christiansen
I am having trouble getting the jar file needed to support the scp/sshexec tasks. I am running Ant 1.7.0 in Eclipse Europa. The manual says that I need any version of the jsch jar, version 0.1.28 or above. The JCraft page shows the current version is 0.1.39. Both a zip and a jar is available f

Re: SCP/SSHEXEC tasks: Download of jsch-0.1.39 jar

2008-06-27 Thread Reinhardt Christiansen
Hi Kevin, You're brilliant! I tried another mirror, this time in Berlin rather than in San Jose, and this time the link took me to the jar and I downloaded the file just fine. It never occurred to me that sourceforge.net has mirrors; I never noticed the mirror name amidst the rest of the clu

Question about scp

2008-07-12 Thread Reinhardt Christiansen
I am successfully using the Ant (1.7.0) scp task in Ant 1.7.0 but I have some questions that don't seem to be answered in the documentation. With respect to scp, is it possible to copy a whole directory tree from a local machine to a remote machine? Let's say I have this directory tree on my

Re: Question about scp

2008-07-15 Thread Reinhardt Christiansen
ox. -Rob Anderson -Original Message----- From: Reinhardt Christiansen [mailto:[EMAIL PROTECTED] Sent: Saturday, July 12, 2008 7:15 AM To: ant-user Subject: Question about scp I am successfully using the Ant (1.7.0) scp task in Ant 1.7.0 but I have some questions that don't s

Re: Question about scp

2008-07-15 Thread Reinhardt Christiansen
to participate. Some would even call it fun :) -Rob Anderson -Original Message- From: Reinhardt Christiansen [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 15, 2008 6:37 AM To: Ant Users List Subject: Re: Question about scp I see. Well, it's nice to know that it wasn't a case

Re: How to create remote directory without using ftp?

2008-11-28 Thread Reinhardt Christiansen
Raffaele wrote: Hi all, I'm running ANT from Maven, and I would like to create some directory on a server. I have seen scp task which helped me to do remote file copy, very well. Now, I'm not understanding how to create a directory on my server, scp doesn't do this, is it right? I've tried al