Skip to content

[JA] Added clarification for wolfSSH ch.3 wolfscp example and fixed a… #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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