Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > Communications > Client dir listing when running over Remote Desktop


Reply
 
Thread Tools Display Modes
  #1  
Old 02-24-2005, 08:07 AM
NCSUK NCSUK is offline
Newcomer
 
Join Date: Nov 2004
Posts: 18
Default Client dir listing when running over Remote Desktop


Hope somebody can point me in the right direction.

I have a VB6 application that runs on a web server in our office. This is to be accessed from around the world. We have decided to use MS Remote Desktop as an added level of security.

What I need to be able to do is create an open/save box that looks at the Clients machine, not the server where the application is hosted.

I also need to be able to save small files to the clients machine.

Should I be using the winsock control?????? If so what is the best way to approach it. I don't really wabt to have to do anything to the client pc. I want them to run it as though they are sat in front of it in our office.

thanks for any assistance
Reply With Quote
  #2  
Old 02-24-2005, 09:16 PM
headkaze's Avatar
headkaze headkaze is offline
Junior Contributor
 
Join Date: May 2004
Posts: 349
Default

Your adding Remote Desktop as an *added* level of security??

Anyways, yeah winsock with a server/client setup would work. That will require a program on the client's machine that will send the directory listing to the server for display or the server could just send a command to the client machine requesting it to display a directory. The latter method is more secure since the listing isn't sent down the wires.

I don't recommend using something like FTP as it's too insecure. Unless you use SSH tunnelling with something like Putty.

I don't get what u would use Remote Desktop for? Perhaps you could use thin-client/server technology instead. Like Citrix & Terminal Services.
Reply With Quote
  #3  
Old 02-25-2005, 01:58 AM
NCSUK NCSUK is offline
Newcomer
 
Join Date: Nov 2004
Posts: 18
Default

We normally use Citrix but in this instance we are not going to have access to the clients machines, as they are at several location around the world, with an unknown level of IT experience.

We are running Terminal services onn our server but the cleitns wil use Remote Desktop

What we were hoping to do was run the application from a web page on our website. However, with our limited timescales for delivery we don't have the time to develop something other than a standard executable, connecting to a Sql Server 2000 database.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->