Secure FTP plugin: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(Added features)
(Page updated to recent versions)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__FORCETOC__
__FORCETOC__
'''Secure FTP plugin''' is a [[file system plugin]] that adds a [http://en.wikipedia.org/wiki/SSH_file_transfer_protocol#SFTP_client SFTP client] to [[Total Commander]]. Features include:
'''Secure FTP plugin''' (SFTP plugin) is a [[file system plugin]] that adds a [http://en.wikipedia.org/wiki/SSH_file_transfer_protocol#SFTP_client SFTP client] to [[Total Commander]].
* connect with username/password
* connect with client certificate
* connect over a HTTP proxy supporting the CONNECT command
* upload, download, rename, delete, create directory
* resume upload and download
* change Unix attributes (chmod)
* synchronize dirs with correct timestamps(!)
* properties of file (STAT command) via Alt+Enter
* command line support for any shell commands


Author of this plugin is [[Christian Ghisler]].
Author of this plugin is [[Christian Ghisler]].


== Where can I find this plugin? ==
== Features ==
Currently a final version hasn't been released yet. A download link to the latest beta version can be found in the thread about Secure FTP plugin on the Total Commander Forum. [http://www.ghisler.ch/board/viewtopic.php?t=19994]
Features of the Secure FTP plugin include:
* Connect with username/password.
* Connect with an client certificate.
* Connect over a HTTP proxy supporting the CONNECT command.
* Connect over a SOCKS4, SOCKS4A or SOCKS5 proxy.
* Upload, download, rename, delete, create directory.
* Copy files within a server (Shift+F5 or F5 with different dirs).
* Resume upload and download.
* Change Unix attributes (chmod).
* Synchronize dirs with correct timestamps(!).
* Properties of file (STAT command) via Alt+Enter.
* Command line support for any shell commands.
* Let user choose SCP as copy method.
* Convert text files to/from Unix format during transfers.
* Support different server encodings.
* Support for SCP only servers.
* Keep alive.
* Transfer files >2GB via SCP.


== Requirements ==
== Requirements ==
The Secure FTP plugin requires the following two [http://en.wikipedia.org/wiki/Dynamic-link_library DDLs] from the [http://curl.haxx.se/libcurl/ libcurl library]:
 
* libeay32.dll
Recent versions of this plugin work under Windows Vista and up.
* libssh2.dll
 
If you use Windows XP or older, you need version 2.90 of this plugin and additional [http://en.wikipedia.org/wiki/Dynamic-link_library DLLs]. More information can be found on the [http://www.ghisler.com/plugins.htm#filesys Total Commander Plugins page].


== External links ==
== External links ==
* [http://www.ghisler.ch/board/viewtopic.php?t=19994 Thread about Secure FTP plugin on the Total Commander Forum.]
* [http://www.ghisler.com/plugins.htm#filesys Total Commander Plugins page where you can download the Secure FTP plugin.]
* [http://curl.haxx.se/libcurl/ libcurl Front Page]
* [http://www.ghisler.ch/board/viewtopic.php?t=19994 Secure FTP plugin support thread on the Total Commander Forum.]


[[Category:File system plugins]]
[[Category:File system plugins]]

Latest revision as of 10:16, 23 August 2022

Secure FTP plugin (SFTP plugin) is a file system plugin that adds a SFTP client to Total Commander.

Author of this plugin is Christian Ghisler.

Features

Features of the Secure FTP plugin include:

  • Connect with username/password.
  • Connect with an client certificate.
  • Connect over a HTTP proxy supporting the CONNECT command.
  • Connect over a SOCKS4, SOCKS4A or SOCKS5 proxy.
  • Upload, download, rename, delete, create directory.
  • Copy files within a server (Shift+F5 or F5 with different dirs).
  • Resume upload and download.
  • Change Unix attributes (chmod).
  • Synchronize dirs with correct timestamps(!).
  • Properties of file (STAT command) via Alt+Enter.
  • Command line support for any shell commands.
  • Let user choose SCP as copy method.
  • Convert text files to/from Unix format during transfers.
  • Support different server encodings.
  • Support for SCP only servers.
  • Keep alive.
  • Transfer files >2GB via SCP.

Requirements

Recent versions of this plugin work under Windows Vista and up.

If you use Windows XP or older, you need version 2.90 of this plugin and additional DLLs. More information can be found on the Total Commander Plugins page.

External links