Differences
This shows you the differences between the selected revisions of the page.
lang:chs 2014-01-15 | lang:chs 2014-09-17 (current) | ||
Line 17: | Line 17: | ||
+ | ===== 主要功能 ===== | ||
+ | * [[:interfaces|图形用户界面]] | ||
+ | * [[:languages|多语言]] | ||
+ | * 与 Windows [[:integration|完美集成]](拖拽, URL, 快捷方式) | ||
+ | * 支持所有常用[[:task_index|文件操作]] | ||
+ | * 支持基于 SSH-1、SSH-2 的 [[:protocols|SFTP 和 SCP 协议]] | ||
+ | * 支持批处理[[:scripting|脚本和命令行方式]] | ||
+ | * 多种半自动、自动的[[:task_synchronize|目录同步]]方式 | ||
+ | * [[:ui_editor|内置文本编辑器]] | ||
+ | * 支持 SSH 密码、键盘交互、公钥和 Kerberos(GSS) [[:ui_login_authentication|验证]] | ||
+ | * 通过与 Pageant(PuTTY Agent)集成支持各种类型[[:public_key|公钥验证]] | ||
+ | * 提供 [[:ui_explorer|Windows Explorer]] 与 [[:ui_commander|Norton Commander]] [[:interfaces|界面]] | ||
+ | * 可选地[[:session_configuration#site|存储会话信息]] | ||
+ | * 可[[:config|将设置存在配置文件中而非注册表中]],适合在移动介质上操作 | ||
===== 文件操作 ===== | ===== 文件操作 ===== | ||
Line 25: | Line 38: | ||
===== 连接到远程计算机 ===== | ===== 连接到远程计算机 ===== | ||
- | 使用 WinSCP 可以连接到一台提供 [[:protocols#sftp|SFTP (SSH File Transfer Protocol)]]或 [[:protocols#scp|SCP (Secure Copy Protocol)]]服务的 [[:ssh|SSH (Secure Shell)]]服务器,通常是 UNIX 服务器。SFTP 包含于 SSH-2 包中,SCP 在 SSH-1 包中。两种协议都能运行在以后的 SSH 版本之上。WinSCP 同时支持 SSH-1 和 SSH-2。 | + | 使用 WinSCP 可以连接到一台提供 [[:sftp|SFTP (SSH File Transfer Protocol)]]或 [[:scp|SCP (Secure Copy Protocol)]]服务的 [[:ssh|SSH (Secure Shell)]]服务器,通常是 UNIX 服务器。SFTP 包含于 SSH-2 包中,SCP 在 SSH-1 包中。两种协议都能运行在以后的 SSH 版本之上。WinSCP 同时支持 SSH-1 和 SSH-2。 |
但WinSCP不支持编码选择,也就是说,你在Windows下使用WinSCP连接一个Linux机器,因为Linux和Windows的默认编码不同,因此是无法访问上面的中文文件或者文件夹的(将看到乱码)。一种解决方法就是在打开winscp时登录中的 Advanced Options--Environment中将 “UTF-8 encoding for filenames”设为on. | 但WinSCP不支持编码选择,也就是说,你在Windows下使用WinSCP连接一个Linux机器,因为Linux和Windows的默认编码不同,因此是无法访问上面的中文文件或者文件夹的(将看到乱码)。一种解决方法就是在打开winscp时登录中的 Advanced Options--Environment中将 “UTF-8 encoding for filenames”设为on. | ||
===== 程序界面 ===== | ===== 程序界面 ===== |