| FTPc SetUp

|*****************************************************************
| all options take effect on next connection
|*****************************************************************

|*****************************************************************
| ProxyServer allows you to specify a proxy server. This
| will allow you to use the program as if you were connecting
| direct - setting this variable will redirect all requests
| through the proxy server.
|
| ProxyServer: type_number [user:pass@]proxy_address[:optional_port]
|
| Defaults to no proxy if commented out
|*****************************************************************

|ProxyServer: 3 proxy_address
|ProxyServer: 3 user:pass@proxy_address:port

|*****************************************************************
| FileBufferSize sets the size of the buffer used by the filing
| system during Transfers. A larger size may improve speed if your
| hard disc performs better with large transfers. The value is
| in Kb and as a buffer is used for each connection setting it
| too large may use a lot of memory and will reduce
| the multitasking frequency. It would only improve speed on Fast
| systems i.e Networks.
| Defaults to 16 if commented out
|*****************************************************************

|FileBufferSize: 16

|*****************************************************************
| On Fast Networks the program may not multitask during file
| transfer as the program is never waiting. ExtraPollEvery
| allows you to specify the number of Kb that are transfered before
| the program multitasks. Network users may find they
| can alter this value to gain extra speed at the expense of
| multitasking frequency you may like to try a value of 256. Again
| this option is only of use to Network users.
| Defaults to 64 if commented out
|*****************************************************************

|ExtraPollEvery: 64

|*****************************************************************
| make Passive the default mode. 
| ( Note the -passive [on|off] flag in the user menu entry will 
|   overrides this option )
| defaults to off if commented out
|*****************************************************************

|Passive: on

|*****************************************************************
| set default entry for site selection dialogue box. 
| this is executed for each file in the selection
| can be overridden in User menu
| defaults to "" if commented out
|*****************************************************************

|site_selection: -f chmod 644 %f,-d chmod 755 %f

|*****************************************************************
| set default entry for site_on_upload dialogue box.
| this is executed for each file uploaded
| can be overridden in User menu
| defaults to "" if commented out
|*****************************************************************

|site_on_upload: -f chmod 644 %f,-d chmod 755 %f

