Member Avatar for squinx22

can I open a file in a URL?

for example:

fopen("http://example.com/myfile.htm","r")

Will this one work?

If not, what are the other alternatives in opening a file in the URL..

thanks...

Member Avatar for John A

If it were that easy, you'd be having A LOT less network glitches when playing online... :p Although you're right, network connections do work like files, in that you can use read and write to write over network sockets.

Enough blab, if you want easy downloading of web pages, head over to libcurl. Or if you actually want to open a network socket and see the technical details of it, see here.

Member Avatar for squinx22

i am trying to read files using this url

svn://IPhost/usr/lib/folder/file.txt

The files are from the subversion repository..
I find it hard linking the files to my program.. The files and the source code is in the same repository.

thanks a lot...

Member Avatar for ithelp

No you need to use some http library and call httpOpen

Member Avatar for squinx22

I have already found the solution to my problem.. Anyway, thank you still for the reply....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.