element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum Transferring file from raspberry pi to PC
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Suggested Answer
  • Replies 9 replies
  • Answers 1 answer
  • Subscribers 656 subscribers
  • Views 1609 views
  • Users 0 members are here
  • raspberry_pi
  • raspberry pi
  • raspberrypi
  • rpi
  • scp
  • file transfer
  • linux
Related

Transferring file from raspberry pi to PC

pooja_14
pooja_14 11 months ago

I'm using raspberry pi zero 2w(headless setup) and accessing it from ssh(laptop-windows).

This is the error i face.

ssh: Could not resolve hostname desktop-qlv0tg3: Name or service not known
scp: Connection closed

i followed steps from this website:/https://www.reuk.co.uk/wordpress/raspberry-pi/copying-files-between-raspberry-pi-and-windows-pc/

  • Sign in to reply
  • Cancel
Parents
  • colporteur
    0 colporteur 11 months ago

    I've discovered many tutorials come up short because they fail to define the environment the test was run. When the environment changes so may the test.

    It appears the Pi cannot translate the hostname of your desktop to the required IP address.

    Try this test from the Pi

    ping <hostname of desktop>

    Do you get a response? Let's assume not and work on solution.

    try adding .local to the desktop hostname.

    <hostname of desktop>.local keeping the command the same except for that change.

    This adds dynamic DNS to find the IP address of the hostname of the desktop

    ALternate solution

    Do you know the IP of your desktop?

    Replace the <hostname of desktop> with the IP address, keeping the command the same except for that change.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Reply
  • colporteur
    0 colporteur 11 months ago

    I've discovered many tutorials come up short because they fail to define the environment the test was run. When the environment changes so may the test.

    It appears the Pi cannot translate the hostname of your desktop to the required IP address.

    Try this test from the Pi

    ping <hostname of desktop>

    Do you get a response? Let's assume not and work on solution.

    try adding .local to the desktop hostname.

    <hostname of desktop>.local keeping the command the same except for that change.

    This adds dynamic DNS to find the IP address of the hostname of the desktop

    ALternate solution

    Do you know the IP of your desktop?

    Replace the <hostname of desktop> with the IP address, keeping the command the same except for that change.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • Verify Answer
    • Reject Answer
    • Cancel
Children
  • colporteur
    0 colporteur 11 months ago in reply to colporteur

    I assume by the yellow header you have been successful. Please don't assume it works everywhere but the chances that it will are improving.

    The DDNS (dynamic domain name service) is a fairly new protocol. New in the sense more devices are supporting it. DNS translates URL to IP Addresses for the networks across the whole world. DDNS does the same translation for your little part of the world networks, provided one of the active devices in the network supports it.

    It is best practice or a good idea to be familiar with using IP's to perform communication tasks. Using the IP removes the need for any overhead services that might contribute to the problem.

    I would also suggest if this is your first foray into ssh (scp is the copy program within the suite) you locate the file /home/<username>/.ssh/known_hosts file. When two host make a connection the initiating hosts stores a hash in this file to identify the hosts it has connected with. You can see this happen on the first connection because you get asked a yes or no question. The next time it makes a connection the host compares what it has with what it receives on the connection. If different it will throw an error and not connect.

    Let says for some reason you reload the Operating system on a host. It will send a different hash for a connections. The problem appears often (for me) because I rebuild Pi O/S's a far bit when I am working on a project. I call it flushing the known_hosts file so I don't get the error.

    At one point in the ssh protocols life cycle you could look at the contents of known_hosts. For security reason much of the content is now encrypted so all you see now is formatted data. What it is you can't tell.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube