How To: Connect to a Server Using SFTP

SFTP is one of the worst named protocols in computing. Like many, I once thought it was an extension of File Transfer Protocol (FTP) that added encryption, but it is not. That’s FTPS. SFTP is an extension of Secure Shell (SSH) and stands for SSH File Transfer...

How To: Connect Clients to NFS Server

In a previous post I explained how to set up an NFS server on a Raspberry Pi. Here I provide info on how to set up an NFS client on common devices. I can’t cover all devices, but fortunately if it’s *nix the FreeBSD/Linux examples should work fine for most...