Tag: ftp

How to Use the Linux ftp Command

January 5, 2022

FTP offers an efficient method of transferring files within a secure network. Learn how to use the ftp command in this tutorial.

Read more

How Does SFTP Work?

November 18, 2021

SFTP is a component of SSH that allows users to safely transfer data using the Internet. This tutorial goes over how SFTP works and what makes it the right choice of transfer protocols.

Read more

How to Use Public Key Authentication with SSH

August 10, 2021

Public Key Authentication is the secure way to connect via SSH. Through this guide, you will learn how to generate a key pair and use them to connect to a remote server via SSH.

Read more

SSHFS: How to Mount Remote File Systems Over SSH

July 26, 2021

Need to transfer files between two machines securely? Try the SSHFS client, which mounts a remote file system directly to your local machine and uses the SSH file transfer protocol.

Read more

How to Set up FTP Server on Your Raspberry Pi

April 6, 2021

Raspberry Pi can be used as an affordable FTP server. Learn how to set up the server and test your connection after establishing it.

Read more

How To Install an FTP Server On Ubuntu with vsftpd

June 6, 2019

FTP stands for File Transfer Protocol. It is similar to HTTP (HyperText Transfer Protocol), in that it specifies a language for transferring data over a network. FTP is unencrypted by default, so by itself, it’s not a good choice for secure transmissions. This guide will help you install and configure an FTP server (VSFTPD) on Ubuntu 18.04.

Read more

How To Install an FTP Server on CentOS 7 With VSFTPD

February 28, 2019

In this updated Tutorial, learn how to Setup FTP Server with VSFTPD on CentOS 7. FTP stands for File Transfer Protocol and has been a standard method for transferring files for decades.

Read more