Return-Path: Delivered-To: apmail-jakarta-ant-dev-archive@apache.org Received: (qmail 56829 invoked from network); 22 Feb 2002 09:31:46 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 22 Feb 2002 09:31:46 -0000 Received: (qmail 26913 invoked by uid 97); 22 Feb 2002 09:31:54 -0000 Delivered-To: qmlist-jakarta-archive-ant-dev@jakarta.apache.org Received: (qmail 26895 invoked by uid 97); 22 Feb 2002 09:31:53 -0000 Mailing-List: contact ant-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list ant-dev@jakarta.apache.org Received: (qmail 26881 invoked by uid 50); 22 Feb 2002 09:31:53 -0000 Date: 22 Feb 2002 09:31:53 -0000 Message-ID: <20020222093153.26880.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: ant-dev@jakarta.apache.org Cc: Subject: DO NOT REPLY [Bug 6639] New: - FTP GET assumes a leading whitespace with files older than a year X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6639 FTP GET assumes a leading whitespace with files older than a year Summary: FTP GET assumes a leading whitespace with files older than a year Product: Ant Version: 1.4.1 Platform: Other OS/Version: AIX Status: NEW Severity: Major Priority: Other Component: Optional Tasks AssignedTo: ant-dev@jakarta.apache.org ReportedBy: Urs.Jetter@gmx.net Hello, when using the following code, a file "A" is assumed to be " A" and thus will not be found if it is older than a year using a ftp connection to AIX 4.3. Maybe this is a bug in the underlying ftp-component. ANT-code: ANT-output: ----------- copy: [ftp] getting files [ftp] transferring exportfinanzierung\ AUSW01 to D:\work\sasentwapplicatio n\exportfinanzierung\ AUSW01 BUILD FAILED D:\work\build.sase.xml:22: could not get file: 550 exportfinanzierung/ AUSW01: A file or directory in the path name does not exist. Total time: 1 second FTP-DIR-Output: --------------- Ftp> dir AUSW* 200 PORT command successful. 150 Opening data connection for /bin/ls. -rw-r----- 1 1303 sas 8200 Jul 10 2001 AUSW01 -rw-rw-r-- 1 lurg sas 2470 Nov 27 2000 AUSW19.SAS -rw-rw-r-- 1 lurg sas 861 Nov 27 2000 AUSW20.SAS 226 Transfer complete. 194 Bytes empfangen in 0,00 Sekunden (194000,00 KB/s) Ftp> dir report20.* 200 PORT command successful. 150 Opening data connection for /bin/ls. -r--r--r-- 1 jett sas 21968 Sep 06 07:57 report20.auswertung.join.s as -r--r--r-- 1 jett sas 3832 Aug 17 2001 report20.auswertung.sas -r--r--r-- 1 jett sas 17244 Sep 06 08:12 report20.liste.pdf.sas 226 Transfer complete. 241 Bytes empfangen in 0,03 Sekunden (7,53 KB/s) -- To unsubscribe, e-mail: For additional commands, e-mail: