X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=blobdiff_plain;f=obexftp;h=c1c523c7d213de563328f1812ef3b94c183bc07c;hp=211fbf74f9529f118fa3e3f45a67d6d7a404ec69;hb=b2b07db4559a9fb29a498bc9f5817812727d435d;hpb=2e40fbd141c426ad8eacf3ecaff7a1ab5aa3fdce diff --git a/obexftp b/obexftp index 211fbf7..c1c523c 100755 --- a/obexftp +++ b/obexftp @@ -8,16 +8,19 @@ undocumented "run"; anyway there are no runnable files in cell phones. The script is written in Python because I I need to parse XML directory listings from obexftp, and Python is the best of all languages suited for the task ;). -The script requires Midnight Commander 3.1+ (http://www.ibiblio.org/mc/), -Python 2.3+ (http://www.python.org/), -OpenOBEX 1.0.1+ (http://dev.zuckschwerdt.org/openobex/) and -ObexFTP 0.10.4+ (http://triq.net/obexftp). +The script requires Midnight Commander 3.1+ +(http://www.midnight-commander.org/), Python 2.3+ (http://www.python.org/), +OpenOBEX 1.0.1+ (http://dev.zuckschwerdt.org/openobex/) 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). 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. +Edit the script, and correct the full path to the obexftp binary (see +obexftp_prog below). For mc 4.7+ put the script in +$HOME/[.local/share/].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. + +See detailed installation instructions at +http://phdru.name/Software/mc/INSTALL.html. Create somewhere a transport file. The transport file may have any name, and is expected to be a text file with at least one line defining the transport to @@ -118,7 +121,7 @@ ObexFTP Virtual FileSystem for Midnight Commander version %s Author: %s %s -This is not a program. Put the script in $HOME/.mc/extfs.d or +This is not a program. Put the script in $HOME/[.local/share/].mc/extfs.d or /usr/[local/][lib|share]/mc/extfs. For more information read the source!""", __version__, __author__, __copyright__ )