Force MS Remoteapp to save files to client's SystemWindows 2008 RemoteAPP client disconnects within a matter of minutesWhat is the difference between rdp files?how to disable RemoteApp sessions lock if idle for 10 minutes and require no user needs to input password to unlock?RemoteApp .rdp embed creds?Install MS Office on Windows Server 2008 - in support of Quickbooks RemoteAppterminal service remoteapp disappears when opening fileRemoteApp performance issues in Windows Server 2012R2Azure RemoteApp DNS resolutionRemoteApp : Save files on client's local profileRDSH processing of RemoteApp and Desktop Connections template
Is it possible to trip with natural weapon?
Is it possible for people to live in the eye of a permanent hypercane?
Funtion to extract float from different price patterns
PhD student with mental health issues and bad performance
Building a road to escape Earth's gravity by making a pyramid on Antartica
Implement Homestuck's Catenative Doomsday Dice Cascader
How to decline physical affection from a child whose parents are pressuring them?
How to pass a regex when finding a directory path in bash?
How would you say “AKA/as in”?
How to make thick Asian sauces?
Pronoun introduced before its antecedent
You've spoiled/damaged the card
Can a magnetic field of an object be stronger than its gravity?
Opposite of "Squeaky wheel gets the grease"
Do adult Russians normally hand-write Cyrillic as cursive or as block letters?
Does the "6 seconds per round" rule apply to speaking/roleplaying during combat situations?
How could a government be implemented in a virtual reality?
Can you please explain this joke: "I'm going bananas is what I tell my bananas before I leave the house"?
Smooth switching between 12v batteries, with toggle switch
Are there cubesats in GEO?
Did Darth Vader wear the same suit for 20+ years?
On the Twin Paradox Again
What do we gain with higher order logics?
How bad would a partial hash leak be, realistically?
Force MS Remoteapp to save files to client's System
Windows 2008 RemoteAPP client disconnects within a matter of minutesWhat is the difference between rdp files?how to disable RemoteApp sessions lock if idle for 10 minutes and require no user needs to input password to unlock?RemoteApp .rdp embed creds?Install MS Office on Windows Server 2008 - in support of Quickbooks RemoteAppterminal service remoteapp disappears when opening fileRemoteApp performance issues in Windows Server 2012R2Azure RemoteApp DNS resolutionRemoteApp : Save files on client's local profileRDSH processing of RemoteApp and Desktop Connections template
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I'm using an older software with a dbase database. I'd like to deploy it as a remoteapp, and from my testing this seems quite possible.
Update:
This application would be accessed over the internet and not directly on the same network.
Additionally the users would be using a variety of devices.
My question is this:
This application generates excel and csv files, how can I force remote app to save these files to the clients machine and not save anything generated (or through a save dialog) to the server?
remoteapp
add a comment |
I'm using an older software with a dbase database. I'd like to deploy it as a remoteapp, and from my testing this seems quite possible.
Update:
This application would be accessed over the internet and not directly on the same network.
Additionally the users would be using a variety of devices.
My question is this:
This application generates excel and csv files, how can I force remote app to save these files to the clients machine and not save anything generated (or through a save dialog) to the server?
remoteapp
is it possible to map a drive to \tsclientc$$$ ?
– Bradleyo
Jan 30 '14 at 21:59
add a comment |
I'm using an older software with a dbase database. I'd like to deploy it as a remoteapp, and from my testing this seems quite possible.
Update:
This application would be accessed over the internet and not directly on the same network.
Additionally the users would be using a variety of devices.
My question is this:
This application generates excel and csv files, how can I force remote app to save these files to the clients machine and not save anything generated (or through a save dialog) to the server?
remoteapp
I'm using an older software with a dbase database. I'd like to deploy it as a remoteapp, and from my testing this seems quite possible.
Update:
This application would be accessed over the internet and not directly on the same network.
Additionally the users would be using a variety of devices.
My question is this:
This application generates excel and csv files, how can I force remote app to save these files to the clients machine and not save anything generated (or through a save dialog) to the server?
remoteapp
remoteapp
edited Jan 30 '14 at 21:58
Bradleyo
asked Jan 30 '14 at 17:23
BradleyoBradleyo
83
83
is it possible to map a drive to \tsclientc$$$ ?
– Bradleyo
Jan 30 '14 at 21:59
add a comment |
is it possible to map a drive to \tsclientc$$$ ?
– Bradleyo
Jan 30 '14 at 21:59
is it possible to map a drive to \tsclientc$$$ ?
– Bradleyo
Jan 30 '14 at 21:59
is it possible to map a drive to \tsclientc$$$ ?
– Bradleyo
Jan 30 '14 at 21:59
add a comment |
1 Answer
1
active
oldest
votes
You should be able to access the client machine folders, and then write to those. Given the application vintage you may need to wrap it in a batch file that sets up the mapped drives.
Alternately, create persistent mappings in a regular RDP session. It should also be possible to create mappings to the tsclient? virtual folders created in the session during a script. This way, an application that needs to access mapped drives can reach the folders on the client machine.
Additional Information: This application would be accessed over the internet and not directly on the same network. I've never had any success mapping drives to a remote network.
– Bradleyo
Jan 30 '14 at 21:57
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f571078%2fforce-ms-remoteapp-to-save-files-to-clients-system%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You should be able to access the client machine folders, and then write to those. Given the application vintage you may need to wrap it in a batch file that sets up the mapped drives.
Alternately, create persistent mappings in a regular RDP session. It should also be possible to create mappings to the tsclient? virtual folders created in the session during a script. This way, an application that needs to access mapped drives can reach the folders on the client machine.
Additional Information: This application would be accessed over the internet and not directly on the same network. I've never had any success mapping drives to a remote network.
– Bradleyo
Jan 30 '14 at 21:57
add a comment |
You should be able to access the client machine folders, and then write to those. Given the application vintage you may need to wrap it in a batch file that sets up the mapped drives.
Alternately, create persistent mappings in a regular RDP session. It should also be possible to create mappings to the tsclient? virtual folders created in the session during a script. This way, an application that needs to access mapped drives can reach the folders on the client machine.
Additional Information: This application would be accessed over the internet and not directly on the same network. I've never had any success mapping drives to a remote network.
– Bradleyo
Jan 30 '14 at 21:57
add a comment |
You should be able to access the client machine folders, and then write to those. Given the application vintage you may need to wrap it in a batch file that sets up the mapped drives.
Alternately, create persistent mappings in a regular RDP session. It should also be possible to create mappings to the tsclient? virtual folders created in the session during a script. This way, an application that needs to access mapped drives can reach the folders on the client machine.
You should be able to access the client machine folders, and then write to those. Given the application vintage you may need to wrap it in a batch file that sets up the mapped drives.
Alternately, create persistent mappings in a regular RDP session. It should also be possible to create mappings to the tsclient? virtual folders created in the session during a script. This way, an application that needs to access mapped drives can reach the folders on the client machine.
edited Feb 1 '14 at 6:51
answered Jan 30 '14 at 21:24
PekkaPekka
520515
520515
Additional Information: This application would be accessed over the internet and not directly on the same network. I've never had any success mapping drives to a remote network.
– Bradleyo
Jan 30 '14 at 21:57
add a comment |
Additional Information: This application would be accessed over the internet and not directly on the same network. I've never had any success mapping drives to a remote network.
– Bradleyo
Jan 30 '14 at 21:57
Additional Information: This application would be accessed over the internet and not directly on the same network. I've never had any success mapping drives to a remote network.
– Bradleyo
Jan 30 '14 at 21:57
Additional Information: This application would be accessed over the internet and not directly on the same network. I've never had any success mapping drives to a remote network.
– Bradleyo
Jan 30 '14 at 21:57
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f571078%2fforce-ms-remoteapp-to-save-files-to-clients-system%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
is it possible to map a drive to \tsclientc$$$ ?
– Bradleyo
Jan 30 '14 at 21:59