How to Download From FTP

FTP (File Transfer Protocol) is a method for transferring files over the Internet. The files are uploaded to, or downloaded from, an FTP server, and an FTP client is used to connect to the FTP server. Every operating system has a text based FTP client installed by default. FTP servers can require a username and password or can allow anonymous access.

Instructions

    • 1

      Open a command prompt window in Windows or terminal window in Linux.

    • 2

      Type the command "ftp username@hostname" to log into the FTP server. Replace "username" for your user name on the FTP server, and replace "hostname" with the host name of the FTP server. If the server allows anonymous FTP access, type "ftp anonymous@hostname" and press "Enter."

    • 3

      Type the command "get filename" to download a single file. Replace "filename" with the name of the file that you want to download.

    • 4

      Type the command "mget filea fileb filec" to download multiple files. Replace "filea," "fileb" and "filec" with the correct name of the files. You can list as many files as you want. To download all the files in a directory, type "mget *" and press "Enter."

Tips & Warnings

  • You can also use graphical FTP clients such as WinSCP, FileZilla or CuteFTP to download files.

Related Searches:

References

Resources

Comments

You May Also Like

  • How to Download an FTP Site

    FTP sites use the File Transfer Protocol to transfer files over the Internet and other networks. Unlike Web sites, which begin with...

  • How to Download From an FTP Website

    FTP stands for File Transfer Protocol and can be used to download software, music, or any other digital files to your computer....

  • How to Change Reverse DNS Lookup

    Standard domain name service (DNS) resolution starts with a named Internet domain, such as www.google.com, and returns a numerical Internet Protocol address...

  • Microsoft FTP Error Codes

    Microsoft FTP Error Codes. Microsoft FTP (File Transfer Protocol) error codes appear when you're accessing FTP sites running on Microsoft servers with...

  • How to Download Files to Your Computer With an FTP Program

    You can download files to your computer using a File Transfer Protocol (FTP) program. FTP refers both to an Internet protocol as...

  • How to Automate FTP Downloads

    File Transfer Protocol (FTP) is used to transmit files between two computers over the Internet or an intranet. FTP requires one computer...

Related Ads

Featured