FTP 作为文件夹/网络磁盘
有没有办法让 filezilla(或任何其他程序)创建一个作为实时 ftp 文件夹的文件夹,并且我所做的任何更改都会自动转到该网站。
Is there any way for filezilla(or any other program) to make a folder that is a live ftp folder and any changes I make automatically go to the website.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在苹果电脑上:
获取服务器IP地址,
在浏览器中输入
ftp://IP_ADDRESS_HERE
按回车键
On mac:
Get server IP address,
In browser type
ftp://IP_ADDRESS_HERE
Hit enter
Internet Explorer 对此支持得很好。您可以使用它来浏览 FTP 站点并进行更改:创建/重命名/删除目录和文件。
使用以下语法进行连接:
然后,如果您想反映网站的更改,请使用动态语言来呈现您的网站。每次重新加载网站页面时,您都可以在 FTP 后端显示更改。如果您不想重新加载页面,那么您需要有一些计时器和计时器。 AJAX 功能到位,以便不断检查 ftp 文件夹更改并在需要时反映它们。
Internet Explorer supports this very well. You can use it to browse your FTP site and make changes: create/rename/delete directories and files.
Use the following syntax to connect:
Then if you want to reflect the changes to a website, use a dynamic language for the rendering of your website. At each reload of the page of your website you would be able to show the changes in the FTP backend. If you do not want any reload of the page, then you need to have to have some timer & AJAX functionnalities in place in order to constantly check the ftp folder changes and reflect them if needed.
我使用 Expandrive。它非常出色,因为它为您提供了一个映射到您的 ftp 站点的新驱动器号。您在新驱动器上所做的任何更改都会实时反映在您的服务器上。它可以在 ftp、sftp、ssh 上运行,无论您使用什么连接。
I use Expandrive. It's brililant, because it gives you a new drive letter that's mapped to your ftp site. Anything you change on the new drive is reflected live on your server. It'll work on ftp, sftp, ssh, whatever connection you throw at it.