Build your own ftp server on this machine -- the easiest way (detailed tutorial)

Table of contents

 foreword

 Specific steps

 Summarize

 Cheers everyone ( •̀ ω •́ )y I look forward to seeing you again


foreword

FTP servers can quickly transfer files in a local area network. They are computers that provide file storage and access services on the Internet. They provide services according to the FTP protocol. FTP is File Transfer Protocol. As the name implies, it is a protocol specially used to transfer files. Simply put, a server that supports the FTP protocol is an FTP server.

Take win10 as an example to demonstrate the detailed steps for everyone (of course other operating systems are also available)

Specific steps:

1. First, find the control panel and enter

 2. Open Programs in the Control Panel, and then click Enable or Disable Windows Features;

 

3. ①Check the FTP server ②Web management tool ③Internet Information Services can host the Web core, click OK, and wait for the installation; 

4. After the installation is complete, search for computer management and enter;

 

5. Open ①Services and Applications and then ②Internet Information Services (IIS) Manager, click to enter

You can see ③ the computer name (here is DESKTOP-RJLKKVA) in the connection column, click the expand button to the left of the computer name, ④ right-click the website and select Add FTP site;

 

 

 

 

 6. At this point, you will enter the FTP site addition wizard. First, the wizard will ask to fill in the FTP site name and set the FTP content directory. The FTP site name can be customized, here is the ftp Server, and the ftp content directory can also choose any folder, here is D:/ftp Server;

 7. Fill in the FTP site name, and after setting the FTP content directory, click the OK button, and then click Next;

 8. After clicking Next, don't rush to continue, check the IP address of the computer and open the command box cmd

 9. Enter the command ipconfig and press Enter, you can see the IP address of your computer

 10. Go back to the FTP site addition wizard and set up binding and SSL . Enter the IP address just found in the IP address bar, the port remains unchanged at 21, the option to enable the virtual host name can be unchecked, the option to automatically start the FTP site can be checked, and the SSL can be selected without SSL. After the operation is completed, click Next;

 11. Next, the FTP site addition wizard will ask to fill in the authentication and authorization information, check the checkboxes in front of the anonymous and basic items under authentication, set the allow access item to all users, and check the read and write permissions check box in front, click Done.

12. At this time, you can see that the FTP site has been created successfully and is running normally.

 

13. But this is not over yet, but also allow the FTP server to pass through the firewall, find the firewall, and click to enter to allow the application to pass through the Windows firewall;

 

14. Click Change Settings, check the check box in front of the FTP server in the list, and click OK to complete the setting;

15. Put something on your ftp server, open your file directory at that time or click open directly on the page just now, and then put something

 

 

16. At this time, you can test. For example, if you want to access the virtual machine, find Internet Explorer and click to enter;

17. Enter ftp://[the IP address of your computer] in the address bar (here is ftp://192.168.234.136), press Enter to access. If you see a list of files and folders in your browser, then the FTP server is set up successfully.

 18. Of course, you can also enter the address of the FTP server in the file explorer.

Summarize

The process is very simple, for everyone to exchange and learn, the FTP server can quickly transfer files in the local area network

 Cheers everyone ( •̀ ω •́ )y I look forward to seeing you again

Guess you like

Origin blog.csdn.net/m0_68012373/article/details/125793023