Re: Return code of server side scp command differs between curl and scp clients

2020-05-04 Thread Daniel Carpenter via curl-library
Sorry I forgot to mention, I'm using debian buster on both the client and server so the versions are curl 7.64.0-4+deb10u1 and openssh 1:7.9p1-10+deb10u2 --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: h

Re: Return code of server side scp command differs between curl and scp clients

2020-05-01 Thread Daniel Stenberg via curl-library
On Thu, 30 Apr 2020, Daniel Carpenter via curl-library wrote: Could anyone help me work out a difference in behaviour between using curl with an scp protocol vs /usr/bin/scp ? On the server, I have a small Python wrapper script which defers to an scp subprocess, using ForceCommand in my sshd c

Return code of server side scp command differs between curl and scp clients

2020-04-30 Thread Daniel Carpenter via curl-library
Dear all, Could anyone help me work out a difference in behaviour between using curl with an scp protocol vs /usr/bin/scp ? On the server, I have a small Python wrapper script which defers to an scp subprocess, using ForceCommand in my sshd config. Using either curl or scp on the client copie