How can I copy a file from my local computer to DSS VM?

Solved!
p_phanwong
Level 2
How can I copy a file from my local computer to DSS VM?

I'm new to command line. I tried to use command

"scp -P 2222 file.txt dataiku@127.0.0.1:/root/home/dataiku/dss?

But the permission was denied after enter the password.

 

Operating system used: Windows 10

0 Kudos
1 Solution
AlexT
Dataiker

Hi @p_phanwong ,

You will need to remove leading  /root to avoid permissions errors please try to change the path to  /home/dataiku/dss. 

Thanks,

View solution in original post

1 Reply
AlexT
Dataiker

Hi @p_phanwong ,

You will need to remove leading  /root to avoid permissions errors please try to change the path to  /home/dataiku/dss. 

Thanks,