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++ (語言數: 17)
平台Windows
許可證Other
發布數112
最新版本名稱6.3.3 (發布於 )
第一版名稱5.7.6 (發布於 )
創建於2016-06-22 17:19:44
推送於2024-05-07 07:21:03
最后一次提交2024-04-16 15:01:06
星數2.4k
關注者數69
派生數303
提交數9.1k
已啟用問題?
問題數0
打開的問題數0
拉請求數45
打開的拉請求數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

去到頂部