ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Net functions
39 results
The remote accesses are used to create a temporary network connection...
List of constants used by the Net functions.
Usage example of the NetClientMessageBox function
Displays a dialog box on each client computer connected to the server.
This function is kept for backward compatibility.
Usage example of the NetClientSendMessage function
Sends a message from the server to all the connected client computers.
This function is kept for backward compatibility.
Closes the line that was opened by NetOpenRemoteAccess.
Connects to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
This function is kept for backward compatibility.
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.
This function is kept for backward compatibility.
Disconnects from an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
This function is kept for backward compatibility.
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.
This function is kept for backward compatibility.
Stops an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV and started by NetStartServer.
This function is kept for backward compatibility.
Deletes a file from the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
This function is kept for backward compatibility.
Runs a specific program on an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
This function is kept for backward compatibility.
Usage example of the NetGetFile function
Retrieves an existing file from an FTP server (File Transfer Protocol) powered by WINDEV.
This function is kept for backward compatibility.
Returns information about the status of a connection as well as the statistics about this connection.
Returns the IP (Internet Protocol) address of a computer.
Returns the MAC address corresponding to a given IP address.
Returns the list of IP addresses (Internet Protocol) for a computer.
Returns the list of available remote accesses.
Returns the MAC address (physical address) of one of the network cards found on the computer.
Returns the name of the local computer or the name of a computer whose IP address is known (reverse DNS resolution).
Returns the IP address corresponding to a given MAC address.
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
Establishes a remote connection.
Displays a dialog box on the screen of the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
This function is kept for backward compatibility.
Renames or moves a file located on the FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server created with WINDEV.
This function is kept for backward compatibility.
Usage example of the NetSendBuffer function
Transmits a character string to an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
This function is kept for backward compatibility.
Usage example of the NetSendFile function
Transmits a file to an FTP server (File Transfer Protocol) powered by WINDEV.
This function is kept for backward compatibility.
Usage example of the NetSendMessage function
Triggers a Windows event on the system of an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
This function is kept for backward compatibility.
Manages the rights of clients on the server (FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV).
This function is kept for backward compatibility.
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV.
This function is kept for backward compatibility.
Several methods can be used to upload and download files by Internet...
List of WINDEV FTP functions