我可以在 Windows 上使用 Dreamweaver CS5 管理本地 Linux 文件吗?
我在 Windows 7 上运行 Dreamweaver CS5。目前,我在 Dreamweaver 中设置站点,以便本地站点文件夹是位于大厅的 Windows 服务器上的文件夹。
一个新项目将在 Linux 服务器上运行(也在大厅下面),系统管理员告诉我将我的文件(php、js、css 等)保存在 Windows 服务器上并将它们通过 FTP 传输到 Linux 服务器。
我意识到 Dreamweaver 无法在 Linux 上运行。谁能告诉我如何在 Windows 上使用 Dreamweaver 从本地 Linux 服务器读取文件/向本地 Linux 服务器写入文件?如果只需在 Dreamweaver 站点设置中输入路径,那么语法是什么(例如,类似于“\server\directory\subdirectory”)?
非常感谢! 詹姆斯
I'm running Dreamweaver CS5 on Windows 7. Currently, I set up sites in Dreamweaver so that the local site folder is a folder on a Windows server down the hall.
A new project will run on a Linux server (also just down the hall) and I'm being told by the Sys Admin to save my files (php, js, css, etc) on the Windows server and FTP them to the Linux server.
I realize Dreamweaver won't run on Linux. Can anyone tell me how to use Dreamweaver on Windows to read/write files from/to a local Linux server? If it's just a matter of typing in the path in Dreamweaver Site Setup, then what is the syntax (e.g., the analog to "\server\directory\subdirectory")?
Many thanks!
James
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要让系统管理员为您设置 samba 访问权限。设置 samba 后,您可以将 samba 共享安装为驱动器并将其用作站点文件夹。尽管我不确定您是否希望将 Dreamweaver 带来的所有额外文件放到您的网络服务器上。
You would need to talk the sys admin into setting up samba access for you. Witha samba set up you could mount your samba share as a drive and use that as the site folder. Although I am not sure you would want all the extra files Dreamweaver brings to the table on your webserver.
我看到两种可能的解决方案:
如果 Linux 服务器上设置了 FTP,则使用 dreamwaver 的“站点”功能通过 FTP 传输文件。
让管理员在 Linux 上设置 Samba,您将能够像 Windows 共享一样使用它,如 \server\share ...
I see two possible solutions:
Use dreamwaver's "Sites" feature to FTP the files over, if FTP was set-up on the Linux server.
Get the admins to set-up Samba on Linux, you would be able to use it just like a windows share as in \server\share ...