<ftp_getfile> Downloads file from a remote FTP server.
Command Tree: | Internet \ FTP \ Download File | ||||||||||||||||
. | |||||||||||||||||
Syntax: | <ftp_getfile>("LocalFile",
"RemoteFile", "UserName", "Password")
|
||||||||||||||||
. | |||||||||||||||||
. | |||||||||||||||||
Example: | <#> This macro downloads
"about.txt" file from SoftwareUtilities.Com <#> FTP server and saves it in "c:\about.txt" <#> <ftp_getfile>("c:\about.txt","ftp://softwareutilities.com/ftp/about.txt","","") |