PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Download and Upload problem (WD and WM)
Download and Upload problem (WD and WM)
Iniciado por guest, 18,mar. 2015 20:49 - 2 respuestas
Publicado el 18,marzo 2015 - 20:49
Hi

I'm using HttpRequest to download a text file from a webserver and populate a database.

Works fine but sometimes the download fails and the HttpRequest return no errors.

I have the same problem when i try upload files to a ftp server, the ftp functions just wait the timeout and abort the operation with no error.

Anyone knows how can i check if the upload and download operations was completed ?
Publicado el 18,marzo 2015 - 21:01
Hi

I have never seen httprequest failing without an error
I have seen it SUCCEED, but the result in httprequest was an error message from the server... In all other cases, the return code says it all

Best regards
Publicado el 18,marzo 2015 - 22:23
Thanks for your reply Fabrice.

You are right abou HttpRequest. But what about the FTPxxx functions ?