fun download(targetFilePath: String): Unit
fun download(targetFile: File): Unit
Download file stored in node to specified local file.
fun download(): File
Download file stored in node to temporary directory with preserving file name.