Registry Tip #122: Windows NT FTP Server |
Hits: Failed to execute CGI : Win32 Error Code = 3
|
FTP clients other than IE may have problems with Microsoft FTP servers. The default for the world is to use unix-naming conventions in ftp directories. Microsoft uses DOS naming conventions by default for FTP server. To force Microsoft to be compatible with the rest of the world, apply the following windows nt registry hack:
Hive: HKEY_LOCAL_MACHINE
Key: SOFTWARE\CurrentControlSet\Services\ftpsvc\Parameters
Name: MsdosDirOutput
Type: REG_DWORD
Value: 0 use unix directory conventions
Value: 1 use DOS directory conventions
Such registry hacks are presented for problem-solving purposes. You should use a registry hack when indirect hacks fail. The MSDOS versus Unix style directory style is a check box option available when you view the Properties of the FTP server.
FTP tips:
FTP Server background info
Set NT's FTP admin account
Set NT's FTP admin email address
Set NT's FTP default domain
How to Use Directory Annotation with FTP Server in NT Q103077
How to Log Incoming Connections with FTP Server Q103076
How to Format Directory Output with FTP Server Q103075
How to Customize the Maximum Connections Message with FTP Q103074
How to Create Greeting and Exit Messages with FTP Server Q103073