Archived Forum Post

Index of archived forum posts

Question:

Is it possible to send raw command and create passive channel with CKFtp2 class?

Apr 01 '14 at 22:25

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.


Answer

No, this is not possible.