Ok so i wanna make a program that sends files between computers so e-mail or FTP but can someone tell me which is easier/ better? Also while I was looking for ftp and e-mailing with C++ i came upon a non-standard library. Is this bad to use? Should I only ever use standard libs? Sorry for the noob questions I'm just pretty new to C++. Also please post websites that I can goto for FTP and e-mail. thanks in advance.
will winsock2 work? it says it only allows TCP and IP protocols? Also i mean is there any negatives of using non std libs? Also i just read the msdn microsoft tutorial on winsock2.h and it was the most confusing thing i have ever read.