Hello!
I would like to know how to send files from my PC to the HDD I have connected to the Raspberry. I usually copy the file from the PC directly to the HDD connected via USB. But I know that it has to be possible to send files from PC to the HDD via LAN or something.
Thanks you!
-
- Posts: 1
- Joined: Mon Jun 11, 2018 8:20 am
- DougieLawson
- Posts: 42160
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
Re: Send a file from my PC through LAN to a HDD connected to my Raspberry
Get Samba/CIFS running on your Raspberry. Mount the Raspberry share on Windows (net use command or network neighbourhood). Write files to it. Job done.
There's a million and one tutorials for that on the internets.
There's a million and one tutorials for that on the internets.
Languages using left-hand whitespace for syntax are ridiculous
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.
The use of crystal balls and mind reading is prohibited.
Re: Send a file from my PC through LAN to a HDD connected to my Raspberry
Or try scp, though you may have to enable ssh first.
One windows app that supports it (there are others) is winscp
One windows app that supports it (there are others) is winscp
I'm a volunteer. Take me for granted or abuse my support and I will walk away
All advice given is based on my experience. it worked for me, it may not work for you.
Need help? https://github.com/thagrol/Guides
All advice given is based on my experience. it worked for me, it may not work for you.
Need help? https://github.com/thagrol/Guides
Re: Send a file from my PC through LAN to a HDD connected to my Raspberry
I did it with VNC Lots of tutorials for that too. Adafruit.com has lessons. I played with Rasbian light on PI 0. I'm pretty sure I sent files to it. I'm sure you could navigate to a HD that's mounted. It's been at least 6 months since I played with it. I definitely used VNC to do that in Win.