obexftp /
| name | age | message | |
|---|---|---|---|
| |
AUTHORS | Thu Jan 17 16:00:00 -0800 2002 | |
| |
ChangeLog | ||
| |
Makefile.am | ||
| |
NEWS | ||
| |
README | ||
| |
configure.in | ||
| |
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.

