A Simple Problem: File Transfer...
Dear all, If you were assigned to write a file transfer utitlity "in C++", what would your suggestions be? More specific, I've got two IP's (perhaps plus their ports), I've got to send one file from one to the other. Which parts of the Boost would you use, if any? TIA, --Hossein Send instant messages to your online friends http://uk.messenger.yahoo.com
Hossein Haeri wrote:
Dear all,
If you were assigned to write a file transfer utitlity "in C++", what would your suggestions be? More specific, I've got two IP's (perhaps plus their ports), I've got to send one file from one to the other. Which parts of the Boost would you use, if any?
Boost probably isn't going to help you much with file transfer, as it doesn't (yet) include any networking libraries. There are various Boost libraries that might be useful, though, such as smart_ptr and program_options. Ben.
participants (2)
-
Ben Hutchings
-
Hossein Haeri