Test WinSCP #261

Merged
lx merged 1 commits from test/winscp into main 2022-03-07 13:23:51 +00:00
Owner
  1. I packaged WinSCP in Nix, it creates a winscp binary that depends on Wine and starts the CLI. As a user, it is as straightforward as installing the package and running winscp in the shell.
  2. The socat TLS proxy is mandatory with WinSCP (WinSCP does not support accessing a S3 endpoint without TLS)
  3. The dev-env script crafts the S3 URL and put it in an env var. The URL must be used later in WinSCP with the open command.
  4. I wrote some read/write tests in test-smoke.sh, similarly to the ones written for awscli or rclone.
1. I packaged WinSCP in Nix, it creates a `winscp` binary that depends on Wine and starts the CLI. As a user, it is as straightforward as installing the package and running `winscp` in the shell. 2. The socat TLS proxy is mandatory with WinSCP (WinSCP does not support accessing a S3 endpoint without TLS) 3. The dev-env script crafts the S3 URL and put it in an env var. The URL must be used later in WinSCP with the `open` command. 4. I wrote some read/write tests in test-smoke.sh, similarly to the ones written for awscli or rclone.
quentin added the
Testing
label 2022-03-03 13:28:24 +00:00
quentin force-pushed test/winscp from d98b769cee to 2a3afcaf65 2022-03-03 13:29:15 +00:00 Compare
lx merged commit 2a3afcaf65 into main 2022-03-07 13:23:51 +00:00
Sign in to join this conversation.
No description provided.