You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EasySFTP is a file transfer client application for Windows using SFTP, FTP, and FTPS.
25
26
26
-
Currently only Japanese language version is provided.
27
+
Starting from v0.15.0.1, EasySFTP provides English translation.
27
28
28
29
## Build
29
30
30
31
(The following steps are for Visual Studio 2019 and not confirmed with other build systems.)
31
32
32
-
1. Download and build a OpenSSL library (checked version: 1.1.1k) from source codes. (using `libcrypto.lib` and `libssl.lib` library files and OpenSSL header files)
33
-
2. Download and build a libssh2 library (checked version: 1.9.0) from source codes. (using `libssh2.lib` library files and libssh2 header files)
33
+
1. Download and build a OpenSSL library (checked version: 3.6.0) from source codes. (using `libcrypto.lib` and `libssl.lib` library files and OpenSSL header files)
34
+
2. Download and build a libssh2 library (checked version: 1.11.1) from source codes. (using `libssh2.lib` library files and libssh2 header files)
35
+
- Pre-built binaries of OpenSSL and libssh2 could be download from the latest build artifacts of https://github.com/jet2jet/EasySFTP/actions/workflows/build-libs.yml (may be expired).
34
36
3. Set `IncludePath` and `LibraryPath` settings for `ShellDLL` project to use OpenSSL library.
35
-
* To set those paths, you can create a file `Common.user.props` besides `Common.props`. The file `Common.user.sample.props` is a sample file for `Common.user.props`, and you can copy and modify this file to create `Common.user.props`.
36
-
* The setting which uses `libcrypto.lib`, `libssl.lib`, and `libssh2.lib` is included in `Common.user.sample.props`.
37
+
- To set those paths, you can create a file `Common.user.props` besides `Common.props`. The file `Common.user.sample.props` is a sample file for `Common.user.props`, and you can copy and modify this file to create `Common.user.props`.
38
+
- The setting which uses `libcrypto.lib`, `libssl.lib`, and `libssh2.lib` is included in `Common.user.sample.props`.
0 commit comments