readme 1.4 KB

1234567891011121314151617181920212223242526272829303132
  1. This is the README file for source code package of WinSCP.
  2. To build full version of WinSCP you need Borland C++ Builder 6 Professional.
  3. You can build version without FTP support with Borland C++ Builder 6 Personal.
  4. To build 64-bit version of drag&drop shell extension, you need
  5. Windows Platform SDK.
  6. To build WinSCP from source by yourself, type 'make' in root
  7. folder of source code package (directory where 'makefile' file resides).
  8. To build version without FTP support, use 'make -DNO_FILEZILLA'.
  9. To build also 64-bit version of drag&drop, use 'make -DWITH_DRAGEXT64'.
  10. However before you need to set some environment variables.
  11. Refer to makefile.dragext64.
  12. Directory structure:
  13. / project files of all native libraries and executables
  14. /components native WinSCP visual components
  15. /console console interface
  16. /core core (non-visual) part of WinSCP (SSH, SFTP, FTP and SCP code)
  17. /dragext drag&drop shell extension
  18. /filezilla source code of FileZilla FTP client
  19. /forms visual part of WinSCP (dialogs and windows)
  20. /lib this is where linked libraries are stored during build
  21. /packages general visual components (both mine and 3rd party)
  22. /putty source code of Putty SSH client
  23. /release Inno Setup script to create setup package (see /release/readme)
  24. /resource resources strings
  25. /windows other sources
  26. WinSCP homepage is http://winscp.net/
  27. See the file 'licence' for the licence conditions.