简体   繁体   English

如何从Intranet服务器在外部服务器之间同步数据?

[英]How can I synchronise data between an external server from Intranet server?

I wrote a script which shows status of live/online hubs in our college intranet which are not accessible from outside as we are behind the proxies. 我编写了一个脚本,该脚本显示了我们大学Intranet中实时/在线集线器的状态,由于我们位于代理之后,因此无法从外部访问它们。 So, I would to ask, How can I data in External server from Intranet server automatically ? 因此,我想问一下,如何从Intranet服务器自动在外部服务器中进行数据处理?

Can this help? 能帮上忙吗? Maybe an HTTP tunnel? 也许是HTTP隧道?

HTTP tunneling is a technique by which communications performed using various network protocols are encapsulated using the HTTP protocol, the network protocols in question usually belonging to the TCP/IP family of protocols. HTTP隧道是一种使用HTTP协议封装使用各种网络协议执行的通信的技术,所讨论的网络协议通常属于TCP / IP协议家族。 The HTTP protocol therefore acts as a wrapper for a channel that the network protocol being tunneled uses to communicate. 因此,HTTP协议充当隧道的网络协议用来进行通信的通道的包装。

The HTTP stream with its covert channel is termed an HTTP tunnel. 带有隐式通道的HTTP流称为HTTP隧道。

HTTP tunnel software consists of client-server HTTP tunneling applications that integrate with existing application software, permitting them to be used in conditions of restricted network connectivity including firewalled networks, networks behind proxy servers, and network address translation. HTTP隧道软件由与现有应用程序软件集成的客户端/服务器HTTP隧道应用程序组成,允许它们在受限制的网络连接条件下使用,包括防火墙网络,代理服务器后面的网络以及网络地址转换。

http://en.wikipedia.org/wiki/HTTP_tunnel http://en.wikipedia.org/wiki/HTTP_tunnel

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何设置我的Wamp服务器以从Intranet访问虚拟主机? - How can i setup my wamp server to access to a virtual Host from intranet? 本地服务器上的Active Directory和外部服务器上的Intranet - Active Directory on local server and intranet on external server 如何将Enketo捕获的数据与MySQL同步 - How can I synchronise Enketo captured data with MySQL 如何管理用户并从主服务器访问Intranet中的不同站点? - How to manage users and access to the different sites in intranet from a main server? 客户端需要一个可以在与服务器断开连接的模式下工作并在连接时同步的应用程序 - Client needs a application which can work in disconnected mode from server and synchronise when connected 如何从外部服务器的BLOB播放音频流? - How can I play an audio stream from a BLOB from an external server? 如何从离线网页向服务器发送数据? - How can i send data to a server from an offline webpage? 如何使用 Json 解析来自服务器的数据? - How can I parse data from server using Json? 如何从具有百分比宽度的外部服务器提供图像? (PHP) - How can I serve images from an external server with a percentage width? (PHP) 如何从同一服务器上的外部应用程序访问cakephp操作? - How can I access cakephp actions from external applications on the same server?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM