
FTP and sockets (not using WinInet)?
If you want to write a FTP client application, you need to read RFC
documents carefully. According to the File Transfer Protocol, you need to
send and receive a lot of commands between your client socket and FTP
server.
Thanks,
-Frank