Monday, November 8, 2021

How to setup FTP server on IIS and how to connect FTP server from filezilla with local IIS server

 >First Go to control panel

>Click on Programs and features

> Click on " Turn windows features on or off"

>Check the checkboxes of FTP server(screenshot below)

>Click on OK.
>A new folder(ftproot) will be created in "C:\inetpub\ftproot"
-------------------***************-------------------------------
>Now Go to IIS server
>Right click on sites and Add FTP site
>Give FTP site name eg. "ftptest"
>Give physical path  "C:\inetpub\ftproot"
>Click on OK and click on next
>Give the port no. 21
>Select No SSL radio box
>Select allow access to "all users"
>Give permissions "Read and write" (Check the check boxes)
>Click on Finish


----------------------*************-------------------------------------
>Now Install filezilla
>Enter host "localhost"
>Enter username "username of computer"
>Enter password "password of computer"
>Enter port 21

Note* = Also we can view the ftp files in Internet explorer, some times chrome does not provide FTP support.
example:- ftp://localhost:80/


No comments:

Post a Comment