Note: Forums will be making significant UX changes to address key usability improvements surrounding search, discoverability and navigation. To learn more about these changes please visit the announcement which can be found HERE.
请教FTP编程,实现文件的增量备份

问题 请教FTP编程,实现文件的增量备份

  • 2012年4月24日 7:28
     
     

    从FTP服务器上下载的文件,在客户端如果被修改后再上传到服务器时,得到文件的增量,只上传增量文件(减小文件大小),服务器根据增量文件+原来的文件合并为新文件~

    不知道VS有什么工具和技术可以实现?

    PS:大家对怎样生成文件增量有什么方法??

    可以只考虑C源文件的~~