home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / comms / other / ftpmount_update / ftpmount_update.txt < prev    next >
Text File  |  1998-04-27  |  3KB  |  119 lines

  1. FTPMount 1.1  manual addendum
  2. *****************************
  3.  
  4. Author: Thies Wellpott
  5.   Date: 21.4.98
  6.  
  7.  
  8. What is it?
  9. ===========
  10.  
  11. This is a (small) update to FTPMount 1.0 from Evan Scott. You need the
  12. original archive FTPMount-1.0.lha from AmiNet (directory comm/tcp) and must
  13. install this first.
  14.  
  15. New or corrected features:
  16.  
  17. - group and other permissions are converted to the corresponding Amiga
  18.   bits; not many programs display them!
  19.  
  20. - files and directories starting with a "." are now displayed; the hidden
  21.   bit is set
  22.  
  23. - directory parsing rewritten
  24.  
  25. - date parsing rewritten; it does not try to use your local language to
  26.   parse the always english months of ftp directories anymore
  27.  
  28. - to get a directory FTPMount sends a "LIST -la" instead of only a "LIST";
  29.   some servers need the "-la" to send a long directory listing
  30.  
  31. - compiled with SAS/C 6.58 for 68020 or better (anyone without one
  32.   living???)
  33.  
  34. - new tooltype "COMMENT": if given the file comment will contain the user
  35.   name, the group name and - if the directory entry is a link - the name of
  36.   the file or dir the link points to
  37.  
  38. - new tooltype "TIMEOUT": you can set the time in seconds when FTPMount
  39.   cancels a connection to a server when no user action is made; defaults
  40.   to 120 seconds
  41.  
  42. - new tooltype "PASSWORDCRYPT": the old tooltype PASSWORD requires a plain
  43.   text password - not the best choice. PASSWORDCRYPT accepts an encrypted
  44.   password. To get the password you need the supplied tool GenFTPpassword.
  45.   It takes as the only argument the plain text password and outputs the
  46.   encrypted form.
  47.   Example:
  48.     Shell> GenFTPpassword geheim
  49.     Crypted password: 25>2J>B/RJ2D^D^G.;RM>>J8J5f5>Y
  50.   Put "PASSWORDCRYPT=25>2J>B/RJ2D^D^G.;RM>>J8J5f5>Y" as tooltype into the
  51.   icon of the ftp site with password "geheim".
  52.   If both tooltypes "PASSWORD" and "PASSWORDCRYPT" are given "PASSWORDCRYPT"
  53.   is used.
  54.  
  55.  
  56.  
  57. Installation
  58. ============
  59.  
  60. You must have FTPMount 1.0 installed.
  61.  
  62. - copy FTPMount-Handler to FTPMountDir:L
  63. - copy GenFTPpassword to FTPMountDir: or wherever you want
  64. - optionally copy FTPMount_new.txt to FTPMountDir: or the place where
  65.   the original FTPMount.guide is located
  66.  
  67.  
  68.  
  69. Copyright and warrenty
  70. ======================
  71.  
  72. FTPMount 1.1 is FreeWare, copyright 1998 Thies Wellpott.
  73.  
  74. Permission is granted for unlimited public distribution of the executable
  75. and documentation of FTPMount provided no fee over and above reclamation of
  76. distribution costs is levied.
  77.  
  78. FTPMOUNT SOFTWARE IS PROVIDED "AS-IS" AND SUBJECT TO CHANGE; NO WARRANTIES
  79. ARE MADE. ALL USE IS AT YOUR OWN RISK. NO LIABILITY OR RESPONSIBILITY IS
  80. ASSUMED.
  81.  
  82.  
  83.  
  84. History
  85. =======
  86.  
  87. V1.0   April 1996
  88. - last release from Evan Scott
  89.  
  90. V1.1   20.4.1998
  91. - new tooltypes COMMENT, PASSWORDCRYPT, TIMEOUT
  92. - tool GenFTPpassword
  93. - rewritten directory parsing
  94. - rewritten date parsing
  95. - compiled for 68020 and up
  96.  
  97.  
  98.  
  99. Author
  100. ======
  101.  
  102. Up to version 1.0 FTPMount is the work of Evan Scott. From version 1.1 on I am the
  103. author, do not contact Evan anymore.
  104.  
  105.  
  106. Thies Wellpott
  107.  
  108. Email: Thies.Wellpott@Informatik.Uni-Oldenburg.DE
  109.  
  110. Homepage: http://www.Informatik.Uni-Oldenburg.DE/~thies
  111.  
  112. Snailmail: Moorhauser Weg 14
  113.            26419 Schortens
  114.            Germany
  115.  
  116.  
  117. Suggestions, bug reports and gifts are always welcome!
  118.  
  119.