Click here to Skip to main content
16,007,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Enable/Disable items in main menu Pin
b_girl18-Sep-03 7:14
b_girl18-Sep-03 7:14 
Questionhow to code an edit for database? Pin
coda_x18-Sep-03 4:20
coda_x18-Sep-03 4:20 
AnswerRe: how to code an edit for database? Pin
vcplusplus18-Sep-03 6:09
vcplusplus18-Sep-03 6:09 
GeneralGetFTPConnection and socket()- MFC one fails Pin
ns18-Sep-03 4:10
ns18-Sep-03 4:10 
GeneralRe: GetFTPConnection and socket()- MFC one fails Pin
Jagadeesh VN18-Sep-03 4:24
Jagadeesh VN18-Sep-03 4:24 
GeneralRe: GetFTPConnection and socket()- MFC one fails Pin
ns18-Sep-03 4:30
ns18-Sep-03 4:30 
GeneralRe: GetFTPConnection and socket()- MFC one fails Pin
Steve S18-Sep-03 4:53
Steve S18-Sep-03 4:53 
GeneralRe: GetFTPConnection and socket()- MFC one fails Pin
Jagadeesh VN18-Sep-03 7:32
Jagadeesh VN18-Sep-03 7:32 
I doubt whether you have an FTP server running on your target machine. GetFTPConnection connected to microsoft.com only b'coz they have an FTP server running in that machine.

So first check it out as to whether you have an FTP server on the target machine.

If not see whether you have an HTTP server running there, and the files you want to download are accessible through HTTP( The folders where the files reside need to be published for doing this). To check this, just give the URL on IE as "http://ipadress"( HTTP server listens on port 80 - default ). If the port number is not 80, give "http://ipadress:8000"( if port no is 8000 )

If you dont have HTTP server, give an exact description of the scenario, may be I can help you in designing the application.

"A robust program is resistant to errors -- it either works correctly, or it does not work at all; whereas a fault tolerant program must actually recover from errors."
GeneralSerial Comm. / virtual COM-Port / WirteFile never return Pin
Joerg Hoffmann18-Sep-03 4:09
Joerg Hoffmann18-Sep-03 4:09 
GeneralRe: Serial Comm. / virtual COM-Port / WirteFile never return Pin
Stuart van Weele18-Sep-03 4:32
Stuart van Weele18-Sep-03 4:32 
GeneralProperty Tabs related Pin
Shah Shehpori18-Sep-03 2:34
sussShah Shehpori18-Sep-03 2:34 
GeneralRe: Property Tabs related Pin
jhwurmbach18-Sep-03 2:54
jhwurmbach18-Sep-03 2:54 
Generalusing socket(), want to download files Pin
ns18-Sep-03 2:19
ns18-Sep-03 2:19 
GeneralRe: using socket(), want to download files Pin
Steve S18-Sep-03 2:38
Steve S18-Sep-03 2:38 
GeneralRe: using socket(), want to download files Pin
ns18-Sep-03 3:14
ns18-Sep-03 3:14 
GeneralRe: using socket(), want to download files Pin
Jagadeesh VN18-Sep-03 3:01
Jagadeesh VN18-Sep-03 3:01 
GeneralAfter dynamic creation of a control... Pin
Zizilamoroso18-Sep-03 1:23
Zizilamoroso18-Sep-03 1:23 
GeneralRe: After dynamic creation of a control... Pin
BadJerry18-Sep-03 1:40
BadJerry18-Sep-03 1:40 
GeneralRe: After dynamic creation of a control... Pin
BadJerry18-Sep-03 1:47
BadJerry18-Sep-03 1:47 
GeneralRe: After dynamic creation of a control... Pin
Steve S18-Sep-03 1:43
Steve S18-Sep-03 1:43 
GeneralCDTPicker Class Pin
murali_utr18-Sep-03 1:14
murali_utr18-Sep-03 1:14 
GeneralRe: CDTPicker Class Pin
Jagadeesh VN18-Sep-03 1:33
Jagadeesh VN18-Sep-03 1:33 
GeneralRe: CDTPicker Class Pin
murali_utr18-Sep-03 1:38
murali_utr18-Sep-03 1:38 
Generalplease help me with c.(beginner) Pin
kh.pakdaman18-Sep-03 0:49
kh.pakdaman18-Sep-03 0:49 
GeneralRe: please help me with c.(beginner) Pin
Jagadeesh VN18-Sep-03 1:07
Jagadeesh VN18-Sep-03 1:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.