H
Hoof Hearted
I need my application to read the contents of a text file located on an ftp
server. I had hoped that I could use the 'Open' keyword to do this:
MyURL = "ftp://weather.noaa.gov/data/EGNH.TXT"
Open MyUrl for input as 1
I get the error 'Bad File name or number'
How can I do this?
server. I had hoped that I could use the 'Open' keyword to do this:
MyURL = "ftp://weather.noaa.gov/data/EGNH.TXT"
Open MyUrl for input as 1
I get the error 'Bad File name or number'
How can I do this?