How do i move my local django files to linode?

Does anybody know how do i move my local django files to linode?
I own postgres+django api server and i want to move it to my linode server.But how?

1 Reply

See:

https://linuxize.com/post/how-to-use-scp-command-to-securely-transfer-files/

You need to remember that scp(1) will overwrite the destination if it's able.

-- sw

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct