martin wrote:
As you see in log, scp is not in path on your server for WinSCP session. You must correct this.
Please note, that WinSCP opens shell (without TTY), while PSCP does not open shell. This may affect, if files like .bashrc are executed or not. So it may be possible that PSCP works, while WinSCP does not.
I looked at .bashrc. It really doesn't have anything (if [-f /etc/bashrc]; then... /etc/bashrc doesn't exist). I'm still not sure why 'pscp' works, but WinSCP doesn't. Doesn't pscp require scp on the destination side, also?. How does it work differently? Doesn't the fact that I can run Putty SSH and PSCP tell me that they have SSH/SCP daemons running? BTW, the destination in my case is my web host. I'm not sure if I can install scp, but I'll check it out.
Thanks for your help!