home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / www / amitrix / awebftp.lha / AWebftp.readme < prev    next >
Text File  |  1997-01-23  |  4KB  |  88 lines

  1. Short    : FTP plugin v1.3a update for Aweb
  2. Uploader : panther@gate.net (Josef Faulkner)
  3. Author   : panther@gate.net (Josef Faulkner)
  4. Type     : comm/www
  5. Replaces : comm/www/awebftp.lha
  6. Requires : WB3.0 Arexx biz/demo/Aweb.lha comm/tcp/FTPMount-1.0.lha
  7. Version  : 1.3a (AmiTrix 2.1)
  8.  
  9. Description:
  10. ¯¯¯¯¯¯¯¯¯¯¯¯
  11. This plugin will allow you to do inline FTPing of files on the net,
  12. without the need to call an external FTP program (except FTPMount, which
  13. is transparent).  It will distinguish between a directory and a file, and
  14. act accordingly.
  15.  
  16.         Modified by AmiTrix Development for inclusion with AWeb-II
  17.           Added config ARexx program and update doc file.
  18.  
  19. Features:
  20. ¯¯¯¯¯¯¯¯¯
  21.    o Fast reaction, since FTPMount does a lot of cacheing of dirs
  22.    o Asyncronous download (thanks to Aweb), you can continue browsing
  23.      while it downloads, and Aweb will inform you when the transfer
  24.      has completed!
  25.    o Brings up a requestor to ask what you want to save as
  26. New for 1.1:
  27.    o You can now upload to the directory if you type the name of a file
  28.      in a form at the bottom of the list (or leave blank, and it will
  29.      give you a requester asking for a file)
  30.    o Make directories
  31.    o Delete a file (only one at a time, currently)
  32. New for 1.2:
  33.    o WBCopy command used to copy files w/ progress meter
  34.      Thanks to Bastian H. Frank for developing this handy program!
  35. New for 1.3:
  36.    o Much faster:
  37.       o No longer parses list output, uses lformat to create listing
  38.    o AmiFTP is now loadable from the inside!
  39.       o Will detect if amiftp is already loaded, and go to the directory
  40.       o Doesn't disconnect and reconnect if amiftp already has the host open
  41. New for 1.3a:
  42.    o Plaincopy used by default for Aweb II Distribution.
  43.    o Fixed some minor bugs
  44.  
  45. Requirements:
  46. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  47. FTPMount version 8 (or newer) must be installed and running
  48.    available on Aminet:
  49.    FTPMount-1.0.lha  comm/tcp   109K Mounts FTP sites
  50. Copy command, choose one (set below, must be in your path):
  51.    plaincopy (included in this archive)
  52.    WBCopy (aminet/util/cli/WBCopy.lha) - Does progress meters
  53.    copy (comes with workbench) - has problems with softlinked files
  54. AmiFTP (from http://www.lysator.liu.se/~lilja/AmiFTP.html)
  55.    To be launched by a button if a separate GUI is preferred!
  56.    (optional)
  57.  
  58. Installation:
  59. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  60. 1) Put all the files in the AWebFTP archive in the Aweb-II/Plugins/AWebFTP
  61.    drawer.
  62. 2) Set Aweb to the following settings:
  63.    ----------------------------------------------
  64.    Network settings: Programs
  65.               ftp:
  66.      Command:  sys:rexxc/rx
  67.    Arguments:  AWeb-II:Plugins/AWebFTP/awebftp.awebrx %h %f 
  68.  
  69.     *** NOTE: *** The parameters have changed* %n is not usually needed.
  70.  
  71.    The AWeb-II installation script will configure this automatically.
  72.    ----------------------------------------------
  73. 3) Put Plaincopy in the same drawer with AWebFTP as above.
  74. 4) Set your preferences for this script below:
  75.  
  76. Known Bugs:
  77. ¯¯¯¯¯¯¯¯¯¯¯
  78. Linked files are sometimes thought to be directories in AmigaDOS, and
  79. may wind up returning an empty directory listing instead of the actual file.
  80. I've attempted to correct this by checking if the link clicked on has a
  81. period in the name, if so, it assumes it's a file instead.
  82. Hopefully this bug is obsolete with the new copy program.  Let me know if
  83. you find any URL's that this still happens on.
  84.  
  85. Many people are getting "out of memory" errors.  This should only be
  86. occuring on old versions of AwebFTP, and usually only when they forget
  87. to pass the correct arguments in aweb's preferences.
  88.