Description of problem: scp doesn't work when you use an * in the filename, zsh complains about not being able to find the command. Version-Release number of selected component (if applicable): zsh-4.3.4-4.fc8.ppc How reproducible: everytime Steps to Reproduce: 1.scp user@host:~/blah* . Actual results: You get something like this ÚÄ(josef@localhost)Ä(651/pts/3)Ä(06:35pm:11/15/07)Ä- ÀÄ(%:~)Ä- scp josef.redhat.com:~/Josef* . zsh: no matches found: josef.redhat.com:~/Josef* Expected results: It should download the files. Additional info: I ran the same thing in bash and it worked properly.
You have the nomatch option set. See the man page for NOMATCH and CSH_NULL_GLOB. Hint: you probably want: setopt NO_NOMATCH