Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TWebCopy
FTP Download

 with WebCopy.Items.Add do  
 begin  
   FTPHost := ftp.tmssoftware.com  
   
 FTPUserID := 'myuserid';  
   FTPPassword := 'mypassword';  
   URL := 'webcopy.zip';  
   Protocol := wpFTP;  
   FileDate := EncodeDate(2002,3,18);  
   CopyNewerOnly := true;  
   TargetDir := 'c:\temp';  
 end;  
 WebCopy.Execute;