Internet Direct (Indy)
|
Indicates if the FTP server is one that supports the FTP MDTM and LIST -T commands.
function IsServerMDTZAndListTForm: Boolean;
Boolean - True when the FTP server supports MDTM commands with timezone offsets and the LIST -T command.
IsServerMDTZAndListTForm is a Boolean function used to indicate if the FTP server is one that supports the FTP MDTM and LIST -T commands, even when they are not listed in the response to the FTP FEAT command.
IsServerMDTZAndListTForm returns True when modification date and times in the format MDTM yyyymmddhhmmss[+-xxx] are supported, and the FTP LIST -T command is also supported.
IsServerMDTZAndListTForm uses values in the initial line of the server Greeting to determine if the remote FTP server is one the following special implementations:
Serv-U |
BPFTP Server |
TitanFTP server |
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |