|
atr->atime = info.ftime; |
|
atr->mtime = info.ftime; |
The problem is here. FATFS time info has it's own format. The solution for NUCLEUS (function TimeTo32(d, t)) looks very similar. Maybe it is the same, but I could not test it yet.
SFTP_GetAttributes_Handle seems to have the same problem.
wolfssh/src/wolfsftp.c
Lines 4958 to 4959 in 6e69959
The problem is here. FATFS time info has it's own format. The solution for NUCLEUS (function TimeTo32(d, t)) looks very similar. Maybe it is the same, but I could not test it yet.
SFTP_GetAttributes_Handle seems to have the same problem.