I have some config files (.xml's) used by my flex app sitting on remote servers. I would like to be able to modify them in flex builder along with the local app files. Ideally I could add a folder to my project that was the ftp folders. If this is not possible, does anyone have a good idea for how to manage changes to these remote files. Currently I download them from the ftp, make changes, upload them back and debug the app which is a pain.
Asked
Active
Viewed 282 times
2 Answers
1
I would guess there is a plugin for Eclipse to do exactly what you like, and that should install into Flex Builder as its built on eclipse.

Jammin
- 3,050
- 2
- 23
- 34
0
I ended up installing RSE plugin:
http://www.venukb.com/2007/06/06/how-to-browse-remote-files-in-eclipse-ide/

mrjrdnthms
- 1,549
- 4
- 24
- 35