Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A way to copy a file from my www-server to CPU… Pin
Alexander M.,4-May-04 3:19
Alexander M.,4-May-04 3:19 
Generalnt service to interact with desktop Pin
Member 10188233-May-04 21:05
Member 10188233-May-04 21:05 
GeneralRe: nt service to interact with desktop Pin
Antony M Kancidrowski4-May-04 3:02
Antony M Kancidrowski4-May-04 3:02 
Generaldebugging Pin
Anonymous3-May-04 21:00
Anonymous3-May-04 21:00 
GeneralExtract files from MRU Pin
Filomela3-May-04 20:31
Filomela3-May-04 20:31 
GeneralRegarding EditBox notifications..... Pin
kenjox3-May-04 19:45
kenjox3-May-04 19:45 
Generalto transfer a file Pin
Member 10128693-May-04 19:02
Member 10128693-May-04 19:02 
GeneralRe: to transfer a file Pin
Vadim Tabakman3-May-04 19:20
Vadim Tabakman3-May-04 19:20 
first of all, a file is just a stream of bytes. so to transfer the file, you need to read all the bytes of the file, and send them down your socket. Most likely, you'd read it in blocks and send the blocks down. eg 2048 bytes. On the other end, you need to be able to put that file back together. so you need to also send down the name of the file.

ftp is much easier. call the ftp process.
ftp -s:filename takes a file with ftp commands


GeneralRe: to transfer a file Pin
Antti Keskinen3-May-04 21:11
Antti Keskinen3-May-04 21:11 
GeneralThis N00b needs help please Pin
MrNiceBerG3-May-04 18:31
MrNiceBerG3-May-04 18:31 
GeneralRe: This N00b needs help please Pin
Maxwell Chen3-May-04 18:40
Maxwell Chen3-May-04 18:40 
GeneralRe: This N00b needs help please Pin
MrNiceBerG3-May-04 19:43
MrNiceBerG3-May-04 19:43 
GeneralRe: This N00b needs help please Pin
Vadim Tabakman3-May-04 19:48
Vadim Tabakman3-May-04 19:48 
GeneralRe: This N00b needs help please Pin
MrNiceBerG3-May-04 19:50
MrNiceBerG3-May-04 19:50 
GeneralRe: This N00b needs help please Pin
Vadim Tabakman3-May-04 20:03
Vadim Tabakman3-May-04 20:03 
GeneralRe: This N00b needs help please Pin
MrNiceBerG3-May-04 20:09
MrNiceBerG3-May-04 20:09 
GeneralRe: This N00b needs help please Pin
Vadim Tabakman3-May-04 20:16
Vadim Tabakman3-May-04 20:16 
GeneralRe: This N00b needs help please Pin
MrNiceBerG3-May-04 20:17
MrNiceBerG3-May-04 20:17 
GeneralRe: This N00b needs help please Pin
Vadim Tabakman3-May-04 20:19
Vadim Tabakman3-May-04 20:19 
GeneralRe: This N00b needs help please Pin
MrNiceBerG3-May-04 20:22
MrNiceBerG3-May-04 20:22 
GeneralRe: This N00b needs help please Pin
Vadim Tabakman3-May-04 20:26
Vadim Tabakman3-May-04 20:26 
GeneralRe: This N00b needs help please Pin
MrNiceBerG3-May-04 20:31
MrNiceBerG3-May-04 20:31 
GeneralRe: This N00b needs help please Pin
Vadim Tabakman3-May-04 20:36
Vadim Tabakman3-May-04 20:36 
GeneralRe: This N00b needs help please Pin
MrNiceBerG3-May-04 20:37
MrNiceBerG3-May-04 20:37 
GeneralRe: This N00b needs help please Pin
Vadim Tabakman3-May-04 20:44
Vadim Tabakman3-May-04 20:44 

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.