Skip to content

Commit 2e8c6a4

Browse files
committed
[JA] Added clarification for wolfSSH ch.3 wolfscp example and fixed a command in wolfMQTT ch.2
1 parent 9505e50 commit 2e8c6a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

wolfMQTT/src-ja/chapter02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ autoconf / automake システムを使用してビルドする場合、wolfMQTT
55

66

77
```
8-
./configure --enable-ecc --enable-supportedcurves --enable-base64encode.
8+
./configure --enable-ecc --enable-supportedcurves --enable-base64encode
99
```
1010

1111
wolfSSL の場合は、`make && sudo make install` を使用します。 libwolfssl.so の検索でエラーが発生した場合は、wolfSSL ディレクトリから`sudo ldconfig`を実行します。

wolfSSH/src-ja/chapter03.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ portfwd サンプルプログラムには以下のコマンドラインオプシ
144144
### wolfSSH scpclient
145145

146146
scpclientとwolfscpはSSHサーバーと接続を確立し、指定されたファイルをローカルマシンにコピー、あるいはローカルマシンのファイルをサーバーにコピーします。
147+
wolfSSHのサンプルプログラムを使用する際は、絶対パスを使用する必要があり、ディレクトリは`/`で終わる必要があります。
147148

148149
scpclientサンプルプログラムには以下のコマンドラインオプションが指定できます:
149150

0 commit comments

Comments
 (0)