LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

obexftp

transfers files via OBEX protocol

TLDR

List files on device
$ obexftp -b [device_address] -l [/]
copy
Download file
$ obexftp -b [device_address] -g [remote_file]
copy
Upload file
$ obexftp -b [device_address] -p [local_file]
copy
List paired devices
$ obexftp -s
copy
Use USB connection
$ obexftp -u [device] -l [/]
copy

SYNOPSIS

obexftp [options] [command]

DESCRIPTION

obexftp transfers files via OBEX protocol. Supports Bluetooth and USB.The tool enables file exchange with mobile devices. Part of OpenOBEX.

PARAMETERS

-b ADDRESS

Bluetooth device address.
-u DEVICE
USB device.
-l PATH
List directory.
-g FILE
Get/download file.
-p FILE
Put/upload file.
-s
Search for devices.
--help
Display help information.

INSTALL

sudo apt install obexftp
copy
sudo zypper install obexftp
copy
nix profile install nixpkgs#obexftp
copy

CAVEATS

Requires Bluetooth or USB OBEX support. Device must be paired.

HISTORY

obexftp was created for file transfer using the OBEX protocol over Bluetooth.

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid