ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Connection identifier,0 if the connection failed. ErrorInfo returns more details about the error.
IP address of server in xxx.xxx.xxx.xxx format (returned by NetIPAddress), Name of server (returned by NetMachineName).
Type of server: FTPServerA WINDEV FTP server is used. All the NET functions can be used.RPCServerA WINDEV RPC server is used. The functions for file transfer are not available.
Name of user who is trying to connect. Combined with <Password>, this parameter allows you to identify the user (see the Notes).
Password associated with the user who is trying to connect (see the Notes).
True to encrypt the transmitted data,False (default value) for no encryption.If the server is started with the encryption option set to True (NetStartServer), the client computers will have to connect with NetConnect by using <Encryption> = True.If the encryption is requested, the connection key (<Key> parameter) will also be encrypted.
Timeout used for the connection. This parameter can correspond to:the duration of response time-out in milliseconds, a specific constant.INTERNET(default value)Value suited for Internet (long response time)INTRANETValue suited for Intranet (short response time)
Number of the port on which the server will be run. By default, the client attempts to connect to the server on port 2000 for RPC and on port 2001 for FTP.
Used to secure the access to the server. Each client trying to connect to the server must use the same key as the one defined by NetStartServer. The connection is refused if the keys are different.If the <Encryption> parameter is set to True, the key is encrypted.
Parameters of server
User name and password
Standard FTP
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: