[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: how to transfer files across internet



+ > How about http? Send a message like this
+ > 
+ > GET http://<your location> HTTP1.1
+ > 
+ > look into the HTTP1.1 RFC for the exact syntax. The advantage with this
+ > is, you do not have to maintain any config files.
+ 
+ The disadvantage is that U need to maintain a http server :-)

Oh.. i forgot to add, yeah the remote machine must be running http server,
of course :) Locally, we do not need anything.

Sharad.