home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / on-line / simpleftp / readme.txt < prev    next >
Text File  |  1980-02-13  |  1KB  |  28 lines

  1. NOTE: There is a big difference between a SOCKS proxy and an FTP proxy.  SOCKS servers normally
  2. reside on port 1080, and FTP proxy usually resides on port 21.  Unfortunatly though, there is no
  3. official documentation for FTP proxies, so it is much more preferable if you could use the SOCKS
  4. server support instead :)
  5.  
  6. Experimental FTP Proxy Support
  7. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  8. Oddly, there doesn't seem to be any official documentation on this, so don't be suprised if it
  9. doesn't work for you.  If it doesn't, please report it as a bug :)
  10.  
  11. To use the FTP Proxy, you'll need to add two new tooltypes, as below:
  12.  
  13. PROXY_HOST=ftp.proxy.address
  14. PROXY_PORT=ftp-proxy-port
  15.  
  16. Where "ftp.proxy.address" should be replaced with either the IP address or hostname of your FTP proxy
  17. and "ftp-proxy-port should be an integer number indicating the port to be used.  Your ISP/System
  18. Admin/Network Admin should be able to give you this information.
  19.  
  20. For example:
  21.  
  22. PROXY_HOST=90.0.0.1
  23. PROXY_PORT=21
  24.  
  25. Experimental SOCKS Support
  26. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  27. Removed due to lack of feedback, and the fact that Miami has it built into the TCP/IP stack.
  28.