Task Scheduler

Please post here if you have problems in using Wing FTP Server.
Post Reply
TeamBas
Posts: 12
Joined: Wed Sep 15, 2021 8:59 am

Task Scheduler

Post by TeamBas »

Hi Support Team,

Switching off individual domains doesn't work, it only works if I switch off all domains!


c_KickAllSessions(XYZ)
c_StopDomain(XYZ)
doesn´t work

c_KickAllSessions()
c_StopDomain()
all domains work

THx for help

V 6.6.5
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Task Scheduler

Post by FTP »

OK, you may write the script code like this:

Code: Select all

c_KickAllSessions("XYZ")
c_StopDomain("XYZ")
Post Reply