The zip file containing the csv file I need is under the following location

https://www.askebsa.dol.gov/foia files/2017/latest/f_5500_2017_latest.zip

I am trying to have Stata unzip the file and second, import the data from
f_5500_2017_latest.csv

I am not having any success using the following:

. unzipfile https://www.askebsa.dol.gov/foia files/2017/latest/f_5500_2017_latest.zip
invalid syntax

or

. import delimited using https://www.askebsa.dol.gov/foia files/2017/latest/f_5500_2017_latest.zip/f_5500_2017_latest.csv
invalid 'files'

Thank you for any insight.