Website.download#

Website.download(filepath, new=True)#

Downloads a file from the server to a client.

Parameters:
  • filepath (str) – The path to the file (on the server).

  • new (bool, default=True) – Opens new tab/window when downloading file.