home *** CD-ROM | disk | FTP | other *** search
/ Mac Expert 1995 Winter / Mac Expert - Winter 95.iso / Les fichiers / Communications / Divers / XferIt 1.4 ƒ / scripts⁄aliases / XferIt Get Script < prev   
Encoding:
Text File  |  1991-04-24  |  496 b   |  26 lines  |  [TEXT/XFUR]

  1. ; ftp script to get the newest version of xferit
  2. ;
  3. ; XferIt is ©1991 by Steven Falkenburg
  4. ;
  5. ; other script commands:
  6. ; ----------------------
  7. ;
  8. ; open <host> <userid> <password>
  9. ; close
  10. ; quit
  11. ; type text | binary | macbinary | binhex
  12. ; cd <remotename>
  13. ; cdup
  14. ; lcd <localdir>
  15. ; asklocaldir
  16. ; get <remotename> {localname}
  17. ; put <localname> {remotename}
  18. ; delete <remotename>
  19. ; mkdir <remotename>
  20.  
  21. open mondo.engin.umich.edu anonymous guest
  22. cd /pub
  23. asklocaldir
  24. type binhex
  25. get XferIt.sea.hqx
  26. close