[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: how to transfer files across internet
On Mon, 21 Aug 2000, Vishwanath wrote:
+ hello everybody,
+ I have to transfer files across network and the problem with ftp is
+ its interactive and i want it to be done through program. The file is
+ at remote place and i want it here by running my program i tried with
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.
HTH,
Sharad.