Archive for February 28th, 2011

FTP files to/from 9310 with obexftp

Monday, February 28th, 2011

Forgot I could ftp files to/from my old nokia 9310 via the command line on linux with obexftp.
This is how – so I don’t forget again later on…

obexftp -b AA:BB:CC:DD:EE:FF -c C: -g TODO.txt; #get the file from the phone
vim TODO.txt; #whatever
obexftp -b AA:BB:CC:DD:EE:FF -c C: -p TODO.txt; #push it back up again.

Date_Holidays Frenzy – and a little update.

Monday, February 28th, 2011

In the space of just under a month Date_Holidays_Croatia and Date_Holidays_Australia were released – many thanks to the guys who did the actual hard work to be fair as all I did was package them up and release them!

I’ve also been slowly working my way through the bugs of orphaned PEAR packages – as any PEAR QA Team member ought to!

Unlike the Date_Holidays packages, these are PEAR packages that are no longer actively maintained – if you want to take over any of those you should read Till’s blog post on taking over PEAR packages and follow on from there.