I'am working with a nvidia jetson. In order to conect to the jetson board I'm using the jetson function. It retruns an onject with different functions usefull to comunicate with the jnvidia jetson. I need to use the getFile function in order to downloas some images acquried with a camera. I figured out that the download is very slow compared to the download via command window (ssh).
Why does it happen? and how can I fix it? Are there other solutions that I can implement?