Difference between revisions of "Meet Manager:Live Results Secondary FTP Server"

From Swim Wiki
Jump to: navigation, search
(Created page with "You may define a second FTP server for upload of live results. This is done with an additional section in the '''Meet.ini''' file: <tt>[LiveResultExtraFtp]<br /> HostName=myf...")
 
(No difference)

Latest revision as of 10:01, 17 December 2015

You may define a second FTP server for upload of live results. This is done with an additional section in the Meet.ini file:

[LiveResultExtraFtp]
HostName=myftp.server.com
Port=21
User_Name=myusername
Password=mypassword
PassiveMode=True | False
RequireTLS=True | False
RemoteDirectory=\mymeetdata

Please be aware, that these settings are always used when you activate live results for any meet. If you want to deactivate it, ensure that HostName is an empty string.