Internet Direct (Indy)
Home
PreviousUpNext
TIdFTP.CanResume Property

Indicates the FTP site supports FTP Resume operations.

Pascal
property CanResume: Boolean;

CanResume is a read-only Boolean property that indicates the FTP site supports FTP Resume operations. When the FTP server supports resume, you can use the Get method to resume a previously aborted download. If the FTP server does not support resume, the file has to be retrieved start at the beginning of the file. 

CanResume is implemented using the ResumeSupported property for read access, and will normally be updated only once per FTP client session by testing the results of the FTP REST command.

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.