Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wolfMQTT/src-ja/chapter02.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ autoconf / automake システムを使用してビルドする場合、wolfMQTT


```
./configure --enable-ecc --enable-supportedcurves --enable-base64encode.
./configure --enable-ecc --enable-supportedcurves --enable-base64encode
```

wolfSSL の場合は、`make && sudo make install` を使用します。 libwolfssl.so の検索でエラーが発生した場合は、wolfSSL ディレクトリから`sudo ldconfig`を実行します。
Expand Down
1 change: 1 addition & 0 deletions wolfSSH/src-ja/chapter03.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ portfwd サンプルプログラムには以下のコマンドラインオプシ
### wolfSSH scpclient

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

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

Expand Down