home *** CD-ROM | disk | FTP | other *** search
/ Acorn User 10 / AU_CD10.iso / Updates / FTPc / !FTPc / !SetUp < prev    next >
Text File  |  2000-02-02  |  2KB  |  39 lines

  1. | FTPc SetUp
  2.  
  3. |*****************************************************************
  4. | ProxyServer allows you to specify a proxy server. This
  5. | will allow you to use the program as if you were connecting
  6. | direct - setting this variable will redirect all requests
  7. | through the proxy server.
  8. |
  9. |ProxyServer: type_number [user:pass@]proxy_address[:optional_port]
  10. |
  11. |*****************************************************************
  12.  
  13. |ProxyServer: 3 proxy_address
  14. |ProxyServer: 3 user:pass@proxy_address:port
  15.  
  16. |*****************************************************************
  17. | FileBufferSize sets the size of the buffer used by the filing
  18. | system during Transfers. A larger size may improve speed if your
  19. | hard disc performs better with large transfers. The value is
  20. | in Kb and as a buffer is used for each connection setting it
  21. | too large(default is 16) may use a lot of memory and will reduce
  22. | the multitasking frequency. It would only improve speed on Fast
  23. | systems i.e Networks.
  24. |*****************************************************************
  25.  
  26. |FileBufferSize: 16
  27.  
  28. |*****************************************************************
  29. | On Fast Networks the program may not multitask during file
  30. | transfer as the program is never waiting. ExtraPollEvery
  31. | allows you to specify the number of Kb that are transfered before
  32. | the program multitasks (default 64). Network users may find they
  33. | can alter this value to gain extra speed at the expense of
  34. | multitasking frequency you may like to try a value of 256. Again
  35. | this option is only of use to Network users.
  36. |*****************************************************************
  37.  
  38. |ExtraPollEvery: 64
  39.