reedswenson
Programmer
I am writing a program that depends on ftp to transfer files to and from the application server. I have noticed that when I call InternetCloseHandle, the ftp (port 21) connection closes, however the data ports (20 if in active mode) do not close.
I have examined the communications between the client and server, and have noticed that a “bye” command is never issued.
Now here's the question. How do you issue a “bye” command to an FTP server thru an hInternet handle??
Any help would be great!!
Reed
I have examined the communications between the client and server, and have noticed that a “bye” command is never issued.
Now here's the question. How do you issue a “bye” command to an FTP server thru an hInternet handle??
Any help would be great!!
Reed