Hi, I am trying to implement an application which has two servers that are talking to each other. There are a bunch of files on server 1 and an bunch of scripts on server 2. The scripts are run on server 2 and they utilize some of the files that are present on server 1. So I had the following questions:
1. is it possible for server 1 to act as a client as well as the server. Such that I can call services on server 2, which in turn will call services on server 1 (upload/download is what I am looking for). I know I can use upload and download as part of my current implementation, but I was just curious. Further, I have set up a ssh connection, and I also wanted to know if it was possible for the second connection (server 2 to server 1) to be made using the same ssh session, Is that possible? 2. When I try to implement upload/download as part of my services I get a 'Connection object has no attribute builtin' error but it works fine when it is not included in services. Any insight on this? Thanks for your help. This group is pretty awesome. I get results pretty quick =) Thanks a lot guys
