Linux command
bluetooth-sendto 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Open file transfer dialog to select device and files
bluetooth-sendto
Send a file to a specific Bluetooth device
bluetooth-sendto --device=[XX:XX:XX:XX:XX:XX] [path/to/file]
Send a file to a device with a specified name
bluetooth-sendto --device=[XX:XX:XX:XX:XX:XX] --name="[Device Name]" [path/to/file]
Send multiple files to a device
bluetooth-sendto --device=[XX:XX:XX:XX:XX:XX] [file1] [file2] [file3]
说明
bluetooth-sendto is a GTK application for transferring files over Bluetooth. It is part of the gnome-bluetooth package and provides a graphical dialog for selecting devices and files to transfer. When run without arguments, it displays a file chooser and device selection dialog. When a device address is specified, it connects directly to that device. Multiple files can be sent in a single operation.
参数
- --device=_XX:XX:XX:XX:XX:XX_
- Specify the Bluetooth MAC address of the target device. If omitted, a device chooser dialog is displayed
- --name=_NAME_
- Specify the device name. If omitted, the name is auto-detected from the device address
- file...
- One or more files to send. If omitted, a file chooser dialog is displayed
FAQ
What is the bluetooth-sendto command used for?
bluetooth-sendto is a GTK application for transferring files over Bluetooth. It is part of the gnome-bluetooth package and provides a graphical dialog for selecting devices and files to transfer. When run without arguments, it displays a file chooser and device selection dialog. When a device address is specified, it connects directly to that device. Multiple files can be sent in a single operation.
How do I run a basic bluetooth-sendto example?
Run `bluetooth-sendto` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --device=_XX:XX:XX:XX:XX:XX_ do in bluetooth-sendto?
Specify the Bluetooth MAC address of the target device. If omitted, a device chooser dialog is displayed