Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
コンテンツにスキップ
メインメニュー
メインメニュー
サイドバーに移動
非表示
案内
メインページ
目次
コミュニティに貢献
最近の出来事
おまかせ表示
特別ページ
交流
ヘルプ
貢献
最近の更新
最近の議論
新しいページ
統計
リクエスト
ArchWiki
検索
検索
表示
アカウント作成
ログイン
個人用ツール
アカウント作成
ログイン
ObexFTPのソースを表示
ページ
議論
日本語
閲覧
ソースを閲覧
履歴を表示
ツール
ツール
サイドバーに移動
非表示
操作
閲覧
ソースを閲覧
履歴を表示
全般
リンク元
関連ページの更新状況
ページ情報
表示
サイドバーに移動
非表示
←
ObexFTP
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループに属する利用者のみが実行できます:
登録利用者
。
このページのソースの閲覧やコピーができます。
[[Category:Bluetooth]] [http://dev.zuckschwerdt.org/openobex/wiki/ObexFtp ObexFTP] implements the [[Wikipedia:OBEX|OBEX]] protocol, used to transfer files. OBEX was adopted by [[Bluetooth]] and [[Android]] supports it since version 2.1. == Installation == [[Install]] the {{AUR|obexftp}} package. For a Tcl/Tk front-end [[install]] {{AUR|obextool}}. For a [[GVFS]] client [[install]] {{AUR|gnome-vfs-obexftp}}{{Broken package link|package not found}}. == Usage == === Obex Object Push === To send a file, find out the channel of the OBEX Push service: $ sdptool search --bdaddr ''MAC_address'' OPUSH Then send the file to that channel using the following command from [http://dev.zuckschwerdt.org/openobex/wiki/ObexFtpExamples/#Obex-PUSH-over-Bluetooth]: $ obexftp --nopath --noconn --uuid none --bluetooth ''MAC_address'' --channel ''channel'' --put ''file'' Alternatively you could use {{AUR|ussp-push}}. To receive OBEX Pushes, there is [https://gitlab.com/obexpushd/mainline ObexPushD], which however is no longer packaged for Arch. === ObexFTP === If your device supports the Obex FTP service but you do not wish to mount the device you can transfer files to and from the device using the obexftp command. To send a file to a device run the command: $ obexftp -b ''MAC_address'' -p /path/to/file To retrieve a file from a device run the command: $ obexftp -b ''MAC_address'' -g filename {{Note|Ensure that the file you are retrieving is in the device's ''exchange folder''. If the file is in a subfolder of the exchange folder then provide the correct path in the command.}} === ObexFS === Another option, rather than using KDE or Gnome Bluetooth packages, is ObexFS which allows for the mounting of phones which are treated like any other filesystem. {{Note|To use ObexFS, one needs a device that provides an ObexFTP service.}} Mount supported phones by running: $ obexfs -b ''MAC_address'' ''mountpoint'' Once you have finished, to unmount the device use the command: $ fusermount -u ''mountpoint'' For more mounting options see http://dev.zuckschwerdt.org/openobex/wiki/ObexFs {{Note|Ensure that the bluetooth device you are mounting is '''not''' set to mount ''read-only''. You should be able to do this from the device's settings. If the device is mounted ''read-only'' you may encounter a permissions error when trying to transfer files to the device.}}
このページで使用されているテンプレート:
テンプレート:AUR
(
ソースを閲覧
)
テンプレート:Note
(
ソースを閲覧
)
ObexFTP
に戻る。
検索
検索
ObexFTPのソースを表示
話題を追加