I have an old program (C) that uses a COM port to communincate with a host. I am tasked to implement FTP using TCP/IP. I have found a lot of references to sockets in unix using C but not a lot if I am building using MSVC and a console application ??

Any comments / suggestions
Thanks
Chris Macgowan