在本地更新网页内容?

发布于 2024-10-16 04:27:11 字数 182 浏览 2 评论 0原文

我对拥有网站真的很陌生,我今天刚买了我的网站! 但是,我很快发现更新文件可能是一个细微差别。 在本地进行更改,保存,重新上传。

我真的更喜欢在本地编码,因为 IDE 更好。否则我用主机“记事本”编码就没有问题。

所以,我的问题是,是否有任何类型的软件可以将您的本地文件同步到网络主机上托管的文件?或者这取决于网络主机?

I'm really new to owning a website, I just bought mine today!
But, I've found found pretty fast that updating files can be a nuance.
Make a change locally, save, re-upload.

I really prefer to code locally, as the IDE is much better. Else I'd have no problem coding with the hosts "notepad".

So, my question is, is there software of any kind that will sync your local files, to those that are hosted on the web host? Or is this dependent on the web host?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

流心雨 2024-10-23 04:27:11

我使用 winscp,我告诉它上传更改的文件,所以一旦登录,我所做的任何更改本地会自动更新。还有其他 ftp 客户端也可以执行此操作。

i use winscp, i tell it to upload changed files, so once logged in, any changes i make locally are automatically updated. there are other ftp clients that do this also.

刘备忘录 2024-10-23 04:27:11

您可以使用 svn 这样的文件版本控制系统来下载和更新文件、推送新版本。但这与您现在所做的并没有什么不同,只是 svn 提供了跟踪以前版本并防止人们覆盖彼此工作的能力。我想也许你的意思可能更像是“当我在编辑器中打开和编辑 file.txt 并保存时,它会在服务器上自动更新”?如果是这种情况,有很多编辑器可以让您远程打开文件,并且当您保存文件时,它会远程保存它。我个人用的是html-kit

you can use a file versioning system like svn to download and update files, push new versions. But that isn't really any different than what you are doing now, except that svn offers ability to keep track of previous versions and keep people from overwriting each other's work. I think maybe you might mean more like "when I open and edit file.txt in my editor and save, it is automatically updated on the server" ? If that is the case, there are a lot of editors that will let you open a file remotely and when you save it, it saves it remotely. The one I personally use is html-kit

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