When sending the file via scp, there is this error message
scp: remote fsetstat: Failure
However, the file is sent, but the metadata are not displayed
I have the same problem when the file does not have metadata and when the file has already been sent without problems (in this case the metadata are still there, just not updated)
Hi what type of file is it? Could you send us a copy?
Markdown file
--- title: Test! date: 2022-21-10 tags: [test] --- Hello!available here: https://anri.prose.sh/test
Edit: here the output of the scp command :
anri@blackpink~/prose_blog> scp test.md prose.sh: test.md 100% 59 0.7KB/s 00:00 scp: remote fsetstat: Failure https://anri.prose.sh/test
Thanks! Can you also run
ssh -V
and send the output? Thanks!
OpenSSH_9.1p1, OpenSSL 1.1.1q 5 Jul 2022
I am having the same error than ~mylloon. Same OpenSSH version here:
OpenSSH_9.1p1, OpenSSL 1.1.1q 5 Jul 2022
.
Hi! That error should not affect the uploads. We are going to work on suppressing that error message.
Yes, of course, I am not reporting it like a bug or something without I can live hehe. Thank you for your work ~erock!