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
RIS Image problems
How do you change the default date in a mysql database from US format yyyy-mm-dd to UK format dd-mm-yyyy
Backup Exec VSS error
IIS7 produces "HTTP Error 404. The requested resource is not found" when no www is used
Why does using TableDefs cause table to be used/locked?
How to configure license for terminal services on Windows 2008 if we have Volume License
using a variable to define/select a range in excel VBA
Cumulative Time that totals beyond 24 hours.
Asp's Page ViewState
How to use the Switch case in the Report Expression effectively