FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour File availability
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
File availability
Posted: Wed Jul 21, 2021 08:29 AM

Hi,

Is it possible to check the presence of a file on the web by URL ?

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: File availability
Posted: Wed Jul 21, 2021 10:16 AM

You can try to download it and check the return code. Maybe slow, but it should work.

EMG

Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: File availability
Posted: Wed Jul 21, 2021 10:43 AM

Thanks.
Checking for the presence of a file is the first thing that comes to mind. But I thought there was some more interesting way

Posts: 6755
Joined: Wed Feb 15, 2012 08:25 PM
Re: File availability
Posted: Thu Jul 22, 2021 10:19 AM

Or use server FTP/SFTP for your files, or GITHUB API

Cristobal Navarro

Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo

El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: File availability
Posted: Thu Jul 22, 2021 11:35 AM

FTP/SFTP

Continue the discussion