Thank you Richard. It worked very well, but I want it to operate the other way around. I mean, while in the RDP session in the server, I could open a DBF file in a shared folder on my computer. That is fine and I did not know it was so easy.
But my idea is to be able to access _the server files with my VFP application_. The real scenario is a store trying to read a file from the Head Office server, located elsewhere in town. I thought, based on your example, that this could be done without using a VPN. Is it possible though? And if so, how? Rafael Copquin El 30/07/2012 12:53 p.m., Richard Kaye escribió: > If you are connected to the remote computer via RDP and your connection is > configured to share your local resources in the RDP session, you can connect > to a share on your computer and copy files that way. > > In a command window in the RDP session, it would look like this: > > net use x: \\tsclient\c\mysharedfolder > > TSCLIENT is what you would use to refer to your computer. As mentioned above, > you must have your RDP connection configured to share drives, which is not > the default setting. If you open Windows Explorer or My Computer inside the > RDP session and do not see any drives from your computer listed, you will not > be able to map a drive this way. > > -- > rk > > -----Original Message----- > From: [email protected] [mailto:[email protected]] On > Behalf Of Rafael Copquin > Sent: Monday, July 30, 2012 10:13 AM > To: [email protected] > Subject: Re: VFP data and VPN > > Hi Paul > I have this client with a server that I connect to through RDT > The RDT IP is (just example) 190.1.1.1 > If I try to do what you suggest I can't connect > What I did is share the c: drive on the server and a folder (vfp) > net use z: \\190.1.1.1\general\vfp is what I do, but get the message that the > net name specified is not found. > If I leave a space between the z: and the \\ the command freezes. If I remove > the space, I get the above message. > I I try to do it from the Windows explorer (connect to network drive) after a > long while it asks for the credentials, but even then, no luck > What am I doing wrong? > > Rafael Copquin > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

