C# - Download files from FTP which have higher last-modified date

后端 未结 2 1315
孤城傲影
孤城傲影 2020-12-19 10:37

I have an FTP server with some files. I have the same files in in a local directory (in C:\\).

When I\'ll run the program, I\'d like it searches all fil

2条回答
  •  抹茶落季
    2020-12-19 11:10

    List all files :
    https://msdn.microsoft.com/en-us/library/ms229716(v=vs.110).aspx

    Read date :
    https://msdn.microsoft.com/en-us/library/system.net.ftpwebresponse.lastmodified(v=vs.110).aspx

提交回复
热议问题