Scp 432 Download For Mac

Active7 years, 7 months ago

SCP - Containment Breach is a free survival horror game based on the works of the SCP Foundation community.

I have a centos server lets say with ip: 1.2.3.4. I want to download a file from 1.2.3.4 at path /root/pc/filename.rar to my localhost host (current pc). What command I need to download that file? I am trying like this but its not working

I want to download that file into my system current directory.

coure2011coure2011For
7077 gold badges17 silver badges32 bronze badges

Music Download For Mac

2 Answers

Just add where you want it to be copied to (ie: ./):

totaamtotaam
1,5371 gold badge12 silver badges11 bronze badges

First of all, make sure that the root user is really needed to access the file. If the file can be retrieved by a normal user, that would be preferred to limit the security risks.

If root is really required, make sure that root is actually allowed to login by ssh by checking your /etc/ssh/sshd_config file and see if the PermitRootLogin option is set to yes.

Finally, your command above should work when you add a . (pointing to your current dir) behind it, like so:

Or you can always use a full path as well:

Scp 432 Download

OldskoolOldskool

Scp 432 Download For Mac Pc

Not the answer you're looking for? Browse other questions tagged unixterminal or ask your own question.