-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uploading a file to a host puts file on the C: drive but doesn't put file in specified path on Windows #349
Comments
Hey @terrancedjones is this something you are doing with RTR? Could you share what version of the sdk you are using and any relevant code, with sensitive information redacted? |
Hello @ffalor, My apologies for not providing more details initially. I know this is still generic I'm waiting to here back on what of the code i'm able to provide. |
Thank you! I think this is enough information for me to start troubleshooting. Since your code worked for mac, have you tried this with another sdk or in the console to see if this problem exists there too? |
I updated the latest sdk and got the same issue. I did that previously and I got the same results. |
Just wanted to check in and see if we have any update of this issue? |
I am attempting to put a file on windows host.
First I upload a file to the the Cloud
then I use the cd command to cd to path I want to put the file
then I use the put command to put the file on the host
The file is uploaded to the host but it puts in on the c drive no the specified directory
When i do the same action on a Mac system it puts the file in the specified directory without a problem.
The text was updated successfully, but these errors were encountered: