SFTP

FTP (File Transfer Protocol)

botond published 2023. 03. 20., h - 10:10 time
File Transfer Protocol (FTP) is a standard network protocol on TCP/IP networks used to transfer computer files between a client and a server. The FTP protocol was originally developed for file sharing on the Internet and plays a very important role in data transfer services to this day.

How to create an SFTP user without shell access on your Linux system

botond published Jan. 2021, 01, 20:22 p.m. time
You may want to share larger files with others, or just receive ones that no longer fit in an email. Of course, there are also free file shares for this purpose, but if two-way data transfer is required more often, for example during teleworking, it is more expedient to solve this ourselves. SFTP (SSH File Transfer Protocol) is great for this, offering a secure file transfer solution over an SSH connection, unlike an unencrypted and outdated FTP connection. SFTP is available by default on any server that also has SSH access. As a result, in the present situation, the SSH connection has so many beauty flaws that it also provides a shell access, which we will not need here right now, because we do not want to be able to access other directories on our computer through the access we share. In this tutorial, we will look at how to create an SFTP user without shell access on your Linux system.

sftp (SSH File Transfer Protocol)

Manual page and help for the sftp linux command. Sftp is a file transfer program, similar to ftp, that performs all operations over an encrypted ssh transfer channel. Many features of ssh can be used, such as public key authentication and compression.

How to access SSH file systems on remote servers from linux

botond published 2019/10/29, k - 20:36 time
If you often work on remote file systems, it is a good idea to mount them on your own file system so that you do not have to log on to another machine or connect to any server every time, but use that storage as if it were your local directory.

How to securely store and keep your passwords in sync on your computers and mobile devices with KeePass Password Manager (page 2)

botond published 2019/02/23, Sat - 16:55 time
In this tutorial, you will learn about KeePass, which provides a high level of security for our passwords and other access information on Windows, Linux, and Android systems. On this page we will look at how to make your password-protected database secure and synchronized, for example, on your own server, which you can write to and read from our various devices via SSH.