当前位置:网站首页>File transfer protocol, FTP file sharing server

File transfer protocol, FTP file sharing server

2022-06-30 06:32:00 Vigilance and encouragement

/

Problems in use :

FTP Folder error Unable to establish connection with server

  resolvent :
Server firewall settings  
a)  Control panel ——windows A firewall —— Allow a program or function to pass windows A firewall .
b) Check FTP Server function

c)  Appoint Svchost 
windows A firewall —— Allow a program or function to pass windows A firewall —— Allow another program to run —— add to “C:\Windows\System32\svchost.exe”

  After adding successfully, check the following button


How can a multi-user terminal display only one user when logging in
establish FTP After user , stay windowns The login interface will show two users , Administrator users and FTP.
You can set it like this ,

Use ‘win’ + ‘R’ Shortcut key , Open the command line , Input ‘regedit’ Open the registry ;

open HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon, Add children under this item :SpecialAccounts, stay SpecialAccounts New under UserList term ; stay UserList Under a , Create a new account name that needs to be hidden DWORD value ( Note that you need to create a new 32 Bit DWORD value ), for example , You need to put the account User_test hide , Then create a new one 32 position DWORD value User_test, After restarting the computer , You can hide the account ; Administrator account , for example Administrator Accounts can also be hidden in this way ;

After restart , If the administrator account needs to be switched during operation and maintenance , The administrator account cannot be displayed directly by switching accounts , You need to change the administrator account name to a name in the same location in the registry , After restarting the computer, the administrator account can be displayed normally .

stay win7 and win10 Applicable to all operating systems .

///

Create services

1、 Enable Windows10 Ftp service
Open the control panel -> Procedures and functions -> Enable or close windows The function is then shown in the figure :

 2、 To configure FTP user
My computer -> Right click Manage -> Local users and groups
stay Administrator Add a group to the user group ftp user For example user name :ftp1 password :ftp1. If the new user is Users Group or other user groups , You may not have access to the folder .🤭🤭 Use Administrator Group bar

 3、 add to FTP Site
menu ->windows Management tools ->IIS , open IIS Management tools

Open again “ Computer management ” Find... In the left sidebar “ Services and Applications ”-Internet Information Services(IIS) Manager , Click to enter , You can see the computer name in the middle display area , Click the expand button to the left of the computer name , Right click on the website , Select Add FTP Site ;

  here , Will enter the FTP Site add wizard . The wizard will ask for FTP Site name and content directory 、 Physical path ,FTP The site name can be filled in by user , It's filled in here FTP Server,FTP The content directory can also select any folder , The choice here is D:\FTP The server

Enter your site name and physical path

  The physical path is the directory where the file is to be placed , Such as
 Insert picture description here

3. Your next step FTP The server Address , The default port is used here 21 Port no. .IP The address is your local IP Address

  go back to FTP Site add wizard , Set binding and SSL.IP Enter the address field you just found IP Address , port :21, Enable virtual host name can be unchecked , Auto start FTP The site can check ,SSL You can choose nothing SSL, Click next... When the operation is finished

  Next FTP The site add wizard will require authentication and authorization information to be filled in , Check the boxes before anonymous and basic under authentication , Allow access items to be set to all users , Check the check boxes before read and write permissions , Click finish .

 

//

 

原网站

版权声明
本文为[Vigilance and encouragement]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/181/202206300627315605.html