Microsoft
Software
Hardware
Network
Question : IIS6 FTP mget case sensitive
I didn't think IIS6 FTP service was case sensitive, but that appears to be the case with MGET.
Connecting from the server itself (ftp 127.0.0.1). If there are files called "Order.txt" (uppercase "O") and "order.dat" (lowercase "o").
MGET O*.* -- only pulls Order.txt
MGET o*.* -- only pulls order.dat
MGET *.* -- pulls both.
There is no LowercaseFiles reg entry, per KB194909.
I've tried this on 2 different win2003 servers running IIS with the same results.
Answer : IIS6 FTP mget case sensitive
I must have mis-read the KB - I added LowercaseFiles to HKLM\System\CurrentControl
Set\Servic
es\MSFTPsv
c\Paramete
rs and set it to 0x1. Then do an IISRESET.
Mget works as expected.
Random Solutions
Command Button in MS Access form to move files from several folders to another folder
printing a file given the path in windows API
Referencing text file in WPF application
Vista: can I run a program from a mapped network drive in compatibility mode?
Mounting Images using IMAGEX
convert delimited text file into 2 dimension array
access error 3011
How to hide caret in textbox
Adobe Flash Player 10 does not work in I.E. 7.0 or 8.0
JQuery is disabled by partial postbacks