Question:
Hi, I'm currently using CkFtp2 to write FTPS client application. I noticed GetFile or AsyncGetFileStart method uses too many commands that i don't really care such as MDTM. It seems there is no way to remove MDTM command, so i wonder there are any ways to write my own download method using SendCommand. I have to use passive mode, so i need to know how i can create a data channel once my application receives passive mode IP and port. Please let me know.
No, this is not possible.