AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Comunicación / Funciones FTP
  • Example: Retrieving the time of the modification made to a file found on an FTP server
Example: Retrieving the time of the modification made to a file found on an FTP server
WINDEVJava This example retrieves the modification time of the "Readme.txt" file found on the "ftp.cdrom.com" server. This information is directly requested to the FTP server, via a request.
GLOBAL
nConnection is int
nConnection = FTPConnect("ftp.cdrom.com")
 
// Retrieve the time of the "Readme.txt" file
sTime is string
sTime = FTPTime(nConnection, "Readme.txt")
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
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