Skip to content

Commit 374a06b

Browse files
authored
Merge pull request #197 from BridgerVoss/master
Added clarification for wolfSSH ch.3 wolfscp example and fixed a command in wolfMQTT ch.2
2 parents bd0013a + 8a6f415 commit 374a06b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

wolfMQTT/src/chapter02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ wolfMQTT was written with portability in mind, and should generally be easy to b
44

55
When using the autoconf / automake system to build, wolfMQTT uses a single Makefile to build all parts and examples of the library, which is both simpler and faster than using Makefiles recursively. If using the TLS features or the Firmware/Azure IoT Hub examples you’ll need to have wolfSSL installed. For wolfSSL and wolfMQTT we recommend using config options below
66
```
7-
./configure --enable-ecc --enable-supportedcurves --enable-base64encode.
7+
./configure --enable-ecc --enable-supportedcurves --enable-base64encode
88
```
99
For wolfSSL use `make && sudo make install`. If you get an error locating the libwolfssl.so, run `sudo ldconfig` from the wolfSSL directory.
1010

wolfSSH/src/chapter03.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ The portfwd tool accepts the following command line options:
136136
### wolfSSH scpclient
137137

138138
The scpclient, wolfscp, establishes a connection to an SSH server and copies
139-
the specified files from or to the local machine.
139+
the specified files from or to the local machine. When using the wolfSSH
140+
example, absolute paths must be used, and directories must end with a `/`.
140141

141142
The scpclient tool accepts the following command line options:
142143
```

0 commit comments

Comments
 (0)