Transfiera archivos a través de WiFi entre su computadora y su teléfono inteligente desde el terminal
Encontrará la versión más actualizada de qr-filetransfer aquí. Pero si desea la versión más estable, use pip para instalarla
Instalación global
pip3 install qr-filetransfer[extras]
Instalación local
pip3 install --user qr-filetransfer[extras]
Si se encuentra con problemas durante la instalación, intente eliminar los [extras] opcionales al final del comando.
# clone the repo
$ git clone https://github.com/sdushantha/qr-filetransfer.git
# change the working directory to qr-filetransfer
$ cd qr-filetransfer
# install the requirements
$ pip3 install -r requirements.txt usage: qr-filetransfer [-h] [--debug] [--receive] [--port PORT]
[--ip_addr {192.168.0.105}] [--auth AUTH]
file_path
Transfer files over WiFi between your computer and your smartphone from the
terminal
positional arguments:
file_path path that you want to transfer or store the received
file.
optional arguments:
-h, --help show this help message and exit
--debug, -d show the encoded url.
--receive, -r enable upload mode, received file will be stored at
given path.
--port PORT, -p PORT use a custom port
--ip_addr {192.168.0.105}
specify IP address
--auth AUTH add authentication, format: username:password
--no-force-download Allow browser to handle the file processing instead of
forcing it to download.
Nota: Ambos dispositivos deben conectarse a la misma red
Que sale
Para salir del programa, simplemente presione CTRL+C .
Transferir un solo archivo
$ qr-filetransfer /path/to/file.txtTransfiera un directorio completo. NOTA: El directorio se adhiere antes de ser transferido
$ qr-filetransfer /path/to/directory/Recibir/subir un archivo de su teléfono a su computadora
$ qr-filetransfer -r /path/to/receive/file/to/
Inspirado en el Proyecto GO QR-Filetransfer
Licencia de MIT
Copyright © 2019 Siddharth Dushantha
Colaborador activo - Yu -Chen Lin