Hi!:wave:
How do I make my program check if a textfile on the internet exists? :confused:
Plzd if you can help.. :rolleyes: :cry:
//Alex
Printable View
Hi!:wave:
How do I make my program check if a textfile on the internet exists? :confused:
Plzd if you can help.. :rolleyes: :cry:
//Alex
Is this file located on your web server to which you have unrestricted access?
It's on my web server, so I can give my program FTP access if necessary.
A web server is nothing more than a network file server running some type of Internet software like IIS.
Do you need to search the entire server or are you looking at a particular folder on the server?
I'm looking in a particular folder...can I check if the file "yo.txt" exists in the folder www.guitar.gratisplaneten.com/adam ?
which control do u use to connect to web server
I'm using this stuff that Joacim Andersson wrote.