Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>



Multi file download via FTP:
WebCopy.Items.Clear; with WebCopy.Items.Add do begin Protocol := wpMultiFtp; URL := 'ftpdirectory\*.txt'; FTPHost := ftp.myserver.com; FTPUserID := myuserid; FTPPassword := mypassword; TargetDir := 'c:\localdir\ftpdownload'; end; WebCopy.Execute;