How can I copy a file from my local computer to DSS VM?
p_phanwong
Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 7 ✭✭✭
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
Best Answer
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 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,