Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 2960 invoked from network); 26 Mar 2004 13:57:40 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Mar 2004 13:57:40 -0000 Received: (qmail 55925 invoked by uid 500); 26 Mar 2004 13:57:29 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 55699 invoked by uid 500); 26 Mar 2004 13:57:28 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 55686 invoked from network); 26 Mar 2004 13:57:27 -0000 Received: from unknown (HELO ext-nj2gw-2.online-age.net) (216.35.73.164) by daedalus.apache.org with SMTP; 26 Mar 2004 13:57:27 -0000 Received: from int-nj2gw-5.online-age.net (int-nj2gw-5 [3.159.236.69]) by ext-nj2gw-2.online-age.net (8.12.9/8.12.9/990426-RLH) with ESMTP id i2QDvRcO015029 for ; Fri, 26 Mar 2004 08:57:27 -0500 (EST) Received: from ncwlmx01nege.wilm.ge.com (localhost [127.0.0.1]) by int-nj2gw-5.online-age.net (8.12.9/8.12.8/990426-RLH) with ESMTP id i2QDvPFO022499 for ; Fri, 26 Mar 2004 08:57:26 -0500 (EST) Received: by ncwlmx01nege.wilm.ge.com with Internet Mail Service (5.5.2653.19) id ; Fri, 26 Mar 2004 08:57:12 -0500 Message-ID: <42C9EFEA1737D511BA420008C78641510D8C12A7@ncwlmx01nege.wilm.ge.com> From: "Conelly, Luis (GNF, Contractor)" To: Ant Users List Subject: RE: "Could Not Date Test Remote File..." with IIS Date: Fri, 26 Mar 2004 08:57:02 -0500 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4133A.36BFB6C2" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C4133A.36BFB6C2 Content-Type: text/plain; charset="iso-8859-1" Jerry, I have found several options to your question. I am not pretty sure which of them can help you, but here they are: [ftp task with ms-ftpsvc] http://marc.theaimsgroup.com/?l=ant-user&m=98746830805949&w=2 [FTP task question] http://marc.theaimsgroup.com/?l=ant-user &m=107703154315376&w=2 [Ant1.6 - FTP task with MS FTP] http://marc.theaimsgroup.com/?l=ant-user &m=107607509626518&w=2 All links are from threads on this list. You should also take a look at the manual on FTP page[1] Hope this helps on your issue. Regards -Luis [1] http://ant.apache.org/manual/OptionalTasks/ftp.html -----Original Message----- From: J Malcolm [mailto:techstuff@malcolms.com] Sent: Thursday, March 25, 2004 7:22 PM To: user@ant.apache.org Subject: "Could Not Date Test Remote File..." with IIS I'm trying to ftp to an IIS (WinServer 2003) machine. I've got 'depends ="yes"' set. For every file, I get "Could not date test remote file..." messages. (Ant 1.6.1) The files are definitely one the server, and are replaced every time I run the Ant task. I did a packet trace, and the file entry is being transferred down from the server. So my assumption is that this problem is parser related. The extra blurbs in the docs about IIS are pretty cryptic. But I downloaded and added to Ant's lib dir: commons-net-1.1.0.jar and jakarta-oro-2.0.8.jar. I added a 'separator="\"' attribute, but it didn't seem to matter. I'm sure this is pilot error. I'm setting up the IIS server as well as the client side Ant task. Please let me know what I'm doing wrong. Thanks. Jerry ------_=_NextPart_001_01C4133A.36BFB6C2--