|
-
Dec 21st, 2003, 04:06 AM
#1
Thread Starter
yay gay
WebService design question
I am going to make a program that allows me to control a remote computer in my other house. I first though of making a server/client program using windows sockets but after starting it i discovered it would be just too much pain in the ass. After that I had the idea of doing it using Web Services. That seems good but I have a few points back:
- I tested WebServices once and found that you couldn't pass arrays through it as the kind of serialization it uses doesn't allow them. My question is: Is there any other way of passing arrays? I could before sending them pass them to binary serialization too.
- The idea would be that in the Web Service side i could access ftp and access it's files. But i want to enter the FTP, STAY, download, close etc always using the same session. But how to accomplish this? Every time i access for ex the Web Service function ConnectFTP() it will connect and in the end will close it right? I'd have to have another application that had to be always working besides the WebService.
Any ideias of any of the points?
Last edited by PT Exorcist; Dec 21st, 2003 at 10:17 AM.
\m/  \m/
-
Dec 21st, 2003, 10:18 AM
#2
Thread Starter
yay gay
\m/  \m/
-
Dec 21st, 2003, 12:12 PM
#3
You could use remoting probably but its going to be a lot of work. Why not just setup a private ftp on that computer? OR Terminal Server in or something. OR if you are running Windows XP Pro you can leave it on but not logged in and still connect to it like Terminal Server.
-
Dec 21st, 2003, 12:31 PM
#4
Thread Starter
yay gay
Originally posted by Edneeis
You could use remoting probably but its going to be a lot of work. Why not just setup a private ftp on that computer? OR Terminal Server in or something. OR if you are running Windows XP Pro you can leave it on but not logged in and still connect to it like Terminal Server.
What is remoting?
What do you mean by private ftp on that computer? I want to download FROM there to ANOTHER ftp, it's not this computer ftp lol
And what's Terminal Server?
\m/  \m/
-
Dec 21st, 2003, 12:54 PM
#5
PowerPoster
Terminal Server is exactly what you are looking for, or the built in remote desktop in XP (if both have xp).
I use Terminial Server all the time to vpn into client machines to install software, update their SQL Server, etc. It basically allows you to log into the computer and use it like it was local.
-
Dec 21st, 2003, 01:00 PM
#6
Thread Starter
yay gay
Both computers have XP, how could i do that? I would want that whenever the other computer was initialized I was informed(I can create a prog that does that, it's easy).
The thing is: that computer will be ocasionally used by my father to access the internet, and during that time I'd like to have access to it without boring him(I dont want him to have to open programs etc)
How should I setup everything?
\m/  \m/
-
Dec 21st, 2003, 01:33 PM
#7
PowerPoster
On a XP machine, go to start->Help & Support. Search for 'remote desktop'.
You will then need to do the rest of the work.
If that doesn't fit your needs after you read about it, then you need to look into terminal services...which is slightly more complicated. Again, search for it.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|