|
|
|
|
|
- Overview
- Uploading and downloading files via WINDEV FTP or RPC: the rules to follow
- Other features
Uploading and downloading files on Internet (WINDEV FTP and RPC)
Warning
The FTP/RPC server is kept for compatibility. It is recommended to use a standard FTP, SSH or SCP server. For more details, see Communicating with an FTP server.
Several methods can be used to upload and download files by Internet: - The WINDEV FTP or RPC. These protocols require the use of a specific FTP/RPC server powered by WINDEV.
- The standard FTP. This protocol requires the use of a standard FTP server. For more details, see Communicating with an FTP server.
Remarks: - RPC: Remote Procedure Call.
- FTP: File Transfer Protocol.
Uploading and downloading files via WINDEV FTP or RPC: the rules to follow To upload and download files, you must comply with the following rules: - Connect to a WINDEV FTP server with NetConnect. This function establishes a connection between WINDEV and the server and it provides a connection identifier.
- Upload, download files.
- Close the connection to the server with NetDisconnect.
Caution: - The TCP/IP communication protocol must be installed and an IP address must be defined.
- A WINDEV FTP or RPC server operates in 32-bit mode only.
You can also: - Find out the name and IP address of a computer.
- Run a program on a WINDEV FTP or RPC server.
- Trigger a Windows element on the WINDEV FTP or RPC server.
- Transmit a character string to a WINDEV FTP or RPC server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|