Roger Luo

超越梦想一起飞
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Build FTP Server on Windows

Posted on 2013-07-07 22:22  Roger Luo  阅读(353)  评论(0编辑  收藏  举报

1. Use the self-ftp component service with windows

control panel / program / start or close windows features

Picture 2013-07-07 21_23_06 

2. Open iis manager, and then add FTP website

image 

3. Add the ftp website name and its physical path on disk

Picture 2013-07-07 21_40_13 

4. fill the ip you want to access

Picture 2013-07-07 21_43_24

5. set the access right for anonymous

Picture 2013-07-07 21_45_58

6. input the url in your browser

ftp://127.0.0.1/

or use the command line to logon on the ftp website

#>ftp -A
ftp> open 127.0.0.1