Example #1
0
 private async Task Download()
 {
     ServerInterface.ServerPacket sp = ServerInterface.ReadFile("/home/aio/AIO/ToDo.list");
     if (sp.Flags[1] == ServerInterface.ACK)
     {
         await StorageInterface.WriteBytesToLocalFolder("ToDo.list", sp.Message);
     }
 }