It's a once a day dowloand of a 500 Byte file. This is unity code:
string FTPHost = "ftp://filelocation/GEN_PUZZLE_FILE.txt";
string FTPUserName = "user";
string FTPPassword = "password";
downloadWithFTP(FTPHost, path, FTPUserName, FTPPassword);
Debug.Log("Post download");
Topic:
App & System Services
SubTopic:
Networking
Tags: