I have a download going on on a internal network over HTTP (only available protocol) using wget
. The content of interest is NOT reachable from the WWW. The file is being downloaded to a public http accessible directory on a server that IS reachable from the WWW. Is it possible to externally begin downloading this file while it is still being downloaded on the server? This really would speed up the distribution process.
Private Server -> Public Server - WWW -> Client Server