reve...@globalit.us.com writes:
> Anyone have an idea why on windows 2008 if you run the PuTTY pscp
> command with the -scp option it would come back with the following
> error:
>
> rbash: scp: command not found
That's a message from the remote server which you're connecting to.
SCP clients like pscp connect to the remote server and run `scp' on
the other end to get files. In your case it looks like your server
administrator has restricted the configuration on the server so that
you can't run the `scp' command.
In general you're usually better using the SFTP protocol anyway, which
is what pscp will try to do by default if you don't give it the -scp
option.
(S)