Mahesh Posted on Aug 12, 2022 2 1 Download/Upload files on remote server #ssh #server #devenv Upload File On Server scp -i <ssh-private-key-path> <file-local-path> <file-remote-destination> scp -i ~/.ssh/work ./notes2.txt mahesh@example.com:/home/team1 Enter fullscreen mode Exit fullscreen mode Download File From Server scp -i <ssh-privae-key-path> <file-on-server-path> <file-local-destionation> scp -i ~/.ssh/work mahesh@example.com:/home/team1/notes2.txt ./ Enter fullscreen mode Exit fullscreen mode Remote Download on Server wget <file-url> wget https://ipfs.io/ipfs/QmNf1UsmdGaMbpatQ6toXSkzDpizaGmC9zfunCyoz1enD5/penguin/17.png Enter fullscreen mode Exit fullscreen mode Top comments (0) Subscribe Personal Trusted User Create template Templates let you quickly answer FAQs or store snippets for re-use. Submit Preview Dismiss Code of Conduct • Report abuse Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)