[wellylug] ssh Ok not scp

Jonathan Harker jharker at massey.ac.nz
Wed Apr 28 16:40:34 NZST 2004


E.Chalaron wrote:
> scp file.ps  219.88.193.165:/home/edouard/
> edouard at 219.88.193.165's password:
> bash: line 1: scp: command not found
> lost connection
> 

Out of curiosity, try

   sftp edouard at 219.88.193.165/home/edouard/

and then

   put file.ps

I wonder if could this be:

sftp edouard at 219.88.193.165/home/edouard/ << EOF
   put file.ps
   exit
EOF




More information about the wellylug mailing list