Bug 385971 - zsh isn't working with scp properly
Summary: zsh isn't working with scp properly
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: zsh
Version: 8
Hardware: All
OS: Linux
high
high
Target Milestone: ---
Assignee: James Antill
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-11-15 23:34 UTC by Josef Bacik
Modified: 2007-11-30 22:12 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2007-11-16 06:23:59 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Josef Bacik 2007-11-15 23:34:04 UTC
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.

Comment 1 James Antill 2007-11-16 06:23:59 UTC
 You have the nomatch option set. See the man page for NOMATCH and CSH_NULL_GLOB.

 Hint: you probably want: setopt NO_NOMATCH



Note You need to log in before you can comment on or make changes to this bug.