AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / Conceptos WINDEV / Parte 6 - Comunicación
  • Principle
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
2. Transferring files via 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.
    • handle files on an FTP server: create, delete...
    • 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
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/10/2022

Señalar un error o enviar una sugerencia | Ayuda local