Build FTP Server on Windows

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
原文地址:https://www.cnblogs.com/rogerroddick/p/3176810.html