X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;ds=sidebyside;f=obexftp;h=4cad7b9a68e4bcf8497b3480898731c7eec9f219;hb=f988468cf61fa5f048b4fe281602521271b3293b;hp=f0485ef39a3d1efa2c2ebc392f7f46010514a600;hpb=1a740dc0263f59c570dbdf9d64f6cb9ff0fd182b;p=extfs.d.git diff --git a/obexftp b/obexftp index f0485ef..4cad7b9 100755 --- a/obexftp +++ b/obexftp @@ -1,5 +1,4 @@ #! /usr/bin/env python - """ObexFTP Virtual FileSystem for Midnight Commander Manipulate a cell phone's filesystem calling obexftp binary. This is a complete @@ -15,7 +14,8 @@ OpenOBEX 1.0.1+ (http://openobex.sourceforge.net/) and ObexFTP 0.10.4+ (http://triq.net/obexftp). Edit the script, and correct the the full path to the obexftp binary (see -obexftp_prog below). Put the script in the /usr/[local/][lib|share]/mc/extfs, +obexftp_prog below). For mc 4.7+ put the script in $HOME/.mc/extfs.d. +For older versions put it in /usr/[local/][lib|share]/mc/extfs and add a line "obexftp" to the /usr/[local/][lib|share]/mc/extfs/extfs.ini. Make the script executable. @@ -64,11 +64,9 @@ named in $TMP environment variable. """ -__version__ = "1.3.0" -__revision__ = "$Id$" -__date__ = "$Date$"[7:-2] +__version__ = "1.3.2" __author__ = "Oleg Broytman " -__copyright__ = "Copyright (C) 2004-2010 PhiloSoft Design" +__copyright__ = "Copyright (C) 2004-2013 PhiloSoft Design" __license__ = "GPL" @@ -95,8 +93,8 @@ ObexFTP Virtual FileSystem for Midnight Commander version %s Author: %s %s -This is not a program. Put the script in /usr/[local/][lib|share]/mc/extfs. -For more information read the source!""", +This is not a program. Put the script in $HOME/.mc/extfs.d or +/usr/[local/][lib|share]/mc/extfs. For more information read the source!""", __version__, __author__, __copyright__ ) sys.exit(1)