Search:

Type: Posts; User: daniel_el

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    5,337

    Comparing 2 large ResultSets

    Hi,

    I need to compare 2 large ResultSets (may contain up to 100,000 records each), and output and differences between them. My current code is far too slow (normally around an hour before I...
  2. Re: Scanning large FTP directories with apache.commons.net.ftp

    Hi Norm,

    Thanks for the response.

    ftpFiles is a list of FTPFile objects as specified here: FTPFile (Commons Net 3.0.1 API)

    Unfortunately I can't find anything that returns names and modified...
  3. Scanning large FTP directories with apache.commons.net.ftp

    Hi,

    I'm using apache.commons.net.ftp.FTPClient to scan an FTP directory which can contain thousands of files which have been written over several months.

    I'll only ever be interested in a...
  4. Replies
    1
    Views
    1,494

    Regular Expression To Catch Duplicates

    I want to know how to use "matches()" to catch when a duplicate appears in my String "xmlString" (which contains an xml file).

    So for example the following fragment should return "false":
    ...
Results 1 to 4 of 4