[SOLVED] Copy files from remote web server. How?
by ddenial from LinuxQuestions.org on (#5EE9H)
Hi
I want to copy some files from my web hosting to my system. I connect to my webserver through ssh. Following is the command I was given to connect to my web hosting.
Code:ssh -p xxxxx username@xxx.xxx.xxx.xxxOnce I connect, I cd to some directory. From there, I want to copy some files to my local home folder.
How do I do that?
My distro is Fedora 33.
Thanks


I want to copy some files from my web hosting to my system. I connect to my webserver through ssh. Following is the command I was given to connect to my web hosting.
Code:ssh -p xxxxx username@xxx.xxx.xxx.xxxOnce I connect, I cd to some directory. From there, I want to copy some files to my local home folder.
How do I do that?
My distro is Fedora 33.
Thanks