home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / _catalogue / _arcweb / publichtml / ftpinst < prev    next >
Text File  |  1997-04-04  |  3KB  |  66 lines

  1. <html>
  2. <title>FTP -- File Transfer Protocol</title>
  3. <meta name=description content="Description of how to use FTP within ArcWeb">
  4. <body>
  5. <h1>File Transfer Protocol (FTP)</h1>
  6.  
  7. ArcWeb contains its own FTP client which is capable of performing most of the
  8. usual FTP activities.  It allows you to upload and download files via
  9. anonymous FTP and <a href="#nonanon">non-anonymous FTP</a> too.  The two
  10. alternate types differ only in the authentication required to use them.  With
  11. anonymous FTP, no secure authentication is require and non-anonymous FTP
  12. requires specific user authentication (although it still isn't that secure
  13. because the password is passed across the network in plain text format
  14. anyway).
  15.  
  16. <h2>Anonymous FTP</h2>
  17.  
  18. The format of a URL for anonymous FTP is:
  19.  
  20. <blockquote><code>ftp://«FTP server host name»/«path to
  21. object»</code></blockquote>
  22.  
  23. Provided that the host name you give is running an anonymous FTP service,
  24. then you should be able to access any of the files on it by navigating around
  25. the directory structure by clicking on directories to view those directories,
  26. and clicking on files to download them.
  27.  
  28. <p>You can also <em>upload</em> files to the server.  It is usual for
  29. anonymous FTP servers to allow uploads only to the <code>/incoming</code>
  30. or <code>/pub/incoming</code> directories (although restrictions are far
  31. less with non-anonymous FTP).  To upload a file, drag it from a Filer window
  32. onto a window displaying an FTP directory listing generated by ArcWeb.  For
  33. more details see the page about <a href="ftpupload">FTP uploads</a>.
  34.  
  35.  
  36. <a name=nonanon><h2>Non-anonymous FTP</h2></a>
  37.  
  38. The format of a URL for non-anonymous FTP is:
  39.  
  40. <blockquote><code>ftp://«User name»@«FTP server
  41. host name»/«path to object»</code></blockquote>
  42.  
  43. If the supplied user name requires a password to access the FTP 
  44. service supplied by the FTP server, then you will be prompted for it.  The
  45. password is cached for the duration of the session (permanently if you have
  46. made the authentication database persistent in the Network configuration
  47. window).
  48. <p>
  49. If you really want to, you can specify the password in the URL thus:
  50.  
  51. <blockquote><code>ftp://«User
  52. name»:«Password»@«FTP server host
  53. name»/«path to object»</code></blockquote>
  54.  
  55. The problem with putting the password in the URL directly, is that it will
  56. end up in your global history like that in plain view for anybody to see.  If
  57. you bookmark a directory listing, it will end up in your bookmark files.  If
  58. you allow ArcWeb to prompt you for the password, then it will only store it
  59. in the authentication database which is stored on disc in an encrypted
  60. format which although not secure would require some work to decrypt.
  61.  
  62. <hr>
  63. <address>Stewart Brodie<br>5th April 1997</address>
  64.  
  65. </body> </html>
  66.