Purpose: Allow clients to download a server file. File can be transmitted in chunks.


Properties


  • Name: FullFileName
    • Type: String
    • Direction: in
    • Purpose: File to download

  • Name: ChunkSizeInMb
    • Type: Double
    • Direction: in
    • Purpose: Size of each chunk transmitted. If this value is higher than file size one single chunk will be transmitted.


  • [optional] Name: DestinationFileName
    • Type: String
    • Direction: in
    • Purpose: File to create on client


  • [optional] Name: ShowStatus
    • Type: Boolean
    • Direction: in
    • Purpose: True if you want to display a progress bar reporting download status.



Remark: If DestinationFileName is omitted a prompt will show asking user where to save downloaded file.