Re: rsync over http?
From: Alan Connor (zzzzzz_at_xxx.yyy)
Date: 03/27/05
- Previous message: Kevin: "about .rodata and constants"
- In reply to: pascaldamian_at_icqmail.com: "rsync over http?"
- Next in thread: pascaldamian_at_icqmail.com: "Re: rsync over http?"
- Reply: pascaldamian_at_icqmail.com: "Re: rsync over http?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 27 Mar 2005 08:26:08 GMT
On comp.unix.questions, in
<1111892673.818937.266700@z14g2000cwz.googlegroups.com>,
"pascaldamian@icqmail.com" wrote:
> Aside from using something like httptunnel, is there
> something akin to "rsync over http"? Both machines are
> Unix/Linux and I can install anything on them. I don't
> care about encryption. But sometimes http is the only
> [reliable/unshaped/open] channel I've got to the Internet.
>
> Regards, Pascal Damian
>
You can upload files, as well as download them, via HTTP. It
would be possible to write a script that would accomplish what
you want, using a tcp connections established via bash2's
/dev/tcp/host/port or a simple tcptool like netcat.
I have, for example, a simple SMTP server scripted in bash
using the relevant protocol.
Google for rfc1945 for starters, and look over the HTTP
protocol. (Sorry, I have the document but not its URL.)
AC
- Previous message: Kevin: "about .rodata and constants"
- In reply to: pascaldamian_at_icqmail.com: "rsync over http?"
- Next in thread: pascaldamian_at_icqmail.com: "Re: rsync over http?"
- Reply: pascaldamian_at_icqmail.com: "Re: rsync over http?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|