Differences
This shows you the differences between the selected revisions of the page.
2004-12-15 | 2004-12-15 | ||
no summary (martin) | no summary (martin) | ||
Line 1: | Line 1: | ||
- | ====== Introducing WinSCP ====== | ||
- | WinSCP is an open source SFTP (SSH File Transfer Protocol) and SCP | ||
- | (Secure CoPy) client for Windows using SSH (Secure SHell). Its main | ||
- | function is safe copying of files between a local and a remote | ||
- | computer. | ||
- | |||
- | ===== Features ===== | ||
- | - Graphical Interface | ||
- | - Drag and Drop integration with shell (with optionally installed shell extension) | ||
- | - All common [[introduction#file_operations|operations with files]] | ||
- | - Support for SFTP and SCP protocols over SSH1 and SSH2 | ||
- | - Integrated Text Editor | ||
- | - Support for SSH password, keyboard-interactive, public key and Kerberos (GSS) authentication. | ||
- | - Integrates with Pageant (Putty Agent) for full support of public key authentication | ||
- | - Windows Explorer-like and Norton Commander-like [[introduction#interfaces|interfaces]]. | ||
- | - Optionally stores session information. | ||
- | - Optionally supports standalone operation using a configuration file in place of registry entries, suitable for operation from removable media | ||
- | - Directory Synchronization tool quickly synchronizes changes between local and remote directories. | ||
- | |||
- | ===== File operations ===== | ||
- | WinSCP can do all basic operations with files, such as copying and moving (to and from a remote computer). It also allows you to rename files and folders, create new folders, change properties of files and folders, and creating symbolic links and shortcuts. | ||
- | |||
- | One of two selectable program interfaces (based on Norton Commander) allows the user to manage files even on the local computer. | ||
- | |||
- | Most operations can be done recursively for files in folders. In some cases optionally (changing of file properties), in all other cases it's compulsory (copying, moving, deleting). | ||