WinSCP

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

Github stars Tracking Chart

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 文件。

Overview

Name With Ownerwinscp/winscp
Primary LanguageC
Program languageC++ (Language Count: 17)
PlatformWindows
License:Other
Release Count112
Last Release Name6.3.3 (Posted on )
First Release Name5.7.6 (Posted on )
Created At2016-06-22 17:19:44
Pushed At2024-04-26 23:21:01
Last Commit At2024-04-16 15:01:06
Stargazers Count2.3k
Watchers Count70
Fork Count301
Commits Count9.1k
Has Issues Enabled
Issues Count0
Issue Open Count0
Pull Requests Count45
Pull Requests Open Count0
Pull Requests Close Count7
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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

To the top