I am not sure if you can use sftp, but I do use scp (secure copy).
scp uses ssh to copy files from the host to the client. I added a
"send" target to my makefile like this:

send:
        scp $(AXIS_TOP_DIR)/apps/mybot/mybot [EMAIL PROTECTED]:/mnt/0/bin/mybot

Then a "make send" will transfer the executable to the mmc card on my  
foxboard.
It is slower than I would like, but it gets the job done. There is  
some kind
of problem with it as about 1 out of 10 times I do it, it will get an  
Error 1,
hand I have to resend it.

If sftp is faster/better, then I too would like to know how to use  
it. -Chuck-

On Aug 28, 2007, at 3:55 PM, dutchkissoft wrote:

> Is there a way of using secure ftp (sftp) on the board ?
>
> Regards
>
> Richard
>
>
> 

Reply via email to