Retrieves a file from a TrivialFTP server.
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
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|