home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / perl / scripts-convex / ftp-chat2 / readme < prev    next >
Encoding:
Text File  |  1993-07-14  |  820 b   |  20 lines

  1. Well, I guess now is as good a time as any.
  2.  
  3. I have put together a "ftp library package" that allows one to
  4. construct fun little ftp programs.  It works well for me -- I've built
  5. a mirroring program and a couple of command-line ftp commands.
  6.  
  7. None of this is documented (I got really busy just when I finished
  8. testing this).  I'll include the code for the library here, and 
  9. the code for my two example commands.  One command lets you "ls" a
  10. remote directory using ftp, and the other lets you get arbitrary
  11. files, in either binary or ascii mode.  I'm half done with one that
  12. will let you fetch a remote tree, ala "rcp -r"
  13.  
  14. If you fix bugs, make enhancements, or write some documentation, mail
  15. 'em back to me and I'll merge them and release them to the world at
  16. large. 
  17.  
  18. This package requires the chat2 package to work.
  19.  
  20.