Linux Commands Examples

A great documentation place for Linux commands

bluetooth-sendto

GTK application for transferring files over Bluetooth

Synopsis

bluetooth-sendto [--device=XX:XX:XX:XX:XX:XX [--name=NAME]] [file...]


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
exit 1
fi
bluetooth-sendto --device="$dest_bt" 1.log
if [ $? = 0 ];then
bt_send="P"
else
bt_send="F"

description

bluetooth-sendto will display a dialog for transferring files over Bluetooth. bluetooth-sendto is part of gnome-bluetooth, see also http://live.gnome.org/GnomeBluetooth

options

--device

Define the device address to send the file(s) to. If omitted a chooser will be displayed.

--name

Define the device name to send the file(s) to. If omitted it will be auto detected.

file

The file(s) to send to the device. If omitted a chooser will be displayed.

license

bluetooth-sendto is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA


author

Marcel Holtmann <marcel[:at:]holtmann[:dot:]org>

How can this site be more helpful to YOU ?


give  feedback