mirror of
https://github.com/upa/mscp.git
synced 2026-02-19 04:55:44 +08:00
fix buf size in remote to local copy.
Too large buffer size for sftp_async_read causes unfinished copy: sftp_async_read returns 0 althrough data remains.
This commit is contained in:
@@ -14,11 +14,11 @@ docker build -t mscp-centos:8 -f docker/centos-8.Dockerfile .
|
||||
Test `mscp` in the containers.
|
||||
|
||||
```console
|
||||
docker run --init --rm mscp-ubuntu:20.04 /build/mscp/scripts/test-in-container.sh
|
||||
docker run --init --rm mscp-ubuntu:20.04 /mscp/scripts/test-in-container.sh
|
||||
|
||||
docker run --init --rm mscp-ubuntu:22.04 /build/mscp/scripts/test-in-container.sh
|
||||
docker run --init --rm mscp-ubuntu:22.04 /mscp/scripts/test-in-container.sh
|
||||
|
||||
docker run --init --rm mscp-centos:8 /build/mscp/scripts/test-in-container.sh
|
||||
docker run --init --rm mscp-centos:8 /mscp/scripts/test-in-container.sh
|
||||
```
|
||||
|
||||
Retrieve deb/rpm packages.
|
||||
|
||||
Reference in New Issue
Block a user