Ask a question to get started
Enter to sendā¢Shift+Enter new line
Download a file from the session.
download_file( self, *, remote_file_path: str, local_file_path: Optional[str] = None ) -> BinaryIO
remote_file_path
str
The path to download the file from, relative to /mnt/data.
/mnt/data
local_file_path
Optional[str]
None
The path to save the downloaded file to. If not provided, the file is returned as a BufferedReader.