Group, I have been trying to use the Ant optional FTP task to upload changed files to an iSeries (formerly AS/400) system. It appears as though the file listing returned by the com.oroinc.net.ftp.FTPFile class parses the results of a file list from the iSeries incorrectly. It also appears as though the FTPFile.listFiles method can take a an FTPFileListParser rather than use the default.
Is there some way to specify the FTPFileLIstParser in Ant, or is it locked into the default parser? From the mail list archives, it appears as though this is a frequent problem. The following bug report seems to describe the same problem: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4111 What is the preferred way to fix this if you can't simply set the directory list style to Unix? I would be willing to fix this if that is what it takes. Should the FTP task support a new property that identifies the parser? David Morris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
