thinking about 2 servers on a network . there is only http and ftp protocols . 1st server have a service that wait until receiveing a url related to a file resource through something like website. this file placed on 2nd server. now 1st server must be able to download that file on it`s local disk space .
i want to know how i can do this.
2007-06-04
06:21:39
·
5 answers
·
asked by
Alfered109
2
in
Computers & Internet
➔ Computer Networking
1-URL Transfered through a webservice .
2-there is no need to transfer files on both ways.
3-this will be a 'push'.
if the file is not ready , the server report it as a bad link .
if the file size is larger than several MBs , the server can not be able to download the file (because of bandwidth and storage limits).
architecture is not important matter , dotNet or Java2 are applicable .
2007-06-04
07:03:09 ·
update #1