PDA

Click to See Complete Forum and Search --> : opening remote files..?


remvs
Apr 23rd, 2001, 05:48 PM
Hi there,

I'm looking for a way to open a remote (txt)-file
something like:

open "http://website.com/textfile.txt for input as #1

I know its probably not the most intelligent question in this forum but i'd really appreciate your answer:)

thanks in advance!
J. Bots / The Netherlands

Webauctioneer
Apr 23rd, 2001, 08:09 PM
file1=getme.txt
file2=c:\gotme.txt

Inet1.Execute , _
"GET file1 file2"

file1 would be the file you're getting and file2 what you want to call the file and where you want to put it on your local system

remvs
Apr 24th, 2001, 05:21 PM
Thanks for your help Web. i'll play with it later today.
Greetz, Remvs

remvs
Apr 24th, 2001, 05:43 PM
Thanks for your help Web. i'll play with it later today.
Greetz, Remvs