File Transfer to Raspberry

Hi everyone,

I am an embedded linux programmer who knows C and Go programming, so don’t know much about mobile, iOS or Swift. I read some answers here which tells don’t use FTP and I guess BLE is not the best way trasferring file. I need to transfer some configuration files and firmware updates but I don’t know what is the most delicate way to do achive this? Can you give me hand to this newbie here?
You can find a sample project transferring data between BLE devices here: https://developer.apple.com/documentation/corebluetooth/transferring_data_between_bluetooth_low_energy_devices

I read some answers here which tells don’t use FTP

That was probably my On FTP post.

I need to transfer some configuration files and firmware updates but I
don’t know what is the most delicate way to do achive this?

Should I understand that the iOS device and the Raspberry Pi (which I’ll call the accessory) are on the same Wi-Fi network?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
File Transfer to Raspberry
 
 
Q