Skip to content
Snippets Groups Projects
Commit 5abebe2c authored by rswindell's avatar rswindell
Browse files

Automatically delete the (partially downloaded / zero-byte) .QWK packet if

FTP_GET indicates download failure.
parent 36a63f9b
No related branches found
No related tags found
No related merge requests found
......@@ -178,6 +178,7 @@ if_true
lprintf "QNET-FTP: Downloaded %s successfully" str
else
lprintf "QNET-FTP: %s NOT downloaded socket_error=%d (no new messages?)" str _socket_error
remove_file qwk
end_if
#################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment