Questions tagged [scp]
19 questions
4
votes
2 answers
Abysmal data transfer rates using WinSCP with Pi Zero W
I am getting no more than 300KB/s (occasionally dipping below 100KB/s) transferring files from Pi Zero W wirelessly to Windows 7 machine on same network using WinSPC.
I have done the following so far:
check download and upload speed for Pi Zero W…
Pi-Tungsten
- 71
- 3
4
votes
1 answer
Wi-Fi transfers hang on Raspberry Pi 3
I was trying to transfer a 50 MB file to my Raspberry Pi 3 via samba and I noticed that after few seconds the transfer slows down until it stops, same thing via scp. It starts but after few seconds (5-7) the speed drops. I'm running the latest…
Matteo
- 473
- 1
- 4
- 11
3
votes
2 answers
what is the equivalent of scp for the serial console?
I am configuring my raspberry pi device of the serial console (like this https://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/overview)
How can I do the equivalent of scp? (copy files to the raspberry pi)
Currently I am…
Alex028502
- 149
- 2
- 10
2
votes
1 answer
When uploading from WinSCP: How to mount an external samba drive to give all users write and file rename permissions?
I have a raspberry pi behind a Fritzbox router that also doubles as a nas with a drive connected via USB.
I have mounted the nas to the pi's "/media/fritzbox-usb" directory and would like all users to have full read, write and rename/delete…
576i
- 229
- 2
- 11
2
votes
5 answers
How to remote to Raspberry Pi from outside local network?
I have a Raspberry Pi, and I can connect to it and remote acccess it while I’m on my local network just by doing ssh pi@10.10.xxx.xxx. But now I want to be able to access it when I am on a completely different network, e.g. when I’m at home, or in…
Candic3
- 149
- 2
- 2
- 6
1
vote
1 answer
Python script to send files from RPi to a Windows PC executed from the RPi and not from the PC
I'm very new to the RPi world. I have a Raspberry Pi Zero and I want it to send a file via SCP to my Windows computer.
I can enter my RPi via SSH from my PC and I can extract files from it and move them to my PC via SCP.
I've also created a program…
Swike
- 111
- 1
- 3
1
vote
1 answer
Cross compiling file cannot execute: required file not found
I am struggling in trying to cross compile C program using wiringpi library in the ubuntu host, then transfer it to raspberry pi 4. My instruction used old version of wiringpi, which is not available to be downloaded, and it still helps me a lot.…
Phát Phạm
- 11
- 3
1
vote
2 answers
scp not working but ssh works well
I have just done a fresh install of Raspbian 64bits light.
When i do
ssh username@ipaddress scp
The ssh connection works well
the raspberry gives me the help toward scp
When i logout and then from the same terminal i write :
scp -v myfile…
floupinette
- 133
- 6
1
vote
2 answers
Transferring files from raspberry pi 3 Model B+ to raspberry pi zero v1
I have a raspberry pi zero v1 and a raspberry pi model 3 B+. The second one has some testing files i want to transfer to the first one.
Right now i’m ssh’ed into both raspberry pi’s (I’ll call them rp’s for short). Rp Zero v1 doesn’t have Wi-Fi…
0
votes
1 answer
How to scp full directories from pi-zero to my pc via ssh
Is there any command or way to essentially "scp" a full directory from a raspberry pi to my linux PC using ssh?
Josh Zindler
- 15
- 1
- 5
0
votes
1 answer
How can I use scp/ssh in a cron script without entering a password?
I have a script that goes out to 5 other Rpi3 computers and collects data from them using scp and puts it all out on a flash drive. (Then later it gets picked up from the master Pi by a Windows Task for backup to a hard drive.)
It needs to be put…
SDsolar
- 2,378
- 8
- 26
- 43
0
votes
1 answer
Pi 4 Wired Can't Connect to Pi 1 Wireless
This involves a wireless Pi 1 and a wired Pi 4 both on Buster.
The Pi 1 grabs an image from a web cam every 4 minutes. Once a day the Pi4 copies those images and uses ffmpeg to encode a time lapse video which it uploads to a web host. This has been…
Buadhai
- 125
- 1
- 9
0
votes
2 answers
Restore files on Raspberry Pi SD card remotely
I usually remove the SD cards and use the balenaEtcher to format and rewrite my previously backed-up image from my laptop to Raspberry Pi.
Is there a way to do this job or at least restore an entire folder remotely?
By the way, I can not copy files…
hossein valizadeh
- 61
- 1
- 9
0
votes
2 answers
sftp, scp to GoDaddy server Permission denied
I am trying to sftp or scp from the command line on my Pi to my GoDaddy server. I'm able to connect to the server with CyberDuck on my Mac and on a windows machine but I can't get my Pi to connect from the command line.
I did go into the Pi…
Rich Strle
- 1
- 2
0
votes
1 answer
how to transfer file to Windows 10 PC using SFTP command?
I'm trying the following command from the Pi to the PC (169.254.112.124):
sftp pi@169.254.112.124:/C:/Users/Desktop/testtest.xml
But I get this error:
ssh: connect to host 169.254.112.124 port 22: Connection refused
Couldn't read packet:…
itd
- 123
- 6