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
The file seems to be considered as transfered from the watch and will be deleted if the option is checked.
Maybe add a verification on the file size before acknowledging the transfer as done.
The issue doesn't seem to affect the SFTP transfer in itself (as I tested with 0 byte files without any issue), but might be occurring when the watch transfers its data. I therefore added some checks on file size and replied with an error to the watch if the file size doesn't match the expected content-length or is 0 in size.
File with size = 0 should be ignored and put in the "Rejected" folder, since they seem to cause issue with SFTP transfer.
The text was updated successfully, but these errors were encountered: