{"id":13436596,"url":"https://github.com/winscp/winscp","last_synced_at":"2025-05-13T23:09:50.320Z","repository":{"id":37470769,"uuid":"61737765","full_name":"winscp/winscp","owner":"winscp","description":"WinSCP is a popular free file manager for Windows supporting SFTP, FTP, FTPS, SCP, S3, WebDAV and local-to-local file transfers. A powerful tool to enhance your productivity with a user-friendly interface and automation options like .NET assembly.","archived":false,"fork":false,"pushed_at":"2025-05-07T22:58:21.000Z","size":117833,"stargazers_count":3037,"open_issues_count":0,"forks_count":356,"subscribers_count":74,"default_branch":"master","last_synced_at":"2025-05-11T01:59:42.012Z","etag":null,"topics":["ftp","ftp-client","ftps","s3","scp","sftp","ssh","webdav","windows","winscp"],"latest_commit_sha":null,"homepage":"https://winscp.net","language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/winscp.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"winscp","custom":["https://winscp.net/eng/donate.php","https://apps.microsoft.com/detail/9p0pq8b65n8x"],"patreon":"winscp"}},"created_at":"2016-06-22T17:19:44.000Z","updated_at":"2025-05-11T00:16:24.000Z","dependencies_parsed_at":"2023-09-26T04:17:06.268Z","dependency_job_id":"fd4bc819-1036-4eff-a2cb-302e53264f45","html_url":"https://github.com/winscp/winscp","commit_stats":{"total_commits":7794,"total_committers":33,"mean_commits":236.1818181818182,"dds":0.2725173210161663,"last_synced_commit":"4cbc82066163b2a29f76f0421c24ba4127536d3a"},"previous_names":[],"tags_count":122,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winscp%2Fwinscp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winscp%2Fwinscp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winscp%2Fwinscp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winscp%2Fwinscp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winscp","download_url":"https://codeload.github.com/winscp/winscp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254042289,"owners_count":22004892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ftp","ftp-client","ftps","s3","scp","sftp","ssh","webdav","windows","winscp"],"created_at":"2024-07-31T03:00:50.560Z","updated_at":"2025-05-13T23:09:45.306Z","avatar_url":"https://github.com/winscp.png","language":"C","funding_links":["https://github.com/sponsors/winscp","https://winscp.net/eng/donate.php","https://apps.microsoft.com/detail/9p0pq8b65n8x","https://patreon.com/winscp"],"categories":["C","C++","Software","🔧 Packages"],"sub_categories":["File Management","⚡ Editing"],"readme":"[WinSCP](https://winscp.net/) is a popular free file manager for Windows supporting SFTP, FTP, FTPS, SCP, S3, WebDAV and local-to-local file transfers. A powerful tool to enhance your productivity with a user-friendly interface and automation options like .NET assembly or batch file scripting. Use WinSCP also for file editing, directory synchronization and site management. WinSCP is open-source and well documented. It is available in English and many other languages.\r\n\r\nTo build WinSCP you need:\r\n- [Embarcadero C++Builder 11 Professional](https://www.embarcadero.com/products/cbuilder).\r\n- [Build Tools and Agents for Visual Studio 2022](https://visualstudio.microsoft.com/downloads/) (for C# 9.0)\r\n- [nasm](https://www.nasm.us/) (store it to `buildtools/tools/nasm.exe`)\r\n- [Object file converter](https://www.agner.org/optimize/#objconv) (store it to `buildtools/tools/objconv.exe`)\r\n\r\nTo build WinSCP from source by yourself, modify and use [`build.bat`](build.bat) in root folder.\r\n\r\nDirectory structure:\r\n\r\n    /source             project files of all native libraries and executables\r\n    /source/components  native WinSCP visual components\r\n    /source/console     console interface\r\n    /source/core        core (non-visual) part of WinSCP\r\n                        (SSH, SFTP, FTP, WebDAV, S3 and SCP code)\r\n    /source/dragext     drag\u0026drop shell extension\r\n    /source/filezilla   source code of FileZilla FTP client\r\n    /source/forms       visual part of WinSCP (dialogs and windows)\r\n    /source/packages    general visual components (both mine and 3rd party)\r\n    /source/putty       source code of PuTTY SSH client\r\n    /source/resource    resources strings\r\n    /source/windows     other sources\r\n    /deployment         Inno Setup script to create setup package\r\n                        (see /deployment/readme)\r\n    /dotnet             source code of WinSCP .NET assembly\r\n    /libs               3rd party libraries\r\n    /translations       translations of WinSCP strings\r\n\r\nSee the file [`license.txt`](license.txt) for the license conditions.\r\n\r\n[![NuGet](https://img.shields.io/nuget/v/WinSCP.svg)](https://www.nuget.org/packages/WinSCP/)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinscp%2Fwinscp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinscp%2Fwinscp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinscp%2Fwinscp/lists"}