Re: How to sort files by date in the FTP server !!!

2010-08-10 Thread sebb
This is really a question for the Commons User list - please subscribe and ask there: http://commons.apache.org/net/mail-lists.html On 10 August 2010 12:08, Kathiresan Jeyapandian wrote: > > Hi all, > > I need to download/access the old files first in the FTP server. > > I'm using org.apache.co

How to sort files by date in the FTP server !!!

2010-08-10 Thread Kathiresan Jeyapandian
  Hi all,   I need to download/access the old files first in the FTP server.   I'm using org.apache.commons.net.ftp library to connect to the FTP server.   I'm not sure how to sort the files in the FTP server by created date OR modified date ???   I just wanted to process the list of files by old

Re: How to sort files by date in the FTP server !!!

2010-08-10 Thread sebb
This is really a question for the Commons User list - please subscribe and ask there: http://commons.apache.org/net/mail-lists.html On 10 August 2010 11:46, Kathiresan Jeyapandian wrote: > > Hi all, > > I need to download/access the old files first in the FTP server. > > I'm using org.apache.com

How to sort files by date in the FTP server !!!

2010-08-10 Thread Kathiresan Jeyapandian
  Hi all,   I need to download/access the old files first in the FTP server.   I'm using org.apache.commons.net.ftp library to connect to the FTP server.   I'm not sure how to sort the files in the FTP server by created date OR modified date ???   I just wanted to process the list of files by old