| You can download data even if you are behind a firewall or use
a proxy server.
Several sites provided feedback on problems they had retrieving profiles
when their PC was either behind a firewall or access the Internet through
a proxy server. The current version (release 2.2) provides the capability
to get profiles in these cases.
- Install BufGet using the procedures listed above.
- Using an ASCII editor (Wordpad will do, just be sure to save
as Text), edit one or two lines at the top of the file as follows:
##################################################################
# Set Your Three Internet Access Options here:
#
# 1. Do you want passive FTP transfers?
# 1 means TRUE
# 0 means FALSE
# Normally you would PASSIVE to No (i.e. 0).
# However, if you are behind a firewall, or have
a problem
# getting any FTP connection, then set PASSIVE to
TRUE (i.e. 1)
#
set PASSIVE 0
#
# 2. Do you have Internet assess through a proxy server?
# 1 means TRUE
# 0 means FALSE
# Most sites do not go through a Proxy server to
gain Internet access.
# In this case set PROXY to No (i.e. 0) and you can
ignore
# the PROXYSERVER setting.
# However, if you have to go through a proxy server,
# set PROXY to TRUE (i.e. 1) AND set PROXYSERVER
to the name
# (or IP Number) of the proxy server,
#
set PROXY 0
set PROXYSERVER 192.168.0.1
#################################################################
|