| 
 
Internet Direct (Indy) 
 | 
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
| 
 
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.  |