rickygreer
Programmer
I built a database program using ADO and ASP. The problem is, I must import data from a remote ftp site. I currently used a linked table in Access which worked fine when the table was on a mapped drive. Now, for security reasons, the data must be uploaded to an FTP server outside a firewall, and a need my application to go out and grab the file and move it to a local disk where I can link to it. Any help would be greatly appreciated.