Re: Rsync to a ftp folder.

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Bill Lindley
日付:  
To: plug-discuss
題目: Re: Rsync to a ftp folder.
Sanjay Darisi wrote:
> Can I rsync to a ftp folder?


If you have shell access (on one line):

     rsync -buavrz -e ssh
        user@ftp.yoursite.com
        /home/yourname/localwebdir/
        /home/users/ftpuserdir/remotewebdir


Note the first directory is on the local computer, with a trailing
slash; the second directory is on the remote computer, given as you
describe it when logged into that computer, *without* a trailing
slash... (otherwise it will put everything into
...remotewebdir/localwebdir/ ...weird but that's how it works)

Read the rsync manpage and move one file at a time as an experiment.

\\/

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss