obexput
file transfer utility for devices that use the OBEX protocol
Install
- All systems
-
curl cmd.cat/obexput.sh
- Debian
-
apt-get install obexftp
- Ubuntu
-
apt-get install obexftp
- Kali Linux
-
apt-get install obexftp
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install obexftp
- Raspbian
-
apt-get install obexftp
- Dockerfile
- dockerfile.run/obexput
obexftp
file transfer utility for devices that use the OBEX protocol
OBEX, the OBject EXchange protocol, can best be described as binary HTTP. OBEX is optimized for ad-hoc links and can be used to exchange all kind of objects like files, pictures, calendar entries (vCal) and business cards (vCard) over bluetooth, IrDA, USB and serial cable links. This is the command line front-end that fully uses the capabilities of libobexftp.