DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6639>. 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: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] 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: <ftp action="get" remotedir="//sas/entw/application/" server="saseaix1" skipFailedTransfers="no" verbose="yes" userid="secret" password="moresecret"> <fileset dir="d:\work\sasentwapplication" > <include name="**/*"/> </fileset> </ftp> 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
