Jun 12, 2002 #1 guber Programmer Jan 4, 2002 27 US Someone knows how I stop a Ftp server in command line ??
Jun 12, 2002 #2 dredogg MIS May 31, 2002 20 US I don't know off hand what the service name is for ftp, but you can find that in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services then you can use the net command: net stop (service name) net is a great command...lots of stuff you can do with it. type 'net ?' to see more you can also get help on alot of the sub things you get from 'net ?'.... try: net (thing from net ?) ? Upvote 0 Downvote
I don't know off hand what the service name is for ftp, but you can find that in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services then you can use the net command: net stop (service name) net is a great command...lots of stuff you can do with it. type 'net ?' to see more you can also get help on alot of the sub things you get from 'net ?'.... try: net (thing from net ?) ?
Jun 12, 2002 #3 djhawthorn Technical User Mar 4, 2002 641 AU If you simply type "net start" it will give you a list of all currently running services. Upvote 0 Downvote
Jun 12, 2002 #4 rafz Technical User Jun 17, 2002 3 US To stop the ftp publishing service from the command prompt type: net stop msftpsvc <enter> Upvote 0 Downvote