
  ------------------------------------------------------------------
  NOTE: Static binary of ftparc won't be released, just to save
  space with the VFU static binary distribution. For static binary
  of ftparc contact the author... Thanx!
  ------------------------------------------------------------------

  This is preliminary documentation to the `FTParc' utility.
  The main purpose of ftparc is to provide standard archive-like
  interface to FTP sites. It is mainly used with VFU file manager.
  which can be found at http://www.biscom.net/~cade/vfu.

  This is first release of ftparc and it doesn't contain much features.
  However it works fine with plain anonymous or username/password sites.
  (i.e. there could be problem with `?' entries in the ftparc file archives
   see `ftparc -h' help info)
    
  By now just few examples will be shown:
  
  example1:
  
  text file named: soul.ftp
  ---cut---
  soul.tetida.org
  -
  -
  ---cut---
  
  command line: 
    
    ftparc -l soul.ftp
    
  will show all files at the FTP site soul.tetida.org using
  anonymous user account.
  
  example2:
  
  text file named: cade.jane.org
  ---cut---
  jane.tetida.org
  cade
  password
  ---cut---  
  
  command line:
  
    ftparc -x cade.jane.ftp pub/welcome.txt
    
  will extract/download welcome.txt file from he pub directory at
  the jane.tetida.org FTP site.

  Run ftparc with `-h' argument to get help information.
  
  For more details and if you have problems contact me:
  
    Vladi Belperchinov-Shabanski <cade@biscom.net>
    
  Good luck!    
  
  CREDITS: For `ftplib' thanx to:
  ---
  ftplib.h - header file for callable ftp access routines                   
  Copyright (C) 1996, 1997 Thomas Pfau, pfau@cnj.digex.net                  
       73 Catherine Street, South Bound Brook, NJ, 08880                    
  ---              