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 8e9bff2845 5.1.2 13 years ago
components 8e9bff2845 5.1.2 8 years ago
console 4dbd64b724 5.1 8 years ago
core 8e9bff2845 5.1.2 8 years ago
deployment 8e9bff2845 5.1.2 8 years ago
dragext 9f349b6812 5.1.1 8 years ago
filezilla 9f349b6812 5.1.1 8 years ago
forms 8e9bff2845 5.1.2 8 years ago
openssl f028255b5b 4.3.9 8 years ago
packages 8e9bff2845 5.1.2 8 years ago
putty 4dbd64b724 5.1 8 years ago
resource 4dbd64b724 5.1 8 years ago
windows 9f349b6812 5.1.1 8 years ago
Console.cbproj 8e9bff2845 5.1.2 8 years ago
DScpComp.cbproj 4dbd64b724 5.1 8 years ago
DragDropP.cbproj 4dbd64b724 5.1 8 years ago
DragDropP.cpp 4dbd64b724 5.1 8 years ago
DragExt.cbproj 8e9bff2845 5.1.2 8 years ago
DragExt64.rc 8e9bff2845 5.1.2 8 years ago
DriveDir.cbproj 4dbd64b724 5.1 8 years ago
DriveDir.cpp 4dbd64b724 5.1 8 years ago
FileZilla.cbproj 4dbd64b724 5.1 8 years ago
Moje.cbproj 4dbd64b724 5.1 8 years ago
Moje.cpp 4dbd64b724 5.1 8 years ago
Putty.cbproj 4dbd64b724 5.1 8 years ago
RScpComp.cbproj 4dbd64b724 5.1 8 years ago
ScpCore.cbproj 4dbd64b724 5.1 8 years ago
ScpForms.cbproj 4dbd64b724 5.1 8 years ago
WinSCP.cbproj 8e9bff2845 5.1.2 8 years ago
WinSCP.cpp 4dbd64b724 5.1 8 years ago
WinSCP.drc 4dbd64b724 5.1 8 years ago
WinSCP.groupproj 4dbd64b724 5.1 8 years ago
build.bat 4dbd64b724 5.1 8 years ago
licence.txt 4dbd64b724 5.1 8 years ago
makefile.dragext64 4dbd64b724 5.1 8 years ago
readme.txt 4dbd64b724 5.1 8 years ago
readme_mfc.txt 4dbd64b724 5.1 8 years ago
tb2k.cbproj 4dbd64b724 5.1 8 years ago
tb2k.cpp 4dbd64b724 5.1 8 years ago
tbxp.cbproj 4dbd64b724 5.1 8 years ago
tbxp.cpp 4dbd64b724 5.1 8 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:
/ project files of all native libraries and executables
/components native WinSCP visual components
/console console interface
/core core (non-visual) part of WinSCP (SSH, SFTP, FTP and SCP code)
/deployment Inno Setup script to create setup package (see /deployment/readme)
/dragext drag&drop shell extension
/filezilla source code of FileZilla FTP client
/forms visual part of WinSCP (dialogs and windows)
/openssl source code of subset of OpenSSL for SSL/TLS support for FTP
/packages general visual components (both mine and 3rd party)
/putty source code of Putty SSH client
/resource resources strings
/windows other sources

WinSCP homepage is http://winscp.net/

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