Shutdown Method
Shuts down the server.
Object Oriented Interface
public function doShutdown();
Procedural Interface
ipworksssh_sftpserver_do_shutdown($res);
Remarks
This method shuts down the server. Calling this method is equivalent to setting Listening to False, and then breaking every client connection by calling Disconnect.