Quote:
Originally Posted by ericshliao
I have started dropbear on iLiad. When I used WinSCP to connect to Iliad, I can browse file system, create and delete a directory, but I can't download (copy) file to my PC. An error message told me to make sure SCP server is installed and PATH set. However, I amd sure that scp is installed and PATH is set on iLiad.
Any suggestions?
|
You've installed dropbear, which means sshd is running on your iLiad so that WinSCP can connect. But I doubt you have a command called "scp" in the PATH environment on your iLiad, because dropbear by default doesn't install it (at least the version I used didn't). You have to do the symbolic link yourself by using command "ln -s /usr/bin/dropbearmulti /usr/bin/scp".