-
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
-
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
-
Thanks for your help Web. i'll play with it later today.
Greetz, Remvs
-
Thanks for your help Web. i'll play with it later today.
Greetz, Remvs