FTP Basics

FTP (File Transfer Protocol) is a application layer protocol that is used for transferring large files between clients and servers. Many people use it to upload Web pages to Web servers. When using FTP there are some basics you need to understand

  1. Logging In

    • You will need the server's IP address or domain name. You will usually have to provide a user name and password to complete your login.

    Anonymous Logins

    • Some FTP servers allow users to log into them anonymously, allowing the server to be easily accessible to the public. Many large tech companies do this so users can download software like patches, updates and demos.

    Using FTP as a Client

    • If you are going to only be downloading from an FTP server and not uploading files (read-only access), you can simply use a Web browser like IE or Firefox. Otherwise, there are many free FTP programs available for download.

    Creating an FTP server

    • There are many programs available for building an FTP server. A free one that many use is the Linux-based ProFTPD. Port 21 must be open on your computer's firewall for it to act as a server.

    Security

    • Even with a username and password set, these login credentials are not encrypted. A person snooping on your network with a network analyzer can view your credentials in plain text. To avoid this you must use a specific method of securing FTP, such as FTP over SSH.

Related Searches:

Resources

Comments

You May Also Like

  • FTP Server Basics

    FTP Server Basics.If you regularly download or upload files on the Internet, there is a good chance you are performing these functions...

  • Data Transfer Basics

    Data Transfer Basics. Moving files from one computer to another, downloading something from the Internet, or transferring pictures between cell phones are...

  • How to Log Onto an FTP Site

    Use a user name and password. In Cute FTP, type in the "User" and "Password" information. If it is a public site,...

  • How to Open FTP Sites

    The File Transfer Protocol (FTP) was developed to support the uploading and downloading of files over networks, including the Internet. Under the...

  • How to Configure an FTP Server

    Understanding how FTP works is crucial for building websites or managing files online. A web server is needed to manage FTP files...

  • How to Upload Files to Another Computer With an FTP Program

    You can upload files to another computer using File Transfer Protocol (FTP). FTP refers to an Internet protocol and is also the...

  • How to Check the Status of a Unix FTP Transfer

    The File Transfer Protocol is a standard means to transfer files between computers across the Internet. The standard FTP client installed on...

  • Easy Way to Understand Grammar

    Grammar can be a bogeyman to those who have always struggled with English, or those who have simply developed a mental block...

  • How to Create an FTP Server Using Turbo FTP

    TurboFTP Server is a secure FTP server program for computers that are running the Microsoft Windows Operating System. Unlike older FTP server...

Related Ads

Featured