将文件从客户端同步到服务器
我正在尝试通过服务器实时更新文件。它更像是实时同步,延迟非常小。有没有任何应用程序可以让我这样做?或者您会建议我使用本地主机作为服务器吗?
I'm trying to keep a file updated real time with the server. Its more like a real time syncing which has a very small delay. Is there any application that lets me do this? Or would you suggest me using a local host as a server?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道你是如何连接到你的服务器的 - 但我认为这将是类似 SCP / SFTP / FTP 的东西,而且我不知道你的操作系统。 WinSCP 将完全满足您的需要,您可以将其设置为监视您的文件系统(到指定的文件夹),一旦驱动器上的文件发生变化,它就会更新服务器文件。
它还支持命令行功能,以便您可以在自己的应用程序中使用它。
I dont know how you are connected to your server - but i assume this will be something like SCP / SFTP / FTP and i dont know your OS. WinSCP will do excatly this what you need, you can set it to watch your Filesystem (to a specified folder) and it will update the server files as soon as your file on your drive changes.
It also supports command line features so that you can use it within your own applications.