>
# pi@raspberrypi:/opt$ cat SCP.sh
# >
# COPYRIGHT (C) 2021. SMIN. ALL RIGHTS RESERVED.
#
#!/bin/sh
#default : scp fileNM pi@192.168.0.0:
echo -n "please note your file with path below : "
read fileNm
echo -n "please note your account and host name like pi@192.168.0.0 below : "
read serverNm
echo -n "please note your destination path below : "
read savePath
sudo scp "$fileNm" "$serverNm":"$savePath"
'Others > RaspberryPi' 카테고리의 다른 글
[ RBPi ] 3.5 inch Display on Raspberry pi 3 B+ (0) | 2021.01.28 |
---|---|
[ RBPi ] 라즈베리파이 텐서플로우 설치 에러 || these packages do not match the hashes from the requirements file tensorflow (0) | 2021.01.28 |
[ RBPi] 초기 apt source.list 셋팅 (0) | 2021.01.10 |
[ RBPi ] 라즈베리파이 FTP 파일전송 (0) | 2020.12.31 |
[ RBPi ] 라즈베리파이 파이썬 기본 라이브러리 위치 (0) | 2019.11.22 |