Thanks again Russell! It looks remarkably like mine:
# AVG TCP Server configuration file
#
# Lines beginning with # and empty lines are ignored
#
# Specifies the port that will AVG TCP Server use for incoming connections
# Default value is 4156
# If basic GET command support is active (see bottom of this config file),
# the HTTP server uses this port for updates, too.
# Remove the # character from the beginning of next line to listen on port 80
#Port=80
# Specifies local address that the AVG TCP Server will use for incoming
# conections. Default value is empty, meaning any local address
# If the specified name resolves to more than one address then first
# available address is used (the server tries each of them)
#LocalAddr=localhost
# Full path to the database file. For relative paths, current directory
# is the AVG TCP server executable directory
# Default value is AVGDB.FDB - i.e. the database file is stored in the same
# directory as the executable file
#Databasepath=c:\avg7datacenter\avgdb.fdb
# If set to 1, more verbose (diagnostic) output is produced.
# Default value is 0, producing no excessive diagnostic output
#Verbose=1
# License number. If not specified or if invalid license number is
# used, the server will operate in "unregistered" mode
License=**etc**
# If set to 1, client calls to database server will be isolated and will
# not run concurrently. This will degrade performance, however, it will
# allow to use FireBird or Interbase server with its native client DLL
# Default value is 0, providing maximum performance with the built-in
# database engine
#IsolatedClients=1
# This parameter controls the transaction mode used when accessing
# Firebird SQL server. By default, AVG TCP Server uses the "concurrency"
# transaction mode. If FBConsTrans is set to 1, the more conservative
# "consistency" mode is used. Set only if the AVG TCP Server reports
# errors in SQL commands
#FBConsTrans=1
# Username and password that the clients will have to use in order to
# access the DataCenter. If these values are empty, clients don't have
# to authenticate. If the values are set, clients are obliged to use them
# By default no authentication is necessary
# It is recommended that if you change these parameters you use values
# different from the default ones
#Username=AVGUser
#Password=AVGPass
# Username and password for accessing the database engine itself. These would
# be hardly used for the embedded database engine but could come handy
# if AVG TCP Server connects to a standalone database server
#DBAUserName=SYSDBA
#DBAPassword=masterkey
#
# Clients connect to the server using the following connection string:
#
[

ort]?dbq[=dbpath][?username[?password]]
# Sqaure brackets [ ] denote optional values.
# dbpath, username and password may not be supported by the server (i.e. will be ignored)
# Default value for port is 4156
#
# AVG TCP Server status can be also checked using web browser
# By default, requesting root default document will return the server
# status (i.e.
). The following parameter can be used
# to change the URL to be used for querying the status.
# Default value / corresponds to the default root document
# If the string is empty, status display functionality is disabled
# Examples:
# The following value will change the URL for server statistics
# to
#WebUIURL=/status.html
# The following setting will disable the status display functionality
#WebUIURL=
#
# Limited HTTP support for local updates
#
# AVG TCP Server provides basic support for the HTTP GET command to support
# updates over HTTP in local network. The following options control
# this behavior.
# If set, the GET command support is active. This path defines the
# local directory where update files are stored. Only files in this
# directory are made available using the GET command
# By default, this is set to empty string and thus the GET command support
# is not available
LocalHttpServerRoot=c:\Public\AVG
# The following option defines path that the clients should use for
# requesting the update files. If empty, root directory is used.
# This path in HTTP request maps to the local directory defined by
# by LocalHttpServerRoot option.
# For example, if:
# LocalHttpServerRoot=c:\inetpub and
# HttpServerRoot=/avgupdate
# then requests for
# will provide file c:\inetpub\avg7info.ctf (suppose it exists)
# Please note the port number used in example above!
# Web support uses the same port as the DataCenter support, therefore
# the port number for updates is specified using the Port parameter
# (see above) - and the default value is 4156.
#HttpServerRoot=/avgupdate
# By default the AVG TCP Server does not log HTTP requests. If the following
# option is used then all HTTP GET requests are logged in the "Apache
# Server Combined log file format" into the file specified.
HttpLogPath=c:\Logs\avgtcp_http.log
c:\Public\AVG is a local directory on our server where I get a batch file and wget on my AVGIADMIN client to download to D:\AVG where "Public" on the server is mapped as the "D:" drive. It downloads the updates fine but I'm hardpressed to see where I'm going wrong. I'm going round in circles with the AVG staff, probably because I keep getting replies from different people.
Thanks
Dan