FTP configuration in IIS6:
1. Website speed limit: OOS will be automatically installed when the first setting is performed under IIS6.ProgramTo speed up, you can set the performance-you can use the bandwidth (unit: kb, generally set to 150 K), and can limit the number of concurrency.
2. FTP configuration adopts the second Isolation Mode. In the FTP main directory (note that the FTP directory must be the parent directory of localuser), create a localuser folder (which is directly specified as dead ), then all the websites are left in localuser. The accessed user name must correspond to the folder name, and the user password can be set in user management. This folder needs to be changed to user readable and writable. Then, you can set the Website access permission to this user on IIS. You must remove the passive mode when connecting to flashfxp. Otherwise, you cannot upload files.
3. restrict the space used by a user and use the disk quota. Right-click the drive letter and choose "properties"> "quota" from the shortcut menu to select "quota management". You can set the quota item separately ), this method can also be used on the database (you can put the database on two NTFS disks separately to achieve different quotas ).
4. IIS6 supports resumable upload. If flash ftp does not prompt, you can set "advanced"> "resumable upload" to "supported.
5. FTP upload/download speed limit. IIS does not provide this function, but Serv-U does not support this function, and the execution efficiency is low.
6. solution to failure to use IIS6 FTP when firewall is enabled in Windows2003: 1. enable Windows Firewall; 2. add the IIS core program c: \ windows \ system32 \ inetsrv \ inetinfo.exe in the "exceptions" set by the firewall; 3. in "advanced-local connection-Settings" of firewall settings, uncheck FTP.