hello, I'm relatively new to C++ (but not to programming) so I wasn't sure how to do this in C++. My brother wrote a bash script which is used primarily to transfer files between computers using rsync which he asked me to convert to C++ so that it can be integrated into the other aspects of the program, which were written in c++. I wasn't sure how I'd go about connecting to a server, establishing a link, and transferring the file. I've googled various aspects of it, but those just took me to programs I can buy (why buy when you can make it yourself, right?). Any help would be appreciated.
J