A very simple task that I scheduled illustrates this problem clearly:
Code: Select all
Mail_to = 'Your@Mailadress'
c_SendMail(Mail_to, 'TEST-Wait 30 seconds-Start', 'TEST',"",'YourSMTP')
check = c_GetTimeMS() + 30000
while c_GetTimeMS() < check do
print ('')
end
c_SendMail(Mail_to, 'TEST-Wait 30 seconds-Ende', 'TEST',"",'YourSMTP')
However, a total of four emails are actually being sent. The logs also record four emails and indicate that the task was executed successfully twice.
We are currently using Wing FTP Server version 8.1.1. This error was first noticed during a complex task that could not be completed within 20 seconds. Are you able to reproduce this bug, and is it possible that you could fix it in an upcoming release?
Wing FTP Server
English
Deutsch
简体中文