Click here to Skip to main content
15,915,750 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: PropertySheets and PropertyPages Pin
Cedric Moonen2-Apr-08 21:23
Cedric Moonen2-Apr-08 21:23 
GeneralRe: PropertySheets and PropertyPages Pin
Taruni2-Apr-08 21:30
Taruni2-Apr-08 21:30 
GeneralRe: PropertySheets and PropertyPages Pin
David Crow3-Apr-08 3:43
David Crow3-Apr-08 3:43 
JokeRe: PropertySheets and PropertyPages Pin
Rajesh R Subramanian2-Apr-08 22:28
professionalRajesh R Subramanian2-Apr-08 22:28 
JokeRe: PropertySheets and PropertyPages Pin
Cedric Moonen2-Apr-08 22:44
Cedric Moonen2-Apr-08 22:44 
GeneralError of Resorce file. Pin
Le@rner2-Apr-08 20:39
Le@rner2-Apr-08 20:39 
GeneralRe: Error of Resorce file. Pin
David Crow3-Apr-08 3:48
David Crow3-Apr-08 3:48 
GeneralFTP using Sockets in win32 Pin
Jayapal Chandran2-Apr-08 20:07
Jayapal Chandran2-Apr-08 20:07 
i am trying to connect to my ftp server using sockets...
i want to send a file every time i modify... the program is incomplete...

it is working... but i am not clear of how to keep the connection live...

i am sending the commands to port 21

out ="USER username\r\n";
out += "PASS pass\r\n";
out+= "ACCT ftp.domain.com\r\n"
out+= "LIST\r\n";
out += "CDUP\r\n";

iResult = send( ConnectSocket, out.c_str(), out.length(), 0 );


the result is - the word username will have the login name

220---------- Welcome to Pure-FTPd [TLS] ----------
220-You are user number 5 of 50 allowed.
220-Local time is now 00:57. Server port: 21.
220-This is a private system - No anonymous login
220-IPv6 connections are also welcome on this server.
220 You will be disconnected after 15 minutes of inactivity.
331 User username OK. Password required
230-User username has group access to: username
230 OK. Current restricted directory is /
202 Please tell me who you are
425 No data connection
250 OK. Current directory is /
250 Logout.

if i have to send a file then how it should suppose to be ?
that is what is the rule to construct the ftp command for that...
__________________

Today's Beautiful Moments are
Tomorrow's Beautiful Memories

GeneralAny API to disable Junk Mail options in Outlook programatically(win32) Pin
Swty2-Apr-08 20:06
Swty2-Apr-08 20:06 
GeneralWho can help me! [modified] Pin
bornunique2-Apr-08 19:45
bornunique2-Apr-08 19:45 
GeneralRe: Who can help me! Pin
Steve Echols2-Apr-08 19:51
Steve Echols2-Apr-08 19:51 
GeneralRe: Who can help me! Pin
Pete O'Hanlon2-Apr-08 22:16
mvePete O'Hanlon2-Apr-08 22:16 
GeneralRe: Who can help me! Pin
Bradml2-Apr-08 22:38
Bradml2-Apr-08 22:38 
GeneralRe: Who can help me! Pin
Pete O'Hanlon2-Apr-08 22:45
mvePete O'Hanlon2-Apr-08 22:45 
GeneralRe: Who can help me! Pin
Pete O'Hanlon2-Apr-08 22:55
mvePete O'Hanlon2-Apr-08 22:55 
GeneralRe: Who can help me! Pin
Bradml2-Apr-08 22:58
Bradml2-Apr-08 22:58 
GeneralRe: Who can help me! Pin
Pete O'Hanlon2-Apr-08 23:11
mvePete O'Hanlon2-Apr-08 23:11 
JokeRe: Who can help me! Pin
Rajesh R Subramanian2-Apr-08 23:43
professionalRajesh R Subramanian2-Apr-08 23:43 
GeneralRe: Who can help me! Pin
bornunique3-Apr-08 22:37
bornunique3-Apr-08 22:37 
GeneralRe: Who can help me! Pin
CPallini3-Apr-08 2:29
mveCPallini3-Apr-08 2:29 
GeneralRe: Who can help me! Pin
bornunique3-Apr-08 20:11
bornunique3-Apr-08 20:11 
GeneralRe: Who can help me! Pin
CPallini3-Apr-08 22:33
mveCPallini3-Apr-08 22:33 
GeneralRe: Who can help me! Pin
bornunique3-Apr-08 22:53
bornunique3-Apr-08 22:53 
GeneralRe: Who can help me! Pin
CPallini3-Apr-08 23:06
mveCPallini3-Apr-08 23:06 
GeneralRe: Who can help me! Pin
bornunique3-Apr-08 23:20
bornunique3-Apr-08 23:20 

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.