public
Description: ObexFTP
Homepage: http://dev.zuckschwerdt.org/openobex/
Clone URL: git://github.com/zuckschwerdt/obexftp.git
name age message
file AUTHORS Thu Jan 17 16:00:00 -0800 2002 Release 0.1 [zuckschwerdt]
file ChangeLog Loading commit data...
file Makefile.am
file NEWS
file README
file configure.in
directory src/
README
Introduction:
s45obex is used to access Flex. Memory on Siemens mobile equipment, i.e. S45.

To compile and install:
# ./configure
# make
# make install (as superuser)

To send files or directories:
# s45obex file/dir file/dir ...

To list folder contents:
# s45obex -l <FOLDER> ...

To get files from your mobile:
# s45obex -g dir/file ...

To delete files from your mobile:
# s45obex -d dir/file ...

To rename files on your mobile:
# s45obex -m oldname newname

To receive files or directories:
# s45obex -r [DEST]
If no destination is specified files will be written to the current directory.
Then use your mobiles "Send via IrDA" functions.