Follow kevinlearynet on Twitter!

kevinleary.net

Working With Dreamweaver Site Files (.STE)

When connecting to a new project via FTP I will occasionally come across .STE (Dreamweaver Site File) files being used as a means to store FTP username and password information. The FTP password is always encrypted in these files. This causes problems because I do not use Dreamweaver to build websites. Even worse, what if I were someone else that did not own a copy of Dreamweaver?

If you come across a legacy site that uses an .STE file to provide FTP information it can be difficult to get that information into another program.

Process

Here is the process I went through to extract the password from a .STE file:

  1. Open the .STE with a plain text editor. You will see an XML document.
  2. You will see that the &ls;remoteinfo> tag has many attributes. Find the pw=”" attribute and copy it’s contents to the clipboard.
  3. Go to http://www.moredw.com/getPW.php and click on the “Get FTP Password online” towards the bottom of the page. This will launch a popup window.
  4. Use the WebApp here to de-crypt the password.

That’s it, you’ve de-crypted the FTP password, your free now.

Resources

This website uses IntenseDebate comments, but they are not currently loaded because either your browser doesn't support JavaScript, or they didn't load fast enough.

2 Comments

  1. Michelle / 8.7.08 / 12:17 AM

    Thanks. This was helpful and quick!

  2. admin / 8.9.08 / 5:25 PM

    Thanks Michelle, glad I could help.

Leave a comment

will not be published

Wrap code blocks with <pre lang="LANGUAGE" line="1"> and </pre> where LANGUAGE is a GeSHi supported language syntax.