Listen to the Voice
- |
- Browse:28648
- |
- Updated: 2014-12-21 20:42
- |
- Tags:windows
Step through Reading
Build an FTP service under Windows Server R2 for clients to read and upload files
Tools/Materials
Method/Step
- 1
Installing the FTP Service
Start--"management tool--" Server Manager
- 2
Installing the IIS/FTP role
Open Server Manager, locate add roles, then click, Pop Up the Add Roles dialog box, select Next
- 3
Select Web Server (IIS), and then select the FTP service until the installation is complete.
- 4
View in IIS, if you can right-click to create an FTP site, the FTP service installation succeeds
- 5
Create a Windows user name and password for use with FTP.
Start--"management tool--" Server Manager, add users, such as: this instance uses ftptest
- 6
Create a folder on the server disk for FTP use, create an FTP site, specify the user ftptest you just created, give read and Write permissions
- 7
Client testing. Use ftp://server IP address directly: FTP port,. A dialog box that pops up the user name and password indicates that the configuration was successful, and the correct user name and password can be entered to perform the appropriate permissions on the FTP file.
How to build an FTP service under Windows Server R2