Un contributeur à la scène 3DS répondant au nom de Ken Sanislo nous propose un petit programme qui va vous permettre de limiter votre perte de temps à devoir copier le CIA avant de pouvoir le lancer, il fourni un Loader Web qui s'appuie sur un QR code. Il faut pour cela héberger votre réseau, puis juste envoyer la requête web directement (ne pas utiliser de lien Mega ça ne fonctionnera pas, il faut un lien direct).

QR Web Loader
Usage: Point CAM1 (rear facing, right side) at a QR code containing the URL of the .cia you would like to install. Usually about 9" away works well for a QR of normal size, but your device may differ.
The backend web server needs to respond to a direct GET request, so don't bother with Mega links. Content-Encoding: gzip (or deflate) can be supported if combiled with zlib support in citrus.
This requires my fork of citrus which provides an overloaded version of ctr::app::install() that can accept an httpcContext, and quirc for QR decoding. You'll also need a recent version of ctrulib with the updated httpcRecieveData().