FTP 作为文件夹/网络磁盘

发布于 2024-09-02 03:39:12 字数 73 浏览 8 评论 0原文

有没有办法让 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

韬韬不绝 2024-09-09 03:39:12

在苹果电脑上:
获取服务器IP地址,
在浏览器中输入
ftp://IP_ADDRESS_HERE
按回车键

On mac:
Get server IP address,
In browser type
ftp://IP_ADDRESS_HERE
Hit enter

℡寂寞咖啡 2024-09-09 03:39:12

Internet Explorer 对此支持得很好。您可以使用它来浏览 FTP 站点并进行更改:创建/重命名/删除目录和文件。
使用以下语法进行连接:

ftp://USER_NAME:PASSWORD@YOUR_FTP_SITE

然后,如果您想反映网站的更改,请使用动态语言来呈现您的网站。每次重新加载网站页面时,您都可以在 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:

ftp://USER_NAME:PASSWORD@YOUR_FTP_SITE

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.

月朦胧 2024-09-09 03:39:12

我使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文