History  | 
Download (server files) 
Minimum version: 4.0 
Purpose 
Downloads a file on the FirstClass server to the user's machine, prompting for a file name which defaults to the name of the file on the server. 
Syntax 
ServerFile.Download 
Example 
Dim sf as ServerFile 
Dim DTA as String 
DTA = "Item1" & fcCR & "Item2" & fcCr & "Item3" 
sf.FileName = "Name for File" 
sf.Data = DTA 
sf.Download 
sf.CloseFile 
 | ||