merge the formfield patch from ooo-build
[ooovba.git] / testautomation / global / input / servers.txt
blob4962fd856d7d5708f481566c1cad8687a40e1c5c
1 # This file contains a number of servers providing certain services
2 # both inside and outside your firewall. 
3 # Acces the data via global/tools/inc/t_server_info.inc::hGetServerInfo(...)
4 # This list can be extended to your liking (just create new unique sections).
5 # You can even break the scheme used herein by just specifying a section like
6 #[mysection]
7 #FullURL=ftp://myname:mypassword@yourserver.com
8 # and all you would have to do is call hGetServerInfo( "mysection", "FullURL" )
9 # to get the string.
11 [http_internal]
12 Name=<some freeform server name>
13 Port=80
14 Protocol=http://
15 URL=myserver.sweden.com
16 UseProxy=no
17 User=(none)
18 Pass=(none)
20 [http_external]
21 Name=Heiseticker
22 Port=80
23 Protocol=http://
24 URL=www.heise.de
25 UseProxy=yes
26 User=(none)
27 Pass=(none)
29 [ftp_internal]
30 Name=<servername>
31 Port=21
32 Protocol=ftp://
33 URL=<server>.<mydomain.net>
34 Subdir=/
35 UseProxy=no
36 User=<username>
37 Pass=<password>
39 [ftp_external]
40 Name=Mozilla Fondation Public FTP Server
41 Port=21
42 Protocol=ftp://
43 URL=ftp.mozilla.org
44 Subdir=/pub
45 UseProxy=yes
46 User=<username>
47 Pass=<password>