Sends a file to a TrivialFTP server.
procedure Put( const LocalFile: String; const ServerFile: String ); overload;
Parameters |
Description |
LocalFile |
File name on the local file system. |
ServerFile |
File name of the TFTP server. |
Put is an overloaded method used to send the file specified in LocalFile to the file named in ServerFile on the TrivialFTP server.
TIdTrivialFTP.Put
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|