home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / amiga / datacomm / 5759 < prev    next >
Encoding:
Text File  |  1992-08-14  |  3.0 KB  |  99 lines

  1. Newsgroups: comp.sys.amiga.datacomm
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!mips!mips!munnari.oz.au!metro!usage!usage!martins
  3. From: martins@spectrum.cs.unsw.oz.au (Martin Schwenke)
  4. Subject: Re: ADT - An FTP frontend for Aminet sites
  5. In-Reply-To: umueller@amiga.physik.unizh.ch's message of 10 Aug 92 08:14:40 GMT
  6. Message-ID: <MARTINS.92Aug14131046@drab.spectrum.cs.unsw.oz.au>
  7. Followup-To: comp.sys.amiga.datacomm
  8. Sender: news@usage.csd.unsw.OZ.AU
  9. Nntp-Posting-Host: drab.spectrum.cs.unsw.oz.au
  10. Organization: University of New South Wales
  11. References: <16027@ucdavis.ucdavis.edu>
  12. Date: Fri, 14 Aug 1992 03:10:46 GMT
  13. Lines: 84
  14.  
  15.  
  16. >>>>> On 10 Aug 92 08:14:40 GMT, umueller@amiga.physik.unizh.ch (Urban D. Mueller) said:
  17.  
  18.     > TITLE
  19.     >  
  20.     >   ADT 1.0 - The Aminet Download Tool   (an FTP frontend)
  21.     > <...>
  22.     >   ADT is to ftp what elm is to mail.  It lets you select
  23.     > files using the cursor keys and download them by simply
  24.     > pressing 'd'.  You can sort files, find files, and do many
  25.     > other convenient things. 
  26.     > <...>
  27.  
  28. For those who use GNU Emacs:
  29.  
  30. "ange-ftp" is a package for GNU Emacs which allows you to do the same
  31. things, but for any ftp site.
  32.  
  33. - finding a file on a remote machine is as simple as prepending
  34.   "/username@remotehost:" to file names.
  35.  
  36. - file name completion is supported.
  37.  
  38. - dired (directory editting) is supported.
  39.  
  40. - "anonymous" usernames have a default password (email address?).
  41.  
  42. - for non-"anonymous" usernames a (hidden) password is prompted for.
  43.  
  44. A sample "ftp" session looks like:
  45.  
  46. ^X^F (find-file): /anonymous@archie.au:/micros/amiga
  47.  
  48. <after a few second Emacs responds with dired buffer for this directory>
  49.  
  50. <move cursor to directory "incoming">
  51.  
  52. f (dired-find-file)
  53.  
  54. <Emacs responds with dired buffer for the above directory>
  55.  
  56. <move cursor to directory "utils">
  57.  
  58. f (dired-find-file)
  59.  
  60. <Emacs responds with dired buffer for the above directory>
  61.  
  62. <move cursor to file "IconTools.lzh">
  63.  
  64. f (dired-find-file)
  65.  
  66. <kilobyte count not previously noticed winds up to 78k in message
  67.  area, IconTools.lzh binary stuff appears in new buffer>
  68.  
  69. ^X^W (write-file): ~/tmp/IconTools.lzh
  70.  
  71. <file written locally>
  72.  
  73. ^XK (kill-buffer) <RET>
  74.  
  75. <back to dired for utils>
  76. .
  77. .
  78. .
  79.  
  80. <kill all dired buffers for this session, and select buffer
  81.  "*ftp anonymous@archie.au*", quit from ftp, and kill buffer>
  82.  
  83. Back to what we were doing before. The network was totally
  84. transparent, except for the augmented filename for the initial
  85. "find-file", and the friendly quit of the ftp session which was
  86. technically not necessary...
  87.  
  88. I hope there's enough Emacs users out there to appreciate this!!!
  89. ange-ftp should be available at all good unix-emacs-lisp ftp sites.
  90. Try using archie... I don't know where our copy came from...
  91.  
  92. peace & happiness,
  93. martin
  94. --
  95.  _--_|\          Peace &           School of Computer Science & Engineering,
  96. /      \        Happiness          University of New South Wales, Australia.
  97. \_.--._/<-------------------------------------------------------------------
  98.       v      Martin Schwenke              martins@cs.unsw.oz.au
  99.