+10  A: 

On the previous screen where you select what ftp server you want, simply add the credentials as if you were visiting a secure website in a web browser:

ftp://myuser:[email protected]:21/my/path/to/web/root/

It saves the URL between sessions and does not prompt for passwords, at least in my experience with VS 2008.

Dave
Awesome, thanks!
Adam Kane