implement local-to-remote copy with async_write

This commit is contained in:
Ryo Nakamura
2022-11-17 21:46:21 +09:00
parent a2b4a4c7b3
commit d448f9eb8a
5 changed files with 89 additions and 11 deletions

View File

@@ -192,6 +192,6 @@ make && make install
# mv to mscp dir
mv ../..
mkdir build && cd build
cmake .. -DLIBSSH_PATH=../libssh-installed
cmake .. -DLIBSSH_PATH=$(pwd)/../libssh-installed -DWITH_ASYNC_WRITE=1
make
```
```