freeSSHD cannot be accessed by scp -
i running freesshd on windows a, , need transfer file scp. windows running freesshd can connected via ssh client. neither winscp on windows nor scp on linux cannot connect windows freesshd. errors are:
on linux:
test@workstation:~$ scp -r /home/test/scptest test@192.168.91.238:/c:\users\dejavu\desktop test@192.168.91.238's password: exec request failed on channel 0 lost connection on windows:
'scp' protocol selected transfer file , port default 22. error host not communicating more 15 seconds. still waiting...
scp, many other things, two-side protocol. requires scp present on both client , server. when issue copy command, ssh connects given server , spawns scp process, local scp communicates with. in case, there no scp on server, no communication possible.
rsync behaves in same way.
i guess in case try sftp.
Comments
Post a Comment