You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use RTR execute admin commands (client.RealTimeResponseAdmin.RTRExecuteAdminCommand) on a Windows machine for example I do an ls to see the directories in the current C drive then cd into a specific directory and then do another ls. I get the information located in C: not the directory I cd'ed into. But if I do the same thing Linux it works correctly.
Steps to recreate load RTR Admin do
ls
cd temp
ls
You will get the ls information from c: not from cd temp. We are on the latest build as of 8/12/2024. This may be similar to the issue I created last year with uploading a file into a specified directory in Window. Issue #349
The text was updated successfully, but these errors were encountered:
When I use RTR execute admin commands (client.RealTimeResponseAdmin.RTRExecuteAdminCommand) on a Windows machine for example I do an ls to see the directories in the current C drive then cd into a specific directory and then do another ls. I get the information located in C: not the directory I cd'ed into. But if I do the same thing Linux it works correctly.
Steps to recreate load RTR Admin do
You will get the ls information from c: not from cd temp. We are on the latest build as of 8/12/2024. This may be similar to the issue I created last year with uploading a file into a specified directory in Window. Issue #349
The text was updated successfully, but these errors were encountered: