Sending files using obexftp

The easiest way of programming python for Symbian s60 is to write the codes in your laptop and save it with .py extension. Suppose pulse.py.
Now using obexftp push the files to your phone.
For this make a new folder in named Python in your memory card and being in the folder where you have saved your pulse.py file run the following command.

obexftp -b -c E: Python -p pulse.py

You are done now from your phone's Python application select run script and select pulse.py.
That's all.

Similar method can be adopted for sending any other file using obexftp.

Comments

Popular Posts