About 137,000 results
Open links in new tab
  1. How do I copy a folder from remote to local using scp? [closed]

    How do I copy a folder from remote to local host using scp? I use ssh to log in to my server. Then, I would like to copy the remote folder foo to local /home/user/Desktop. How do I achieve this?

  2. linux - copy file/folder using scp command - Stack Overflow

    Jun 12, 2018 · If you want to copy a file from windows to linux using scp you have to Winscp this link would be helpful. Thanks & Regards, Alok Thaker

  3. linux - How to pass password to scp? - Stack Overflow

    Sep 8, 2008 · I know it is not recommended, but is it at all possible to pass the user's password to scp? I'd like to copy a file via scp as part of a batch job and the receiving server does, of …

  4. Solved: SCP - File transfer Cisco switch - Cisco Community

    Jun 25, 2024 · I have a plain Cisco 3650 switch. I need to transfer the running config from this switch to a PC running SCP (Solarwinds) The PC is directly connected to the switch & the ping …

  5. scp - Transferring files over SSH - Stack Overflow

    Dec 5, 2008 · I'm SSHing into a remote server on the command line, and trying to copy a directory onto my local machine with the scp command. However, the remote server returns this …

  6. scp with port number specified - Stack Overflow

    Only solution which allows the use of scp -3 from and to servers with ssh listeners on different ports. scp -3 -P 123 server1:/file -P 456 server2:/file or similar alternatives wouldn't work, scp …

  7. How do I use scp to copy a file from the server to the client side

    Apr 29, 2016 · scp is actually easier to use than appears at first glance. scp <from> <to> <from> or <to> can be local or remote. Remote files are of the form user@host:path_on_remote Local …

  8. How can I copy files between two managed nodes using Ansible?

    I need to copy a file between two remote nodes: node A is a managed node where the file exists node B is a managed node where the file should be copied Please note that my control node, …

  9. scp or sftp copy multiple files with single command

    I think OP is trying to copy multiple files in multiple local folders to multiple remote folders, these examples won't do the job, as they all will scp files to ~ or ./ only.

  10. Solved: SCP Copy - Cisco Community

    Jun 18, 2015 · I am having trouble getting scp to work in my network. They have set up a Ubuntu server as the file server and set it to use our Windows Active Directory credentials to log in. I …