w3reference home
Web Designing Tutorial


Bookmark and Share

File Transfer Protocol

File Transfer Protocol, popularly known as FTP defines the rules for transfering files to and from your web server. Here, we will see how to transfer files to and from web server and the commands necessary for the same.

Getting started with FTP

First of all, you need to download a software to transfer files. There are a number of softwares that you can download for free. Some of the most commonly used FTP softwares are Filezilla and SmartFTP.

Using FTP

To start using FTP software, you need to authenticate yourself. For this you need to provide certain information which includes:
Host: The host name is your domain name address.

Username: This is your hosting user ID.

Password: This is your hosting password.

Port: The default port for FTP unless configured is 21 else you have to provide it when connecting.

The above fields can have different names depending upon the FTP client you use. Below is a screenshot of Filezilla.


Start transferring files

Once you have been connected to your server, you can start transferring files. You can browse the folders on your computer on the left side and the folders on your server will be displayed on the right side.

To transfer a file/folder to your server

  1. On the left side, you need to browse that file/folder on your computer.
  2. On the right side, locate the directory where you want to transfer the file.
  3. Right click on the file/folder that you want to transfer and upload it.
To transfer a file/folder to your computer
  1. On the right side, locate the file/directory on your web server.
  2. On the left side, loacte the folder where you want to transfer the file.
  3. Right click on the file/directory that you want to transfer and download it.
Code Validator
Learn FTP
Color finder
Link Checker
Free web designs
Coming soon!
Interview Questions...
'w3reference : Learn by examples ... Advanced to beginner's tutorials ...'
Ajax: AJAX tutorial1 | Apache: Apache HTTP Server | Restarting Apache | CSS: CSS Border | CSS Syntax | CSS Selector | CSS Comment | CVS: CVS Release | CVS Login | CVS Logout | CVS Annotate | Databases: Rolap Tutorial | OLAP Tutorial | OLTP Tutorial | data warehousing | Expect: HTML: html | Linux: Dot (.) conf files | Linux Mount Point | Linux Filesystem | SSH Tutorial | Linux Commands: cal | cat | cfdisk | chroot | MySQL: MySQL Commands | PHP: PHP Basics | PHP Variables | PHP Output (echo/print) | PHP String Concat | PL/SQL: PL/SQL Data Types | PL/SQL Control Structures | PL/SQL File Extensions | PL/SQL DBMS_OUTPUT package | Python: My first Python program | Shell: Starting Bash | Bash Redirection | Bash Pipes | Bash Variables | SQL: SQL Transactions | SQL Constraints | SQL Drop | SQL Union & Union All | SVN: svn architecture | SVN Repository | SVN Import | SVN Checkout | Tech: soap | Web Designing: Web Hosting | HTML/XHTML/CSS code validator | Learn FTP | Search Engine Optimization Tips | www: XML: XML vs HTML | XML Syntax | XML Tags, Elements and Attributes | XML Namespaces |
Sitemap | Disclaim | Privacy Policy | Contact | ©2007-2009 w3reference.com All Rights Reserved.