Linux Newbie help
 help / color / mirror / Atom feed
* syntax problems with scp/rsync
@ 2006-09-11 15:21 Karthik Vishwanath
  2006-09-12  6:58 ` Ray Olszewski
  0 siblings, 1 reply; 3+ messages in thread
From: Karthik Vishwanath @ 2006-09-11 15:21 UTC (permalink / raw)
  To: linux-newbie

Hello,

I seem to be having some difficulty using scp and rsync with the most
basic commands giving me problems:

$ scp kvh1@godzilla.acpub.duke.edu:FN* .
usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
           [-l limit] [-o ssh_option] [-P port] [-S program]
           [[user@]host1:]file1 [...] [[user@]host2:]file2

$ rsync kvh1@godzilla.acpub.duke.edu:FN* .
rsync  version 2.6.6  protocol version 29
...
rsync error: syntax or usage error (code 1) at main.c(897)

However, both commands (listed below) work fine: 
$ scp t* kvh1@godzilla.acpub.duke.edu:
$ rsync t* kvh1@godzilla.acpub.duke.edu:


What is going on to cause the incorrect syntax in attempting to retrieve 
files from the remote host? 


Thanks,

-K

--------------
Never express yourself more clearly than you are able to think
- Niels Bohr

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-09-12 12:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-11 15:21 syntax problems with scp/rsync Karthik Vishwanath
2006-09-12  6:58 ` Ray Olszewski
2006-09-12 12:42   ` Karthik Vishwanath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox