qr filetransfer
1.0.0
터미널에서 컴퓨터와 스마트 폰간에 Wi -Fi를 통해 파일을 전송합니다.
qr-filetransfer 의 가장 업데이트 된 버전이 여기에서 찾을 수 있습니다. 그러나 가장 안정적인 버전을 원한다면 pip 사용하여 설치하십시오.
글로벌 설치
pip3 install qr-filetransfer[extras]
로컬 설치
pip3 install --user qr-filetransfer[extras]
설치 중에 문제가 발생하면 명령이 끝날 때 선택 사항 [extras] 제거하십시오.
# 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.
참고 : 두 장치 모두 동일한 네트워크에 연결해야합니다.
종료
프로그램을 종료하려면 CTRL+C 누르십시오.
단일 파일을 전송합니다
$ qr-filetransfer /path/to/file.txt전체 디렉토리를 전송하십시오. 참고 : 디렉토리는 전송되기 전에 지식이됩니다
$ qr-filetransfer /path/to/directory/휴대 전화에서 컴퓨터로 파일을 수신/업로드하십시오
$ qr-filetransfer -r /path/to/receive/file/to/
Go Project QR-Filetransfer에서 영감을 얻었습니다
MIT 라이센스
Copyright © 2019 Siddharth Dushantha
활성 촉진자 -Yu -Chen Lin