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