WinSCP is a popular free SFTP and FTP client for Windows, a powerful file manager that will improve your productivity. It supports also Amazon S3, FTPS, SCP and WebDAV protocols, as well as copying between two local directories. Power users can automate WinSCP using .NET assembly. https://winscp.net/

Martin Prikryl 43ec878d4b 5.2.2 12 years ago
deployment 43ec878d4b 5.2.2 7 years ago
dotnet 43ec878d4b 5.2.2 7 years ago
libs 43ec878d4b 5.2.2 7 years ago
source 43ec878d4b 5.2.2 7 years ago
build.bat 2908ab65ca 5.2.1 7 years ago
licence.txt 2e4b4738f0 5.2 7 years ago
readme.txt 2e4b4738f0 5.2 7 years ago
readme_mfc.txt 4dbd64b724 5.1 7 years ago

readme.txt

This is the README file for source code package of WinSCP.

To build WinSCP you need:
- Embarcadero C++ Builder XE2 Professional.
- Copy MFC source code from Borland C++ Builder 6 Professional and
build its Unicode version (see readme_mfc.txt).
- nasm from http://www.nasm.us/
- To build 64-bit version of drag&drop shell extension, you need
Windows Platform SDK:
http://msdn.microsoft.com/en-us/windows/bb980924

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

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 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

WinSCP homepage is http://winscp.net/

See the file 'licence.txt' for the licence conditions.