Home > Software engineering >  CFtpConnection PutFile upload after the timestamp of the file has changed
CFtpConnection PutFile upload after the timestamp of the file has changed

Time:09-24

Just a simple FTP program, so use MFC CFtpConnection directly,
But found that the local files after PutFile server-side "creation time" is modified, as if is the new file and then write the same content,
Don't have what way to change this time?

CodePudding user response:

Top up, can't sink!

CodePudding user response:

If CFtpConnection itself does not provide relevant properties, the estimate is no way out.
You look at the mainstream of FTP software, whether can change the time. If other software can maintain this time, theoretically your software can do it. Just say how to add a parameter.

CodePudding user response:

The stat check,,,,,,,,,
  • Related