1. Use the self-ftp component service with windows

control panel / program / start or close windows features

Build FTP Server on Windows 

2. Open iis manager, and then add FTP website

Build FTP Server on Windows 

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

Build FTP Server on Windows 

4. fill the ip you want to access

Build FTP Server on Windows

5. set the access right for anonymous

Build FTP Server on Windows

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

相关文章: