How can I get my Remote Desktop App to write to local file

0

I have a remote desktop app running under Windows 7 Ultimate that writes a report. It would be much easier if the report could be written directly to the local machine.

How can I do this? every time I try I seem to run into permissions problems. If I try to write by explicit reference the folder (eg\Computer\Drive$\Folder\Subfolder\filename) it seems to work but its cumbersome and it would be easier if the user could select his own directory but use a standard sharename.

But, when I try to write by reference to its share name (reports) (eg \Computer\Sharename\filename) I get a file access error

Any suggestions on how I can get the share name to work?

user713275

Posted 2017-04-01T12:12:59.663

Reputation: 1

Answers

0

The reason the share name reference fails is likely due to the permissions - check them and that should work.

However another way is to just enable access to the local resources in the remote connection options - you can choose to share drives, printers and other items directly with the remote system. Once you've done this you'll find it in my computer, and be able to save directly.

djsmiley2k TMW

Posted 2017-04-01T12:12:59.663

Reputation: 5 937

Thanks for your interest.
Yes I thought it was permissions but as far as I could see 'everyone' had read/write permissions to the various directories. I currently have a workaround using full paths so the immediate crisis is passed but I would prefer shares.

And the challenge is programatically identifying, checking and writing (as opposed to hunting down in explorer) . – user713275 – 2017-04-01T17:17:07.130