#3584 use scp for windows blockchain upload

This commit is contained in:
rootzoll 2023-01-18 20:40:29 +01:00
parent f1d3b48db6
commit 72b0a21e35

View File

@ -141,7 +141,7 @@ if [ "$1" = "target" ]; then
echo "Make sure that the Bitcoin Core Wallet is not running in the background anymore." echo "Make sure that the Bitcoin Core Wallet is not running in the background anymore."
echo "" echo ""
echo "COPY, PASTE & EXECUTE the following command on your Windows computer terminal:" echo "COPY, PASTE & EXECUTE the following command on your Windows computer terminal:"
echo "sftp -r ./chainstate ./blocks bitcoin@${internet_localip}:/mnt/hdd/bitcoin" echo "scp -r ./chainstate ./blocks bitcoin@${internet_localip}:/mnt/hdd/bitcoin"
echo "" echo ""
echo "If asked for a password use PASSWORD A (or 'raspiblitz')." echo "If asked for a password use PASSWORD A (or 'raspiblitz')."
fi fi