summaryrefslogtreecommitdiff
path: root/testautomation/global/input/servers.txt
blob: 4962fd856d7d5708f481566c1cad8687a40e1c5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# This file contains a number of servers providing certain services
# both inside and outside your firewall. 
# Acces the data via global/tools/inc/t_server_info.inc::hGetServerInfo(...)
# This list can be extended to your liking (just create new unique sections).
# You can even break the scheme used herein by just specifying a section like
#[mysection]
#FullURL=ftp://myname:mypassword@yourserver.com
# and all you would have to do is call hGetServerInfo( "mysection", "FullURL" )
# to get the string.

[http_internal]
Name=<some freeform server name>
Port=80
Protocol=http://
URL=myserver.sweden.com
UseProxy=no
User=(none)
Pass=(none)

[http_external]
Name=Heiseticker
Port=80
Protocol=http://
URL=www.heise.de
UseProxy=yes
User=(none)
Pass=(none)

[ftp_internal]
Name=<servername>
Port=21
Protocol=ftp://
URL=<server>.<mydomain.net>
Subdir=/
UseProxy=no
User=<username>
Pass=<password>

[ftp_external]
Name=Mozilla Fondation Public FTP Server
Port=21
Protocol=ftp://
URL=ftp.mozilla.org
Subdir=/pub
UseProxy=yes
User=<username>
Pass=<password>