If nothing helps to get your transfer rate up, then you either have problems with your bandwidth (very slow connection), or there are other components flooding the CPU (probably from background threads).
With my iPhone 4S, over a 3G connection from my mobile internet provider (BASE), using the File_Client demo for iOS, it takes only
7 seconds (including the time to open a connection) to download the complete RealThinClient SDK Starter edition ZIP file from the RealThinClient.com WebServer, simply by using default settings (Blocking=False and MultiThreaded=False). And that file has
2,57 MB (2.704.003 Bytes).
To fetch the complete "FishFacts" table (including several images, total 116 KB in size) with the iosTestClient demo, it takes about 1 second using my iPhone 4S over a WiFi connection and a Server running inside LAN. You can see that in this YouTube video, which was recorded by another RTC user:
http://www.youtube.com/watch?v=LPV4fWAw69gSo ... my suggestion is to try finding out what is causing this slow-down. If it isn't your available bandwidth, make a small test app using only RTC components, a TButton and a TLabel from FireMonkey (no Memo, Gauge or other visual components) to see if it makes a difference. With such small files, over a 3G connection, it shouldn't take a lot more than 1 second to transfer a 60kb file. Also remove any code that writes the file on to a device, so you can measure pure transfer time.
Best Regards,
Danijel Tkalce