From: Oleg Broytman Date: Sat, 19 Jun 2004 17:32:52 +0000 (+0000) Subject: Changed the order of comments. X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=commitdiff_plain;h=772797ff73bedfd73fe0ed6cb8c169f39983a85e;ds=sidebyside Changed the order of comments. git-svn-id: file:///home/phd/archive/SVN/mc-extfs/trunk@20 1a6e6372-1aea-0310-bd00-dc960550e1df --- diff --git a/obexftp b/obexftp index 5029895..5aa46c5 100755 --- a/obexftp +++ b/obexftp @@ -37,10 +37,10 @@ and channel is the OBEX File Transfer channel; you can discover the address and the channel for your device by using commands like "hcitool scan" and "sdptool browse". -For the IrDA: just put "IrDA" in the file. - For the TTY put a device name: "tty /dev/rfcomm0". +For the IrDA: just put "IrDA" in the file. + Now run this "cd" command in the Midnight Commander (in the "bindings" files the command is "%cd"): cd description#obexftp, where "description" is the name of your file. The VFS script uses obexftp to connect to the device and list @@ -53,8 +53,8 @@ directories quickly. """ __version__ = "1.0.0" -__revision__ = "$Id: obexftp,v 1.9 2004/06/19 17:28:44 phd Exp $" -__date__ = "$Date: 2004/06/19 17:28:44 $"[7:-2] +__revision__ = "$Id: obexftp,v 1.10 2004/06/19 17:32:52 phd Exp $" +__date__ = "$Date: 2004/06/19 17:32:52 $"[7:-2] __author__ = "Oleg Broytmann " __copyright__ = "Copyright (C) 2004 PhiloSoft Design"