how could I possibly send a larger textfile (around 100kB, possibly ZIP packed) from the phone to a remote server?
I found that Python for Series 60 allows sending SMS or file trasnfers over Bluetooth. Both solutions do not fit my needs since I need to periodically transfer data from the phone to a server. The phones could be everywhere at that time.
Since I can start a commandline tool from Python, I thought there might be a commandline based ftp-client which could be automated.
Any ideas are greatly appreciated. Thanks for reading.