Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q525 Can I connect to an ftp server and download a file?

You are here: irt.org | FAQ | JavaScript | File | Q525 [ previous next ]

Here's one way to access files on an FTP server:

<a href="#" onClick="window.open('ftp://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz008.txt','new','width=600,resizable,scrollbars,menubar');"> NWS Forecast</a>

Submitted by Bruce Cooley

Feedback on 'Q525 Can I connect to an ftp server and download a file?'

©2018 Martin Webb