我可以在flexbuilder3中向flex项目添加ftp文件夹吗?
我的 Flex 应用程序在远程服务器上使用了一些配置文件(.xml)。我希望能够在 Flex 构建器中修改它们以及本地应用程序文件。理想情况下,我可以向我的项目添加一个文件夹,即 ftp 文件夹。如果这是不可能的,是否有人知道如何管理这些远程文件的更改。目前,我从 ftp 下载它们,进行更改,上传回来并调试应用程序,这很痛苦。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我猜想 Eclipse 有一个插件可以完全满足您的需求,并且应该将其安装到 Flex Builder 中,因为它构建在 eclipse 上。
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.
我最终安装了 RSE 插件:
http://www.venukb.com/2007/06/06/how-to-browse-remote-files-in-eclipse-ide/
I ended up installing RSE plugin:
http://www.venukb.com/2007/06/06/how-to-browse-remote-files-in-eclipse-ide/