Tom Purl wrote:
Ok, first let me say that netrw is a great command and the Decho script
is *very* nice. Thanks again Dr. Chip!
You're welcome!
Here's the command that I executed to get this output:
:e scp://servername//some/path/blah.txt
|read via scp (method #4)
|executing: !scp -q 'servername:/some/path/blah.txt' /tmp/v535988/1.txt
|NetGetFile(readcmd<%r>,tfile</tmp/v535988/1.txt> method<4>) {
What happens when you try executing the command
scp -q 'servername:/some/path/blah.txt' /tmp/tmpfile.txt
Does a copy of the remote file show up in /tmp/tmpfile.txt?
Regards,
Chip Campbell