Hello,
I am using VC++ and MFC programming and I have a slight problem. I have a remote file that I am downloading via the GetFile() (CFtpConnection) function. The file that I am copying down gets appended to very regularly so it is constantly growing. Is there a way that I can just download the new information in the remote file and not the entire file each time? Thanks for any help.
I am using VC++ and MFC programming and I have a slight problem. I have a remote file that I am downloading via the GetFile() (CFtpConnection) function. The file that I am copying down gets appended to very regularly so it is constantly growing. Is there a way that I can just download the new information in the remote file and not the entire file each time? Thanks for any help.