I received an issue report that a user was unable to scp using my application (which uses libssh2). He was connecting to the ssh server that ships with macOS 10.13. The openSSH command line client worked. The difference is whether the file name is quoted.
libssh2 sends: scp -f '~/test.txt` while openSSH sends: scp -v -f ~/test.txt libbsh2 log snippet: https://gist.github.com/gnachman/352da57d455cb0943f5e06607511bda8 I thought I'd read the scp spec to see who's wrong but it seems there isn't one :) Does anyone know the history with the quotes? Is this a buggy server?
_______________________________________________ libssh2-devel https://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel