• Privacy Policy
  • Disclaimer
  • Sitemap
  • contact

netlabinfo

share for better life

  • Home
  • UBUNTU
  • GUIDE
  • DEBIAN
  • SECURITY
  • CENTOS
  • TIPS
  • CISCO
Home » COMMAND » TIPS » FTP COMMAND LIST WITH TIPS HOW TO USE IT EFFECTIVELY

FTP COMMAND LIST WITH TIPS HOW TO USE IT EFFECTIVELY

netlabinfo
Add Comment
COMMAND, TIPS
Thursday, November 24, 2016

ftp is an network protocol that handle transfer data between computer  and use client server architecture. Usually many people connect ftp with interface system like filezila, windows exploler interface, etc. But sometime as a network administrator we have to use terminal for it, it means that we have to understand the ftp command line. So in this lesson we will learn about ftp command line. This the list of ftp command

bye
Disconnect from ftp
cd
Change directory in remote host
delete
delete a file in remote host
dir
to list all files in the current remote directory
get
to copy a file from the remote host to the local host
help
to get a list of all FTP commands
lcd
to change directory on your local host
mdel
Delete multiple files from remote host
mget
to copy multiple files from the remote host to the local host; 
mkdir
to make a new directory in the remote directory
mput
to copy multiple files from the local host to the remote host; 
prompt
Turn off or on interactive mode
put
to copy a file from the local host to the remote host
pwd
to find out the pathname of the current directory on the remote host
rmdir
to to remove directory in the remote host

This is some example how to use ftp command on cmd or terminal. 
1. First if you want to connect ftp via terminal use
# ftp ftphostname.com
ftphostname.com will be your domain name or ip address of your ftp server.

2. To show your current directory on your remote host use
# pwd

3, To list file of current directory in remote host use
# dir

4. To create and remove directory use
# mkdir directory-name
# rmdir directory-name

5. Change directory
# cd direcoty-name
# cd ..

6. Get, send and delete file from ftp
# get file-name.txt
# put file-name.txt
# del file-name.txt

7. Get, send and delete multiple file from ftp
# mget file1.txt file2.txt
# mput file1.txt file2.txt
# mdel file1.txt file2.txt

8. You  can use mget, mput, and mdel for get, send or delete multiple file for spesific extension
# mget *.rar
# mput *.rar
# mdel *.rar

9. When use command mget, mput, mdel you have to confirm each file first before the file being executed. If you want to pass the confirmation, you can use
# prompt off
if you want to turn on use
# prompt on

10. Show current local directory of your local host.
# lcd

11. Change your directory with lcd command
# lcd mydirectory
# lcd ..

12. Interact with your local shell command with “!”. So if you want to list file in current local directory of your local host use:
# !dir
or
# !ls
you can change your current directory of your local host with 
# !cd directory-name
The “!” character is used for run local shell command, So if you need run your local shell in ftp mode, you can use “!” character.
Tweet
FTP COMMAND LIST WITH TIPS HOW TO USE IT EFFECTIVELY Title : FTP COMMAND LIST WITH TIPS HOW TO USE IT EFFECTIVELY
Description : ftp is an network protocol that handle transfer data between computer  and use client server architecture. Usually many people connec...
Rating : 5

0 Response to "FTP COMMAND LIST WITH TIPS HOW TO USE IT EFFECTIVELY"

← Newer Post Older Post → Home
Subscribe to: Post Comments (Atom)

FOLLOW US

POPULAR POST

  • BASIC NMAP COMMAND FOR NETWORK ADMINISTRATOR
    Nmap is an open source that usually used by network administrator or pentester to scanning network for security and maintenance purpose. ...
  • CONFIGURE AUTHORITATIVE DNS SERVER (MASTER + SLAVE) WITH BIND ON DEBIAN
    DNS server is very usefull when we access any website on the internet. The usability is providing an correct ip address of website or ho...
  • HARDENING SERVER TIPS
    hardening server is a proces securing server. this is an important thing to do remembering how many server is attacked by  hackers. we...
  • CONFIGURE BRIDGED NETWORK ON VMWARE
    VMware is a powerful software that provide you an virtualization enviroment, Usually VMware used for education purpose, so you can try ma...
  • FTP COMMAND LIST WITH TIPS HOW TO USE IT EFFECTIVELY
    ftp is an network protocol that handle transfer data between computer  and use client server architecture. Usually many people connec...
  • INSTALL LAMP IN UBUNTU SERVER 16.04
    LAMP is a open sources packet software that use for building a powerfull web server.  lamp is consist of LINUX operating system, apache w...
  • CONFIGURE MULTIPLE IP ADDRESS WITH VIRTUAL NETWORK INTERFACE ON CENTOS
    Configure multiple ip address on a single NIC is possible with virtual network interfaces. as the name sugest, the ip is configured virt...

Blog Archive

  • ►  2017 (2)
    • ►  February (1)
    • ►  January (1)
  • ▼  2016 (5)
    • ►  December (1)
    • ▼  November (2)
      • FTP COMMAND LIST WITH TIPS HOW TO USE IT EFFECTIVELY
      • CONFIGURE MULTIPLE IP ADDRESS WITH VIRTUAL NETWORK...
    • ►  July (2)

Labels

  • CENTOS
  • COMMAND
  • DEBIAN
  • GUIDE
  • SECURITY
  • TIPS
  • UBUNTU

Blog Archive

  • ►  2017 (2)
    • ►  February (1)
    • ►  January (1)
  • ▼  2016 (5)
    • ►  December (1)
    • ▼  November (2)
      • FTP COMMAND LIST WITH TIPS HOW TO USE IT EFFECTIVELY
      • CONFIGURE MULTIPLE IP ADDRESS WITH VIRTUAL NETWORK...
    • ►  July (2)
Back to top!
Copyright 2014 netlabinfo - All Rights Reserved Design by Ciri seo - Powered by Blogger