Ticket #2242 (improved FISH)
commit36d59acf9750b6c8bebb03949df2e48dd4613b6f
authorIlia Maslakov <il.smind@gmail.com>
Wed, 23 Jun 2010 13:10:05 +0000 (23 17:10 +0400)
committerIlia Maslakov <il.smind@gmail.com>
Mon, 5 Jul 2010 15:35:42 +0000 (5 15:35 +0000)
tree1e13faafbcf549e92355ef6f30cf3fd7dd0d62b8
parente72693f30aad7e5836522d0db3bd37a351969a2a
Ticket #2242 (improved FISH)

    fixed configure.ac
    added lib/vfs/mc-vfs/fish/Makefile.am lib/vfs/mc-vfs/fishdef.h
    moved lib/vfs/mc-vfs/fish/README.fish
    fixed lib/vfs/mc-vfs/Makefile.am
    added external scripts in lib/vfs/mc-vfs/fish/
        * ls - get gile list
        * mkdir - make directory
        * rmdir - remove directory
        * unlink - delete file
        * chown - change owner/group of file
        * chmod - change mode of file
        * mv - move file
        * ln - make symlink
        * hardlink - make hardlink
        * send - copy file to target host
        * append - append file to target host (if exists)
        * get - copy file from target host
        * info - return resalts of scan remote host (have: perl, sed, awk, etc)

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
Signed-off-by: Ilia Maslakov <il.smind@gmail.com>
fish.c: optimization and code cleanup
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
optimization of FISH environment variables.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
22 files changed:
configure.ac
lib/fileloc.h
lib/vfs/mc-vfs/Makefile.am
lib/vfs/mc-vfs/fish.c
lib/vfs/mc-vfs/fish/Makefile.am [new file with mode: 0644]
lib/vfs/mc-vfs/fish/README.fish [moved from lib/vfs/mc-vfs/README.fish with 100% similarity]
lib/vfs/mc-vfs/fish/append [new file with mode: 0755]
lib/vfs/mc-vfs/fish/chmod [new file with mode: 0755]
lib/vfs/mc-vfs/fish/chown [new file with mode: 0755]
lib/vfs/mc-vfs/fish/fexists [new file with mode: 0755]
lib/vfs/mc-vfs/fish/get [new file with mode: 0755]
lib/vfs/mc-vfs/fish/hardlink [new file with mode: 0755]
lib/vfs/mc-vfs/fish/info [new file with mode: 0755]
lib/vfs/mc-vfs/fish/ln [new file with mode: 0755]
lib/vfs/mc-vfs/fish/ls [new file with mode: 0755]
lib/vfs/mc-vfs/fish/mkdir [new file with mode: 0755]
lib/vfs/mc-vfs/fish/mv [new file with mode: 0755]
lib/vfs/mc-vfs/fish/rmdir [new file with mode: 0755]
lib/vfs/mc-vfs/fish/send [new file with mode: 0755]
lib/vfs/mc-vfs/fish/unlink [new file with mode: 0755]
lib/vfs/mc-vfs/fishdef.h [new file with mode: 0644]
lib/vfs/mc-vfs/xdirentry.h