sftp

All posts tagged sftp by Linux Bash
  • Posted on
    Featured Image
    This article provides an in-depth guide on using SFTP (Secure File Transfer Protocol) for securely transferring files over SSH. It covers installation steps across various Linux distributions like Debian, Ubuntu, Fedora, and more, along with detailed instructions on how to connect, navigate directories, and transfer files interactively. Essential for sysadmins and developers, this guide enhances secure file management skills on remote servers.
  • Posted on
    Featured Image
    This blog post explores the use of `ftp` and `sftp` for secure file transfers in Linux. It highlights FTP's security flaws, namely its unencrypted data transfers, and contrasts this with the encrypted transfers provided by SFTP, a part of the SSH protocol. The tutorial covers installation via `apt`, `dnf`, and `zypper`, and offers practical command examples for effective file management, emphasizing the importance of preferring secure protocols like SFTP for data confidentiality and integrity.