Click here to Skip to main content
15,881,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionBinary value Division Pin
Syed umair shah23-Jun-12 0:48
Syed umair shah23-Jun-12 0:48 
AnswerRe: Binary value Division Pin
Richard MacCutchan23-Jun-12 2:14
mveRichard MacCutchan23-Jun-12 2:14 
AnswerRe: Binary value Division Pin
Software_Developer23-Jun-12 11:20
Software_Developer23-Jun-12 11:20 
Questionhow to do logic gates Pin
Syed umair shah23-Jun-12 0:47
Syed umair shah23-Jun-12 0:47 
AnswerRe: how to do logic gates Pin
Brandon-X1200023-Jun-12 13:11
Brandon-X1200023-Jun-12 13:11 
Questionhow to do logiz gates Pin
Syed umair shah23-Jun-12 0:45
Syed umair shah23-Jun-12 0:45 
AnswerRe: how to do logiz gates Pin
Software_Developer23-Jun-12 11:07
Software_Developer23-Jun-12 11:07 
QuestionWhat FTP pack can obtain the detail events? Pin
includeh1022-Jun-12 22:36
includeh1022-Jun-12 22:36 
I need ftp C/C++ functions/classes to process ftp uploading/downloading tasks.

When I used software [FileZilla FTP Client], it sends/obtains many interesting events/messages, such as:
Status:	Resolving address of www.xyz.com
Status:	Connecting to 11.222.333.444:21...
Status:	Connection established, waiting for welcome message...
Response:	220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
Response:	220-You are user number 3 of 1000 allowed.
Response:	220-Local time is now 15:16. Server port: 21.
Response:	220-This is a private system - No anonymous login
Response:	220-IPv6 connections are also welcome on this server.
Response:	220 You will be disconnected after 15 minutes of inactivity.
Command:	USER xyz
Response:	331 User xyz OK. Password required
Command:	PASS *****************
Response:	230 OK. Current restricted directory is /
Command:	SYST
Response:	215 UNIX Type: L8
Command:	FEAT
Response:	211-Extensions supported:
Response:	 EPRT
Response:	 IDLE
Response:	 MDTM
Response:	 SIZE
Response:	 REST STREAM
Response:	 MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;
Response:	 MLSD
Response:	 AUTH TLS
Response:	 PBSZ
Response:	 PROT
Response:	 ESTA
Response:	 PASV
Response:	 EPSV
Response:	 SPSV
Response:	 ESTP
Response:	211 End.
Status:	Connected
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "/" is your current location
Command:	TYPE I
Response:	200 TYPE is now 8-bit binary
Command:	PASV
Response:	227 Entering Passive Mode (74,220,215,241,4,101)
Command:	MLSD
Response:	150 Accepted data connection
Response:	226-Options: -a -l 
Response:	226 33 matches total
Status:	Directory listing successful
(many more ...)

Those events are very useful and in details, I think MFC FTP classes are NOT powerful enough to process them.

What FTP C/C++ functions/classes are used by [FileZilla FTP Client] (or better than them)? I'd like to try them.

Thanks for links and comments.

.
AnswerRe: What FTP pack can obtain the detail events? Pin
Jochen Arndt22-Jun-12 23:03
professionalJochen Arndt22-Jun-12 23:03 
QuestionOnly unist.isu gets installed by visual C++ install shield Pin
adityarao3122-Jun-12 20:30
adityarao3122-Jun-12 20:30 
QuestionMFC UI Thread vs. Background Thread Pin
Richard Andrew x6422-Jun-12 10:19
professionalRichard Andrew x6422-Jun-12 10:19 
AnswerRe: MFC UI Thread vs. Background Thread Pin
«_Superman_»22-Jun-12 17:19
professional«_Superman_»22-Jun-12 17:19 
SuggestionRe: MFC UI Thread vs. Background Thread Pin
Roger Stoltz23-Jun-12 0:26
Roger Stoltz23-Jun-12 0:26 
GeneralRe: MFC UI Thread vs. Background Thread Pin
Richard Andrew x6423-Jun-12 8:31
professionalRichard Andrew x6423-Jun-12 8:31 
AnswerRe: MFC UI Thread vs. Background Thread Pin
Vitaly Tomilov23-Jun-12 13:17
Vitaly Tomilov23-Jun-12 13:17 
AnswerRe: MFC UI Thread vs. Background Thread Pin
fat_boy23-Jun-12 23:55
fat_boy23-Jun-12 23:55 
QuestionA Simple C++ Question. Pin
Sivaraman Dhamodharan22-Jun-12 4:19
Sivaraman Dhamodharan22-Jun-12 4:19 
AnswerRe: A Simple C++ Question. Pin
David Crow22-Jun-12 4:47
David Crow22-Jun-12 4:47 
GeneralRe: A Simple C++ Question. Pin
Sivaraman Dhamodharan26-Jun-12 0:51
Sivaraman Dhamodharan26-Jun-12 0:51 
AnswerRe: A Simple C++ Question. PinPopular
Albert Holguin22-Jun-12 5:05
professionalAlbert Holguin22-Jun-12 5:05 
AnswerRe: A Simple C++ Question. Pin
Maximilien22-Jun-12 5:26
Maximilien22-Jun-12 5:26 
AnswerRe: A Simple C++ Question. Pin
Chuck O'Toole22-Jun-12 8:21
Chuck O'Toole22-Jun-12 8:21 
GeneralRe: A Simple C++ Question. Pin
jschell22-Jun-12 13:01
jschell22-Jun-12 13:01 
AnswerRe: A Simple C++ Question. Pin
Chuck O'Toole23-Jun-12 8:58
Chuck O'Toole23-Jun-12 8:58 
GeneralRe: A Simple C++ Question. Pin
jschell24-Jun-12 12:06
jschell24-Jun-12 12:06 

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.