ssh에 있는 scp를 이용해서 원격서버에 있는 파일을 로컬로
복사하기 위해
#./scp babo at www.foobar.com:dumb .
같이 입력하면 다음의 에러가 뜹니다.
Executing ssh2 failed. Command:' ssh2 -l babo -x -a -o passwordprompt
%U@%H's password: -o nodelay yes -o authenticationnotify yes
www.foobar.com -s sftp' System error message: '그런 파일이나 디렉토리가 없음'
scp: warning: child process (ssh2) exited with code 255.
로컬의 파일을 원격서버에 있는 제 계정에 올릴때도 마찬가지로
똑같은 에러가 뜹니다. 혹시나 아시는 분이 계시면 답변좀 부탁드립니다.