File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
1111wolfSSL の場合は、` make && sudo make install ` を使用します。 libwolfssl.so の検索でエラーが発生した場合は、wolfSSL ディレクトリから` sudo ldconfig ` を実行します。
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ portfwd サンプルプログラムには以下のコマンドラインオプシ
144144### wolfSSH scpclient
145145
146146scpclientとwolfscpはSSHサーバーと接続を確立し、指定されたファイルをローカルマシンにコピー、あるいはローカルマシンのファイルをサーバーにコピーします。
147+ wolfSSHのサンプルプログラムを使用する際は、絶対パスを使用する必要があり、ディレクトリは` / ` で終わる必要があります。
147148
148149scpclientサンプルプログラムには以下のコマンドラインオプションが指定できます:
149150
You can’t perform that action at this time.
0 commit comments