| |
NetClientMessageBox | Displays a dialog box on each client computer connected to the server. |
NetClientSendMessage | Sends a message from the server to all the connected client computers. |
NetCloseRemoteAccess | Closes the line that was opened by NetOpenRemoteAccess. |
NetConnect | Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. |
NetDirList | Lists the directories and the files found: - on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV,
- on the client computer.
|
NetDisconnect | Disconnects from an FTP server (File Transfer Protocol) or from a RPC server (Remote Procedure Call) powered by WINDEV. |
NetDiskList | Lists the available disks:- on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV,
- on the client computer.
|
NetEndServer | Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer. |
NetEraseFile | Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. |
NetExecute | Runs a specific program on an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. |
NetGetFile | Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV. |
NetInfoRemoteAccess | Returns information about the status of a connection as well as the statistics about this connection. |
NetIPAddress | Returns the IP (Internet Protocol) address of a computer. |
NetIPToMAC | Returns the MAC address corresponding to a given IP address. |
NetListIPAddress | Returns the list of IP addresses (Internet Protocol) for a computer. |
NetListRemoteAccess | Returns the list of available remote accesses. |
NetMACAddress | Returns the MAC address (physical address) of one of the network cards found on the computer. |
NetMachineName | Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution). |
NetMACToIP | Returns the IP address corresponding to a given MAC address. |
NetMsgError | Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess. |
NetOpenRemoteAccess | Establishes a remote connection. |
NetRemoteMessageBox | Displays a dialog box on the screen of the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. |
NetRenameFile | Renames (or moves) a file found on the FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV. |
NetSendBuffer | Transmits a character string to an FTP server (File Transfer Protocol) or to a RPC server (Remote Procedure Call) powered by WINDEV. |
NetSendFile | Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV. |
NetSendMessage | Triggers a Windows event on the system of an FTP server (File Transfer Protocol) or RPC server (Remote Procedure Call) powered by WINDEV. |
NetServerOption | Manages the rights of clients on the server (FTP server (File Transfer Protocol) or on the RPC server (Remote Procedure Call) powered by WINDEV). |
NetStartServer | Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. |