Sie sind auf Seite 1von 4

FTP Server

FTP stands for File Transfer Protocol. A computer running FTP service is
called FTP server. FTP server use port no 21
FTP is mainly used to transfer files from one PC to another without sharing.
In Internet, it is used to download and upload files.
In the FTP server, we create a FTP site which have files that can be
downloaded from the client PC.

HOW TO CREATE FTP SITE ?


1.In any drive ,create a folder 'ftp'.
2.Save some file having extension as .msi or .exe.
3.Open IIS and click on computer-name.
4.Click on FTP Sites and right click on default FTP site > stop.
5.Right-click on FTP Sites > new FTP site.
6.Click next.
7.In the Description, type anything you like > next.
8.Select the ip address > next > and finish
Client side
ftp://ip of your server/
e.g.,
ftp://10.0.0.1/

Command Line FTP


Go to command
line.
Server

1.
2. C:>ftp 10.0.0.1
3. Enter username and password
defaults user of ftp server is anonymous
ftp:>dir
ftp:>get filename (this command is use download file)
ftp:>put filename (this command is use upload file)
ftp:>mget * (this command is used to multiple file
download)
ftp:>mput * (this command is used to multiple file
upload)

THANK YOU
Joginder badan

Das könnte Ihnen auch gefallen