Re: Simple file sharing between FC2 and Mac OS X?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




On Thu, 16 Sep 2004, D. D. Brierton wrote:

> On Thu, 2004-09-16 at 00:03, Satish Balay wrote:
> 
> > yeah - that would be my recommendation as well. And if they need to be
> > copied back and forth use - 'rsync -e ssh'
> 
> Ah -- I hadn't though of rsync. I've never used it before. Will anything
> in particular have to be running on the Mac (assuming I'm running the
> rsync command on the FC2 box)?

Ok - the requirements.

FC2: sshd, rsync [open firewall for sshd]
Mac: ssh, rsync

All commands issued on Mac:

 - copy files from FC2 to Mac
rsync -avz -e ssh user@fc2host:~/folder ~/

 - copy any changed files from Mac back to FC2
rsync -avz -e ssh ~/folder user@fc2host:~/

If you have sshd running on the Mac - you can flip and run the
commands on the FC2 box.

Satish





[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux