ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV concepts / Part 6 - Communication
  • Principle
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
2. File Transfer Protocol (FTP)
Previous pageTable of contentsNext page
FTP (File Transfer Protocol) is a protocol for transferring files from one site to another. This protocol allows you to exchange files via TCP/IP or the Internet.
Principle
To handle files on an FTP server from a WINDEV application, you must follow these rules:
  1. Connect to an FTP server (FTPConnect).
  2. Send and retrieve files (according to the connection mode). For a passive connection, the WINDEV application must request the authorization from the FTP server before any operation is performed on the server files. You can also:
    • get the characteristics of the files located on an FTP server: attributes, size, etc.
    • manipulate files on an FTP server: create or delete files, etc.
    • list files from a directory located on the FTP server by running a procedure that starts a process for each file found.
  3. Close the connection to the server (FTPDisconnect).
Previous pageTable of contentsNext page
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help