
How to Change the SFTP Port
SFTP is a secure file protocol for transferring files between two hosts over an encrypted connection. The default SFTP port is 22.
Read more

How to Use SFTP Command to Transfer Files
SFTP (SSH File Transfer Protocol) is a secure file protocol used to access, manage, and transfer files over an encrypted SSH transport. In this tutorial, we will show you how to use the Linux `sftp` command.

How to use SSHFS to Mount Remote Directories over SSH
SSHFS (SSH Filesystem) is a filesystem client based on FUSE for mounting remote directories over an SSH connection. This tutorial will show you how to install the SSHFS client on Linux, macOS, and Windows and how to mount a remote directory.

How to Set Up SFTP Chroot Jail
If you are a system administrator managing Linux server chances are that you may need to grant SFTP access to some users to upload files to their home directories. In this tutorial we will explain how to setup up a SFTP Chroot Jail environment that will restrict users to their home directories.