When you visit and then leave a Microsoft Internet Information Services (IIS) 7.0 FTP site, the exit message is truncated to only 1,017 characters. However, you expect the whole exit message to appear when you leave the FTP site.
This behavior occurs because of a limitation in the length of the FTP site exit message in IIS 7.0. In IIS 7.0, the exit message is limited to 1,024 characters.
To work around this behavior, limit the FTP site exit message to 1,017 characters.
Although the exit message may contain 1,024 characters, the 1,024 characters include the "221" FTP status code, a space character, and the line feed and carriage return escape characters. Therefore, only 1,017 characters are available for the actual exit message text.