How to Set IIS 4.0 FTP Files to All Lowercase (231876)
The information in this article applies to:
- Microsoft Internet Information Server 4.0
This article was previously published under Q231876 We strongly recommend that all users upgrade to Microsoft Internet Information Services (IIS) version 6.0 running on Microsoft Windows Server 2003. IIS 6.0 significantly increases Web infrastructure security. For more information about IIS security-related topics, visit the following Microsoft Web site: SUMMARY
The FTP Service running under IIS 4.0 treats case sensitivity on file names based on the case that was used when the files were transferred.
Per RFC 959, FTP Commands are not case sensitive, yet there is no reference to file names. Commands such as LS and MDELE look at the case of the file name on the server when returning results, for example:
ftp> dir
200 PORT command successful.
150 Opening ASCII mode data connection for /bin/ls.
-rwxrwxrwx 1 owner group 309 May 6 17:38 make.wav
-rwxrwxrwx 1 owner group 5025 May 6 18:20 make1.wav
-rwxrwxrwx 1 owner group 309 May 4 15:17 MAKEFILE.WAV
226 Transfer complete.
212 bytes received in 0.03 seconds (6.63 Kbytes/sec)
ftp> ls *.wav
200 PORT command successful.
150 Opening ASCII mode data connection for file list.
make.wav
make1.wav
226 Transfer complete.
21 bytes received in 0.00 seconds (21000.00 Kbytes/sec)
ftp> ls *.WAV
200 PORT command successful.
150 Opening ASCII mode data connection for file list.
MAKEFILE.WAV
226 Transfer complete.
14 bytes received in 0.00 seconds (14000.00 Kbytes/sec)
Modification Type: | Minor | Last Reviewed: | 6/23/2005 |
---|
Keywords: | KB231876 |
---|
|