PC Review


Reply
Thread Tools Rate Thread

Bypassing Excel's FTP login/password dialog

 
 
tyler.paavola@gmail.com
Guest
Posts: n/a
 
      30th Jan 2008
Hi all,

Currently, I am using

Workbooks.OpenText Filename:= "ftp://usernameassword@ftpservername/
directory" & (some other parameters)

to connect to a ftp server to download files that will generate my
data.

The script works great, the only problem is that it brings up a FTP
login screen, prompting for the username and password.
This script needs to be automated, so I cannot have a login dialog
box.

As shown above, I have put the username and password details within
the ftp link, but the dialog box is still displayed.


Any ideas?
many thanks in advance
 
Reply With Quote
 
 
 
 
Brouws
Guest
Posts: n/a
 
      31st Jan 2008
Have you tried adding :

Application.DisplayAlerts = False

before this, and switching it back on afterwards?

 
Reply With Quote
 
tyler.paavola@gmail.com
Guest
Posts: n/a
 
      31st Jan 2008
On Jan 30, 11:53 pm, Brouws <stefan.brou...@gmail.com> wrote:
> Have you tried adding :
>
> Application.DisplayAlerts = False
>
> before this, and switching it back on afterwards?


Yeah, I've tried that, but the login dialog still comes up
I am thinking I need some way of passing it the username/password,
because I don't think I can suppress the dialog and still have it log
into a secure ftp
 
Reply With Quote
 
tyler.paavola@gmail.com
Guest
Posts: n/a
 
      31st Jan 2008
On Jan 30, 11:53 pm, Brouws <stefan.brou...@gmail.com> wrote:
> Have you tried adding :
>
> Application.DisplayAlerts = False
>
> before this, and switching it back on afterwards?


Yeah, I've tried that, but the login dialog still comes up
I am thinking I need some way of passing it the username/password,
because I don't think I can suppress the dialog and still have it log
into a secure ftp
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel bypassing Word password Ray C Microsoft Excel Programming 2 3rd Jul 2008 07:36 PM
How to get usercode/password/domain login dialog box ? Francois PIETTE Windows Vista Administration 3 26th May 2007 05:18 PM
Implement Remember password feature in Login Dialog Sandeep Singh Microsoft Dot NET Framework Forms 2 9th Jan 2006 08:20 AM
Bypassing the login password Jonathan Estabillo Windows XP General 4 16th Dec 2003 03:41 AM
Bypassing Windows XP Login password Lynette Windows XP Security 1 22nd Aug 2003 09:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:44 PM.