I've seen all of the posts on downloading a PWB.ini file from a web server using the command line and have successfully implemented that. What I can't see is what the command line syntax for downloading a URL.txt file from a web server is.
Thanks.
URL.txt on a web server
Moderators: Tyler, Scott, PWB v2 Moderator
There is not a syntax for downloading a URL filter file from a web server. The INI file needs to use the command line because PWB downloads the INI file before running. In the case of the URL filter file, PWB runs before the filter file is read.
To use a URL filter file from a web server, enable the web files and set a path to the URL filter file.
[WebFiles]
EnableWebFiles=True
CheckURLFile=http://www.teamsoftwaresolutions.com/WEBURL.txt
When a webfile URL is specified PWB will download to the location for the file specified in the [Files] section.
[Files]
CheckURLFile=C:\Program Files\TeamSoftware Solutions\Public Web Browser v2\URL.txt
--Scott
To use a URL filter file from a web server, enable the web files and set a path to the URL filter file.
[WebFiles]
EnableWebFiles=True
CheckURLFile=http://www.teamsoftwaresolutions.com/WEBURL.txt
When a webfile URL is specified PWB will download to the location for the file specified in the [Files] section.
[Files]
CheckURLFile=C:\Program Files\TeamSoftware Solutions\Public Web Browser v2\URL.txt
--Scott
missing file
What happens in PWB when the file/server specified in the [WebFiles] section is not available? Does it use the old local copy specified in the [Files] section? Are any errors displayed?
Thanks!
Thanks!