Hello, developers.
I'm a newcomer in use of libssh. I tried to use a simple scp-client in
my program. For the first probing I compiled and ran an example from the
libssh tutorial to copy two files from local machine to remote one. The
first file was copied successfully (it apeared on the remote machine
with valid size), but during copying the second file ssh_scp_push_file()
failed with error message "scp status code 204d not valid".
The example libssh_scp.c from libssh tarball indicated the same behaviour.
Please point me what I do wrong ? May sshd on the remote machine be
incompatible with libssh-0.4.6 ?
--
Best regards, Dennis.