/*
ptldiff copyright (c) 2009-always Jan Panteltje

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/



To install see INSTALL

ptldiff will compare local files, ftp files, and http files.
It requires wget and cat installed.


Examples:
 ptldiff ftp://sunsite.unc.edu/pub/linux/system/news/readers/NewsFleX-1.5.7.3.tgz http://panteltje.com/panteltje/newsflex/NewsFleX-1.5.7.3.tgz
 ptldiff file:/home/me/something.txt ftp://somewhere/somedir/something.txt
 ptldiff http://panteltje.com/index.html "10.0.0.152:82/index.html --user=guest --password=none"
 

References to local files should always start with
file:
For the rest the wget syntax is followed, put arguments on the command line between " ", as teh above example withusername and  password shows.




