Hi... I'm trying to automate a process for grabbing files from an FTP site, unzipping them, and importing the data into an access db.
I've not been able to get the string to work using the standard "Username
assword@hostname.path" approach (or any variations).
So, I'd like to open the ftp site and log on in two steps. The first is easy enough - but when I get to the site, I get a pop up for username and password (via Internet Explorer).
Is there any way to get to the pop up?
FYI, the users do not have any sensitive data on the ftp site and are not concerned with passwords in plain view. I know...
Thanks for any help!
I've not been able to get the string to work using the standard "Username
So, I'd like to open the ftp site and log on in two steps. The first is easy enough - but when I get to the site, I get a pop up for username and password (via Internet Explorer).
Is there any way to get to the pop up?
FYI, the users do not have any sensitive data on the ftp site and are not concerned with passwords in plain view. I know...
Thanks for any help!