[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

reading URLs



I have written a small program in Java that reads urls.
I have tested it with the floorplans from MIT.
You can go to my dir and go to the dir: tools
To run type
> java ReadURL

The program reads information from ReadURL.properties, which tells the
program the server address and each additional line is the file to be read
from that server.

I also spent some time to find a solution for this in C/C++ but it is much
more complicated and this solution actually works pretty fast and can
easily be incorporated in the rest of our project.

Have a nice weekend!

- Andreas