Hello,
When using Winsock, you can write a program as a server and as well as client and run them in two different machines and make them talk or exchange data(using C++ with connect bind listen etc functions).
If i have to have a FTP server written or setup, how do i Do that in C++, Do i write a piece of code just like winsock to act as a FTPserver or do i have to use free FTP server
Any kind of help is most welcome
Platform is Windows I am suing visual studio as C++ compiler
Regards
HareRama
When using Winsock, you can write a program as a server and as well as client and run them in two different machines and make them talk or exchange data(using C++ with connect bind listen etc functions).
If i have to have a FTP server written or setup, how do i Do that in C++, Do i write a piece of code just like winsock to act as a FTPserver or do i have to use free FTP server
Any kind of help is most welcome
Platform is Windows I am suing visual studio as C++ compiler
Regards
HareRama
Comment