How to export ftp list from phpdesigner 8?

I have a list of ftp connections in phpDesigner. How do I export or save it?

+3


source to share


1 answer


you can find the ftp xml file in: C: \ Users \ your user directory \ AppData \ Roaming \ phpDesigner

phpdesigner_ftp.xml

For Windows XP users (and I assume they still exist in numbers!) ... Path:

C:\Documents and Settings\[Windows-User]\Application Data\phpDesigner

      



For example, I have a Windows user account named "Ruturaaj". So my path looks like this:

C:\Documents and Settings\Ruturaaj\Application Data\phpDesigner

      

It is very convenient to know this folder because it contains other useful XML files as well. For example, search for "autocomplete.xml". This is a file containing all Auto-Complete code snippets you added to phpDesigner over a period of time. Now that you know this folder path, I suggest that you back up that folder and just overwrite the files with a fresh install to install the same environment over and over again.

+6


source







All Articles