Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

SEAN NING (NINGYIXIAO@GMAIL.COM), MICHAEL BAI (MICHAEL.BAI0117@GMAIL.

COM)

Protocol – FTP

Objective:
• Learn how to use FTP to download / upload file between Client and Server

Step 1 – Verify FTP server settings

Click Server0 > Services > FTP

FTP Username and Password are pre-configured as “cisco”


SEAN NING (NINGYIXIAO@GMAIL.COM), MICHAEL BAI (MICHAEL.BAI0117@GMAIL.COM)

Click on “asa842-k8.bin” > Press “Ctrl + C” to copy the file name

Step 2 – Open PC command prompt

Click PC0 > Click Desktop > Click Command Prompt

Step 3 – Run ftp command to download a file from server

Run command “ftp 1.1.1.1” to ftp into the server

• Username is “cisco”
• Password is “cisco”

Download asa842-k8.bin by using command “get” follow the file name “asa842-k8.bin”

ftp>get asa842-k8.bin

use command “quit” quit from FTP server, back to local C drive

run command “dir” to check if successfully download “asa842-k8.bin” from FTP server
SEAN NING (NINGYIXIAO@GMAIL.COM), MICHAEL BAI (MICHAEL.BAI0117@GMAIL.COM)

You might also like