Techcuriosity
Resources
Linux
• About Linux
• Linux Vs Windows
• Linux File Permissions
• Linux Directory Structure
• Linux Basic Commands
• Linux Commands Glossary
• Linux Server Admin Commands
 
• Exim Commands
• MySQL Commands
• FTP Commands
 
Web Hosting
• About Web Hosting
• Windows Web Hosting
• Linux Web Hosting
• Web Host - Features
• DNS propagation Delay
• Addon, Parked & Sub Domain
• Top Web Hosts
 
Template Editing
• About Templates
• HTML Templates
• Photoshop Template
• Word Template
• CSS Template
• Oscommerce Template
 
Bioinformatics
• Introduction
• Sequence Analysis
• Bioinformatics Tools
• Bioinformatics Databases
• Bioinformatics Software
 
Free Perl Scripts for Bioinformatics
• Scripts Library
• Dna2protein.pl
• Dnafrequency.pl
• Dna2rna.pl
• Rna2dna.pl
• Count-aminoacids.pl
• Motifs.pl
• Reverse-complement.pl
• Mutation.pl
 
Curiosity Topics
• Online Data Security
• VDS Technology
• How Website Works?
• About Hacking
 
 
Home    |     About us     |     Services     |    Forum     |     Sitemap     |     Contact us
 


Gateway to End all your Curiosities in Information Technology and Bio-Informatics!!.. FREE turorials for Linux, Web designing, Web template Editing, Operating systems, New technology, Bioinformatics, Bioinformatics perl scripts, Clinical research and much more curious topics you need to know.  
Your IP address is: 38.103.63.17


FTP - The File Transfer Protocol

FTP is used to upload or download files from the server.
Its good to learn some basic commands that accomplishes file transfer between the local computer and the server.

 

Basic FTP Commands

FTP

>> How to connect to the FTP server?
ftp example.com

This command will attempt to connect to the ftp server at example.com and if it succeeds, it will ask you for the username and password.

>> Get help with the list of commands that you can use.
ftp> help

>> List the files and subdirectories in the current directory on the remote computer.
ftp> ls

>> Change the current working directory on the remote computer. Eg: Change the current directory to "new-directory".
ftp> cd new-directory

>> Changes the current directory to the parent direcotry.
ftp> cd ..

>> Changes the current directory on the local computer. Eg: Change the current directory to "new-directory".
ftp> lcd new-directory

>> Changes to "ascii" mode for transferring text files.
ftp> ascii

>> Changes to "binary" mode for transferring all files that are not text files.
ftp> binary

>> Downloads the file abc.txt from the remote computer to the local computer.
>> Warning: If there already is file with the same name it will be overwritten.
ftp> get abc.txt

>> Uploads the file abc.txt from the local computer to the remote computer.
>> Warning: If there already is file with the same name it will be overwritten.
ftp> put abc.txt

>> Lists the file names and directory names of the current directory on the local computer.
ftp> !ls

>> Download multiple files. Eg: Downlaod all files that ends with ".php".
ftp> mget *.php

>> Upload multiple files. Eg: Downlaod all files that ends with ".php".
ftp> mput *.php

>> Delete a file.
ftp> delete abc.txt

>> Delete multiple files. Eg: Delete files that ends with ".jpg".
ftp> mdelete *.jpg

>> Turns iteractive mode on or off so that commands on multiple files are executed without user confirmation.
ftp> prompt

>> Exits the ftp program.
ftp> quit

<< Previous    |     Next >>
 
© TechCuriosity.com 2006 - 2007. All Rights Reserved.
Designed and Maintained by Telson Thomas
Techcuriosity.com - Redefine Curiosity
Techcuriosity
Website News
Partners
 
 
Help us in our Mission
 
 
Member Login
Username:

Password:

 
Search for Curiosity
 
 
 
Forum Curiosity Topics
• Forum Index
• Operating System's
• Web Hosting
• Programming
• Bioinformatics
• Biology & Bio-Technology
• Computer Security
• Hacking
• General Curiosity
• Jobs
 
Newsletter Signup
 
Subscribe
 
 
• Link Directory