On Wed, May 27, 2009 at 09:08:39 +1000, Cameron Simpson <cs@xxxxxxxxxx> wrote: > > Looks fine to me. This: > > scp *.txt user@host: > > Works just fine. Note that globbing happens locally. You can also quote the wildcards to get them to apply remotely. Something like: scp remote.com:'*.txt' . Another way to avoid entering passwords for each remote file is to use recursive transfers using the -r option. -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines