Download from link

Dear, how could I download a file from internet on osmc?

On terminal I use this line: wget -p /media/Download/ “link https://” but is necessary an external device connected. For example I use this line on Putty on my notebook. I would use only raspberry and not other device during download.

Thanks a lot.

Use

wget -p /home/osmc/ “link https://”

This is very confusing, but if I read between the lines, are you asking if you can do the wget from Kodi instead of using SSH? If that’s the case, you can’t from Kodi. You need to have a keyboard connected to the Pi and exit Kodi. Then you can access the shell and do the wget.