all groups > iis ftp > march 2008 >
You're in the

iis ftp

group:

Command to turn off ftp service at specific time


Command to turn off ftp service at specific time BrianK
3/24/2008 9:22:10 PM
iis ftp:
Hi. I want to turn off the FTP service at a certain time and then at
another time turn it back on. This is IIS 7 on Windows server 2003?
Can I just schedule a net start and net stop command with the "At"
service? What is the name of the FTP service?
Thanks,
Re: Command to turn off ftp service at specific time .._..
3/25/2008 5:30:34 PM
Yup, that's how I would do it. IIS7 does not run on Win2k3, that's IIS6.

You just want the whole service? Or just one particular virtual FTP server?
I think you can do the individual server (you can with the web part...),
that involves a different command and using the service ID number. Someone
will probably add with specifics.

[quoted text, click to view]

Re: Command to turn off ftp service at specific time .._..
3/25/2008 5:32:30 PM
The service name "FTP Publishing Service"

You can find those by looking at the services section in administrative
tools.

[quoted text, click to view]

Re: Command to turn off ftp service at specific time Bernard Cheah [MVP]
3/26/2008 2:07:51 PM
shortname as in msftpsvc

net stop msftpsvc
net start msftpsvc


--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/


[quoted text, click to view]

AddThis Social Bookmark Button