SFTP connection using Total Commander

Making SFTP connection via Total Commander:

Option A, simple SFTP:

  1. download this plugin and install in TC
  2. add “sftp” dir under “plugins\wfx” within TC
  3. copy the contents of the downloaded plugin to the new sftp dir
  4. from TC-options > plugins > WFX, add this above (#2) entry
  5. from TC, open Network Neighborhood
  6. open: Secure FTP Connections (or whatever name given upon install)
  7. you’ll see three options:
    • Quick connection (make a quick conn without saving)
    • Add connections.lnk (add a new saved conn)
    • Edit connections.lnk (edit any saved conns)
  8. Double-click on a saved conn to establish the connection

Notes:

  • Settings are saved within plugin dir in “wcx_sftp.ini”
  • Can save username, password, default dir

Option B, using with included PuTTY:

  1. downloadthisplugin and install in TC
  2. from TC, open Network Neighborhood
  3. open: Secure FTP Connections
  4. open: <edit connections>(here you’ll see PuTTY(6.0) for TC)
  5. add/modify/remove a connection
  6. set default dir for session under SFTP4TC
  7. Double-click on a saved conn to establish the connection

Notes:

  • Settings are saved within TC dir in “putty.ini”
  • Can save username, default dir

how to install Midnight-Commander in Linux

To install Midnight-Commander (MC) in Linux:

[bash]wget http://www.midnight-commander.org/downloads/mc-4.7.5.2.tar.gz
tar -zxvf mc-4.7.5.2.tar.gz
cd mc-4.7.5.2
./configure
make
make install[/bash]

[bash]#to run Midnight commander use:
mc [/bash]

Notes:
– if link don’t work look for an updated link
– may need to install pcre* (perl) and glib* (gnome) libraries
Credits: http://www.webhostingtalk.com/showthread.php?t=345710