Comment on What is your favourite way to transfer files in your homelab?
blackbrook@mander.xyz 2 weeks agoSCP, the protocol, is deprecated. scp, the command, just uses the SFTP protocol these days. I find its syntax convenient.
Comment on What is your favourite way to transfer files in your homelab?
blackbrook@mander.xyz 2 weeks agoSCP, the protocol, is deprecated. scp, the command, just uses the SFTP protocol these days. I find its syntax convenient.
atzanteol@sh.itjust.works 2 weeks ago
Oh does it? I didn’t realize that. I’ve just switched over to rsync completely.
blackbrook@mander.xyz 2 weeks ago
Since OpenSSH version 9.0, so like mid '22. So as long as your not running something more out of date than that.