FTP without Wininet
-
Hi, I'd like to do some FTP stuff without the use of WinINet. I'd like to do all the stuff myself. Could somebody guide me to some site that has more info concerning this? Thank you very much
-
Well, I recommend you to study the FTP RFC (dunno what number it is) and send all commands using TCP/IP. There are a lot samples here at codeproject. regards
Bare-ass Winsock or Berkeleys sockets is the way to go. I recently made a simple FTP client application after spending ages try to get Wininet to connect to 2 servers simultaneously, only to find out that it didn't support it. I was trying to get Server->Server transfers working so it was a bit of a pain for me, but using Winsocks it wasn't too much of a struggle.
-
Hi, I'd like to do some FTP stuff without the use of WinINet. I'd like to do all the stuff myself. Could somebody guide me to some site that has more info concerning this? Thank you very much
I used this: cliky here
-
I used this: cliky here