transferring directories with scp/rsync?

2008-08-12 Thread Zach Uram
Hello, I have a directory /tmp/foo on my local host alpha.org and I wish to transfer it to user Bob (/home/bob) in dirctory $HOME/www/bar on remote host beta.org. How precisely can I do this 1) using scp 2) using rsync? I would like to see the commands for doing this with both methods. Ssh is runn

Re: transferring directories with scp/rsync?

2008-08-12 Thread Shachar Or
On Wednesday 13 August 2008 01:54, Zach Uram wrote: > Hello, > > I have a directory /tmp/foo on my local host alpha.org and I wish to > transfer it to user Bob (/home/bob) in dirctory $HOME/www/bar on > remote host beta.org. How precisely can I do this 1) using scp 2) > using rsync? I would like to

Re: transferring directories with scp/rsync?

2008-08-13 Thread Henri Salo
On Tue, Aug 12, 2008 at 06:54:30PM -0400, Zach Uram wrote: > Hello, > > I have a directory /tmp/foo on my local host alpha.org and I wish to > transfer it to user Bob (/home/bob) in dirctory $HOME/www/bar on > remote host beta.org. How precisely can I do this 1) using scp 2) > using rsync? I would

Re: transferring directories with scp/rsync?

2008-08-14 Thread Tzafrir Cohen
On Tue, Aug 12, 2008 at 06:54:30PM -0400, Zach Uram wrote: > Hello, > > I have a directory /tmp/foo on my local host alpha.org and I wish to > transfer it to user Bob (/home/bob) in dirctory $HOME/www/bar on > remote host beta.org. How precisely can I do this 1) using scp 2) > using rsync? I would

Re: transferring directories with scp/rsync?

2008-08-25 Thread Osamu Aoki
On Tue, Aug 12, 2008 at 06:54:30PM -0400, Zach Uram wrote: > Hello, > > I have a directory /tmp/foo on my local host alpha.org and I wish to > transfer it to user Bob (/home/bob) in dirctory $HOME/www/bar on > remote host beta.org. How precisely can I do this 1) using scp 2) > using rsync? I would

Re: transferring directories with scp/rsync?

2008-08-25 Thread Osamu Aoki
On Tue, Aug 12, 2008 at 06:54:30PM -0400, Zach Uram wrote: > Hello, > > I have a directory /tmp/foo on my local host alpha.org and I wish to > transfer it to user Bob (/home/bob) in dirctory $HOME/www/bar on > remote host beta.org. How precisely can I do this 1) using scp 2) > using rsync? I would