I have a Windows XP PC and a handset that supports FTP file transfers via bluetooth. Note that I cannot run python on the handset. Is there a way to transfer files from the PC to the handset using Python and the appropriate Bluetooth extension module? Right now, I am doing it manually by navigating to the handset using Windows Explorer and then copying the files between directories.
Any help appreciated.
By the way, I have been tinkering with
http://code.google.com/p/pybluez/
and I'm encouraged to find that it does detect the headset with the appropriate FTP protocol. Now, the trick is to do the file transfer.