Secure FTP plugin: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(Added section "Requirements", "Where can I find this plugin?". Adjusted External links.)
(Added features)
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]]. This plugin is written by [[Christian Ghisler]].
'''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:
* 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]].


== Where can I find this plugin? ==
== Where can I find this plugin? ==

Revision as of 16:16, 10 October 2009

Secure FTP plugin is a file system plugin that adds a SFTP client to Total Commander. Features include:

  • 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.

Where can I find this plugin?

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. [1]

Requirements

The Secure FTP plugin requires the following two DDLs from the libcurl library:

  • libeay32.dll
  • libssh2.dll

External links