In VS2008, for FTP Publishing of a website, is there a way to save FTP Logon password?
Asked Answered
S

2

19

I like the Visual Studio 2008 IDE integrated (not command line) feature to choose to publish an ASP.NET website to my webserver via FTP. I'm able to store my FTP username but I don't see any option to store my FTP password and so I must type it in each time I publish.

Is there an equivalent to the "Remember password" functionality found on many login systems for VS2008 FTP publishing?

alt text http://img268.imageshack.us/img268/7752/logino.jpg

Thanks!

Softener answered 20/8, 2009 at 20:14 Comment(0)
S
41

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.

Salliesallow answered 28/10, 2009 at 13:1 Comment(1)
you made my day! (also the stackoverflow similar post suggest :P )Monocle
R
0

If you want Visual Studio to remember your ftp password, open it as administrator and enable the passive mode.

Referential answered 5/10, 2023 at 1:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.