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

Options
p_phanwong
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
    Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,209 Dataiker
    Answer ✓
    Options

    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,

Setup Info
    Tags
      Help me…