$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] How to upload a file with ASIO
From: Ramon F Herrera (ramon_at_[hidden])
Date: 2009-11-03 10:37:08
Hello,
I have successfully implemented clients and servers, both in the Windows
side and the Linux side. So far, the Windows client passes a set of
parameters and the servers returns some text which is displayed on the
client's screen. That part is working perfectly.
My next challenge is to upload a whole file(s) from the client to the
server and would like hear any tips, caveats from experienced ASIO users.
Thanks to everyone for sharing their expertise.
Regards,
-Ramon