ftp

All posts tagged ftp by Linux Bash
  • Posted on
    Featured Image
    Discover the capabilities of `lftp`, an advanced FTP client for Linux, supporting protocols like FTPS, HTTP, and SFTP. Ideal for scripted operations and unstable networks, it provides automatic retries and simultaneous connections. Learn how to install `lftp` on various Linux distributions and master essential commands to streamline your file management tasks.
  • 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.