Internet Direct (Indy)
Home
PreviousUpNext
TIdTrivialFTP.Get Method (String, String)

Retrieves a file from a TrivialFTP server.

Pascal
procedure Get(
    const ServerFile: String; 
    const LocalFile: String
); overload;
Parameters 
Description 
ServerFile 
File name on the server.
 
LocalFile 
File name on the local file system. 

Get is an overloaded method used to retrieve the file specified in ServerFile from a TrivialFTP server. 

LocalFile indicates the local file name used to store the content retrieved from the TFTP server.

TIdTrivialFTP.Get

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.