Hello! I’m trying to upload a file from my local machine to the Droplet: but it gives me the error “No such file or directory”.
I’m using scp /Users/username/discord_bot.py root@droplet_address:~/
I’m on a macOS device with Apple Silicon which uses the arm chipset.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi there,
The command looks correct but it sounds like the path to the file is not correct, if you were to do an
ls -l /Users/username/discord_bot.py
do you see the file?Best,
Bobby