Linux

SSH File Transfer Protocol (sftp)

SFTP  is a secure protocole used to perform file transfers between local and remote servers. Much more secure than FTP, this protocol uses an SSH tunnel to establish a connection and uses encryption to transfer files in an interactive session. In the context of Secure Shell (SSH), SFTP describes two things: a communication protocol operating […]

Linux
sftp raspbian
Linux

Raspbian sftp server – Guide

Raspbian is an open source and free operating system based on Debian GNU / Linux optimized to run on a Raspberry Pi. Raspbian is a composed by the fusion of the words “Raspberry Pi” and “Debian”. This is a Debian modification specifically adapted for ARMv6-based systems with an FPU. Installing and configuring sftp server on Raspbian If you […]

Linux

Configure ProFTPd To Use SFTP

ProFTPd is an open source and free FTP server compatible with all linux-like systems, Mac OS and windows (via cygwin). Read more about ProFTPd. This tutorial demonstrates how to Configure ProFTPd To Use SFTP instead of FTP on Linux Ubuntu or Centos VPS. Install ProFTPd sudo apt-get update && sudo apt-get install proftpd Choose “stand […]