Simple FTP Server?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harerama
    New Member
    • Apr 2008
    • 1

    Simple FTP Server?

    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
  • pronerd
    Recognized Expert Contributor
    • Nov 2006
    • 392

    #2
    Programing questions should really be posted in forums for programing. Why would you want to write your own FTP server when there are already so many available?

    As far as what you would have to add, if there is already a server available, you should only need to create the client to upload, or down load from the existing server.

    Comment

    Working...