WinSCP

WinSCP是Windows的流行免费SFTP和FTP客户端,可在本地和远程计算机之间复制文件。(WinSCP, a popular free SFTP and FTP client for Windows, copies files between a local and remote computer. )

Github星跟踪图

WinSCP 是一款适用于Windows的流行SFTP和FTP客户端,是一款功能强大的文件管理器,可提高您的工作效率。它提供了一个易于使用的GUI,可以使用多种协议在本地和远程计算机之间复制文件:Amazon S3,FTP,FTPS,SCP,SFTP或WebDAV。高级用户可以使用.NET程序集自动化WinSCP。

要构建WinSCP,您需要:

要自己构建WinSCP,请在根文件夹中修改并使用 build.bat

目录结构:

/source             所有本机库和可执行文件的项目文件
/source/components  本机WinSCP可视组件
/source/console     console interface
/source/core        core(非可视)部分WinSCP
                    (SSH,SFTP,FTP,WebDAV,S3和SCP代码)
/source/dragext     拖放shell扩展名
/Source/filezilla   FileZilla FTP客户端的源代码
/source/forms       WinSCP的可视部分(对话框和窗口)
/source/packages    一般可视组件(我和第三方)
/source/putty       PuTTY SSH客户端的源代码
/source/resource    resources字符串
/source/windows     其他来源
/deployment         Inno安装脚本来创建安装程序包
                    (参见 /deployment/readme)
/dotnet             WinSCP .NET程序集的源代码
/libs               第三方库
/translations    WinSCP字符串的翻译

有关许可条件,请参阅 license.txt 文件。

主要指标

概览
名称与所有者winscp/winscp
主编程语言C
编程语言C++ (语言数: 16)
平台Windows
许可证Other
所有者活动
创建于2016-06-22 17:19:44
推送于2025-04-23 22:59:08
最后一次提交2025-04-23 11:50:54
发布数122
最新版本名称6.5 (发布于 )
第一版名称5.7.6 (发布于 )
用户参与
星数3k
关注者数74
派生数353
提交数9.7k
已启用问题?
问题数0
打开的问题数0
拉请求数52
打开的拉请求数0
关闭的拉请求数7
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?

WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It offers an easy to use GUI to copy files between a local and remote computer using multiple protocols: Amazon S3, FTP, FTPS, SCP, SFTP or WebDAV. Power users can automate WinSCP using .NET assembly. WinSCP is available in English and many other languages.

To build WinSCP you need:

To build WinSCP from source by yourself, modify and use build.bat in root folder.

Directory structure:

/source             project files of all native libraries and executables
/source/components  native WinSCP visual components
/source/console     console interface
/source/core        core (non-visual) part of WinSCP
                    (SSH, SFTP, FTP, WebDAV, S3 and SCP code)
/source/dragext     drag&drop shell extension
/source/filezilla   source code of FileZilla FTP client
/source/forms       visual part of WinSCP (dialogs and windows)
/source/packages    general visual components (both mine and 3rd party)
/source/putty       source code of PuTTY SSH client
/source/resource    resources strings
/source/windows     other sources
/deployment         Inno Setup script to create setup package
                    (see /deployment/readme)
/dotnet             source code of WinSCP .NET assembly
/libs               3rd party libraries
/translations       translations of WinSCP strings

See the file license.txt for the license conditions.

NuGet