|
|
|
|
|
NetEndServer (Function) In french: NetFinServeur Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer. Note A message indicating that the server has stopped responding is sent to all client workstations. IDServeurFTP is int = NetStartServer(FTPServer)
NetEndServer(IDServeurFTP)
Syntax
NetEndServer(<Server identifier>)
<Server identifier>: Integer Identifier of the server to stop (returned by NetStartServer).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|