Skip to content

Files.Download

Overview

FileInfo Files.Download ( name, mimeType, options )

Downloads a file from remote environment stores in repository and returns created file info.

Arguments

String name Name of file to be saved.

String mimeType Mime type of file

FileTransferOptions options Download options. See FileTransferOptions for more details.

Remarks

Examples

See Also