About 664,000 results
Open links in new tab
  1. How to Use the FTP Command on Linux

    Sep 6, 2023 · You should only use the ftp command to connect to servers on a trusted local network. Use the sftp command, covered below, for transferring files over the internet.

  2. How to Use Linux FTP Command to Transfer Files | Linuxize

    Feb 24, 2020 · FTP (File Transfer Protocol) is a standard network protocol used to transfer files to and from a remote network. In this tutorial, we will show you how to use the linux ftp command through …

  3. List of FTP commands - Wikipedia

    Below is a list of FTP commands that may be sent to a File Transfer Protocol (FTP) server. It includes all commands that are standardized by the Internet Engineering Task Force (IETF) in RFC 959, plus …

  4. How to use the command 'ftp' (with examples) - CommandMasters

    Dec 17, 2024 · The ftp command is a versatile and powerful tool for accessing and manipulating files on an FTP server. Whether you are uploading, downloading, renaming, or deleting files, understanding …

  5. How to Use Linux FTP Command to Transfer Files - linuxvox.com

    Dec 11, 2025 · In this guide, we’ll explore how to use the Linux ftp command to connect to an FTP server, navigate directories, and transfer files (upload/download) with detailed examples.

  6. How to setup and configure an FTP server in Linux?

    Jul 23, 2025 · Step-by-step instructions for setting up and configuring an FTP server in Linux First, SSH into your Linux virtual machine with a user who has sudo permissions and follows the following steps:

  7. ftp (1): Internet file transfer program - Linux man page

    Ftp is the user interface to the Internet standard File Transfer Protocol. The program allows a user to transfer files to and from a remote network site.

  8. List of FTP Commands for Linux and UNIX | SolarWinds

    Similar to Windows, Linux and UNIX operating systems also have built-in command-line prompts that can be used as FTP clients to make an FTP connection. Here’s a list of commonly used FTP Linux …

  9. How to Check FTP Service in Linux: A Step-by-Step Guide

    The following sections cover starting and stopping the FTP service, essential FTP commands, and common troubleshooting strategies for resolving connection issues.

  10. A Comprehensive Guide to the Linux `ftp` Command

    The File Transfer Protocol (FTP) is one of the oldest network protocols in use today, primarily for transferring files between a client and server on a computer network. The Linux `ftp` command-line …