Meet Manager:Live Results Secondary FTP Server

From Swim Wiki
Revision as of 09:01, 17 December 2015 by Kf (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.