DownloadFile

Top  Previous  Next

This method downloads a given file to the remote machine.

 

Delphi Syntax

 

Object.DownloadFile ( FileName: String );

 

Arguments

 

FileName

The complete path of the file to be downloaded.

String

 

Remarks

The File Upload will work automatically, without having to call any method.

 

See also

Read also about the ResizeRemote method.