As I want to save some online assignments on my own from juypter notebook (they have a folder structure ) to save it on my local drive, I already find a useful post in here: Download all files in a path on Jupyter notebook server. Where I figure out how to download the full folder or some smaller folder structures.
!tar chvfz notebook.tar.gz *
How can i use this formula to download files which are bigger then 250MB? This files I am not able to save on my local drive.
Note that i am creating an archive with this command, and afterwards I want to download it. How can I limit the archive in a logical way?? That I can still use the files afterwards