Internet Direct (Indy)
Home
PreviousUpNext
TIdFTP.Status Method

Implements the FTP STAT command.

Pascal
procedure Status(
    AStatusList: TIdStrings
);
Parameters 
Description 
AStatusList 
Optional Status response lines from the server. 

Status is a procedure used to get a listing containing the status of the FTP operation in progress including transfer parameters and connection status. 

Status responses are similiar to those in the List method, but response data is received using the Control channel instead of the Data channel. 

Status sends the the FTP STAT command, and returns the content of the server response in the AStatusList argument.

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.