You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After looking at this with strace, and adding some logging, I believe this is caused by accessing the file with fdopen and open. Removing the FILE pointer, and using stat to get the file size, fixes the problem for me.
If I transfer a 962 byte file, the file is created on the server, but it is 0 size:
The log on the server is:
The text was updated successfully, but these errors were encountered: