cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Image transfer between linux server and
Image transfer between linux server and windows client
Jun 27, 2014 at 12:55pm UTC
gopal2773
(42)
hi, how send and receive images from linux server to windows client?
Jun 27, 2014 at 2:17pm UTC
Computergeek01
(5613)
FTP or MIME are popular choices... Maybe I don't understand your question?
Jun 27, 2014 at 4:55pm UTC
modoran
(2077)
You should use a library like libcurl which already implements the ptotocol for you:
http://curl.haxx.se/libcurl/
Topic archived. No new replies allowed.