zsh: no matches found

if use *

Error:

root@localhost: scp root@ip_remote_server:/root/files/* ./
zsh: no matches found: root@ip_remote_server:/root/files/*

Works:

root@localhost: scp root@ip_remote_server:/root/files/\* ./

Last updated