Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > CftpFileFind

Reply
Thread Tools

CftpFileFind

 
 
Eddie
Guest
Posts: n/a
 
      08-24-2004
Is there any way to do something like CFtpFileFind with a http protocol?

I mean I want to search a http adress with given pattern (wildcard
maks), is it possible to do?
 
Reply With Quote
 
 
 
 
Jack Klein
Guest
Posts: n/a
 
      08-25-2004
On Wed, 25 Aug 2004 00:31:42 +0200, Eddie <> wrote
in comp.lang.c++:

> Is there any way to do something like CFtpFileFind with a http protocol?


Not in the C++ language, where there isn't even 'CFtpFileFine',
whatever that is.

> I mean I want to search a http adress with given pattern (wildcard
> maks), is it possible to do?


There is no networking support at all in the standard C++ language.
You need to ask this in a support group for your compiler/OS
combination to find out what other extensions they might have.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
 
Reply With Quote
 
 
 
 
Gernot Frisch
Guest
Posts: n/a
 
      08-25-2004
> There is no networking support at all in the standard C++ language.
> You need to ask this in a support group for your compiler/OS
> combination to find out what other extensions they might have.


Try:
comp.os.ms-windows.programmer.win32


 
Reply With Quote
 
Eddie
Guest
Posts: n/a
 
      08-25-2004
Gernot Frisch wrote:

>>There is no networking support at all in the standard C++ language.
>>You need to ask this in a support group for your compiler/OS
>>combination to find out what other extensions they might have.
>>
>>

>
>Try:
>comp.os.ms-windows.programmer.win32
>
>
>
>

Thanks, I will try there
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off




Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57