# # Upload a tournament file to a ftp-server every time when it gets modified. # Hint: Windows variants can store the monitoring files in a virtual storage: # C:\Users\[WINDOWS-USER]\AppData\Local\VirtualStore\... # Access data for the ftp-server of SPORT Software can be retrieved from: tview@sport-software.de # $FILE = "C:\Users\[WINDOWS-USER]\AppData\Local\VirtualStore\Windows\SysWOW64\[TOURNAMENT].json" $SERVER = "[FTP-SERVER]" $USER = "[FTP-USER]" ./upload.ps1 $FILE $SERVER $USER [FTP-PASSSWORD]