Secure FTP plugin: Difference between revisions

From TotalcmdWiki
Jump to navigation Jump to search
(→‎Requirements: Added warning about using different versions of DLLs)
(moved features to separate section and expanded list)
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''' is a [[file system plugin]] that adds a [http://en.wikipedia.org/wiki/SSH_file_transfer_protocol#SFTP_client SFTP client] to [[Total Commander]].
 
Author of this plugin is [[Christian Ghisler]].
 
== List of features ==
Features of the Secure FTP plugin are:
* connect with username/password
* connect with username/password
* connect with client certificate
* connect with an SSH2 client certificate
* connect over a HTTP proxy supporting the CONNECT command
* connect over a HTTP proxy supporting the CONNECT command
* connect over a SOCKS4, SOCKS4A or SOCKS5 proxy
* upload, download, rename, delete, create directory
* upload, download, rename, delete, create directory
* copy files within a server (Shift+F5 or F5 with different dirs)
* resume upload and download
* resume upload and download
* change Unix attributes (chmod)
* change Unix attributes (chmod)
* synchronize dirs with correct timestamps(!)
* synchronize dirs with correct timestamps(!)
* properties of file (STAT command) via Alt+Enter
* properties of file (STAT command) via Alt+Enter
* command line support for any shell commands  
* command line support for any shell commands
 
* let user choose SCP as copy method
Author of this plugin is [[Christian Ghisler]].
* convert text files to/from Unix format during transfers
* unicode support (needs Total Commander 7.5 or later)
* support different server encodings


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

Revision as of 18:51, 10 October 2009

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

Author of this plugin is Christian Ghisler.

List of features

Features of the Secure FTP plugin are:

  • connect with username/password
  • connect with an SSH2 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
  • unicode support (needs Total Commander 7.5 or later)
  • support different server encodings

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 DLLs from the libcurl library:

  • libeay32.dll
  • libssh2.dll

Warning: You may get an access violation if you use a mix of old and new versions of the DLLs libeay32.dll, libssl32.dll and libssh2.dll, e.g. when using sftp and the built-in ftps in parallel. You should use the 3 DLLs from libcurl together if you need both functions.

External links