Reprinted from:---http://blog.sina.com.cn/s/blog_8882a626010120wn.html
Today on the server opened the IIS7, but asked to copy an attachment folder to the root directory, the attachment folder is 2G multi-size, directly with Remote Desktop mapping, has been copied unsuccessfully, and the local cache is getting larger, already very card. Later a thought, simply open the FTP service, so look for the installation method, the specific installation steps are as follows (example):
One, Server Manager1.2008 of the system uses Server Manager, select the role, because I have already opened the IIS server role, so I just add the role service now, if you do not open, add the role directly. 2. Select the Web server, open the following fold, then select the FTP server, and then install the next step.
Second, add the FTP site1. Now open the Web server in Server Manager, in the site right-click Add FTP Site. (See figure below) 3. To the top, the new FTP site has been completed, check whether the service is started (see the status before the site).
Third, check the service and firewall settings1. Check whether the services are started by Microsoft FTP Service
2. Check the firewall exit rules, here I intercepted the map of the inbound rule
3. Finally, you need to open the appropriate connection license in the firewall, go to "Control Panel system and security" Windows firewall allowed Programs ", in" Allow another program "to add the" C:\Windows\System32\svchost.exe "this program (such as).
4. Complete the above steps, use your favorite FTP tool link your site, do not forget to enter the login account password is your FTP server user account password ^_^ o~ efforts!.
server2008 FTP Server Setup