AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones FTP
  • Example: Retrieving the date associated with a file
Example: Retrieving the date associated with a file
WINDEVWEBDEV - Código ServidorReportes y ConsultasWindowsJavaCódigo de Usuario (UMC)Ajax This example is used to retrieve the date of the modification made to the "Readme.txt" file found on the "ftp.cdrom.com" server. This information is directly requested to the FTP server, via a request.
// Connection to the FTP site
GLOBAL
nConnection is int
nConnection = FTPConnect("ftp.cdrom.com")
 
sDate is string
sDate = FTPDate(nConnection, "Readme.txt")
Versión mínima requerida
  • Versión 9
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 27/05/2022

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