About 360,000 results
Open links in new tab
  1. ssh - How to copy a directory from local machine to remote …

    55 I am using ssh to connect to a remote machine. Is there a way i can copy an entire directory from a local machine to the remote machine? I found this link to do it the other way round i.e …

  2. Copying files from server to local computer using SSH

    May 31, 2015 · It looks like it was successful, but it only ends up creating a new folder labeled 'localdir' in the remote directory /dir/of/. How can I copy the file to my local computer over SSH?

  3. ssh - Copying a local file from Windows to a remote server using …

    I try to transfer a folder of files from my local computer to a server via ssh and scp. After getting sudo privileges, I'm using the command as follows:

  4. scp - Transferring files over SSH - Stack Overflow

    Dec 5, 2008 · If you want to copy a whole directory, you will need -r. Think of scp as like cp, except you can specify a file with user@remote_host:file as well as just local files. Edit: As …

  5. How do I copy a folder from remote to local using scp?

    The OP's question was whether it is possible to copy file from remote to local host while ssh'd to remote host. I'm not sure why no single answer has correctly addressed his/her question.

  6. Copy file remotely with PowerShell - Stack Overflow

    May 24, 2012 · [1]: when copying from or to a remote server that only has PowerShell 2, beware of this bug in PowerShell 5.1, which at the time of writing means recursive file copying doesn't …

  7. SCP copy windows local file to linux remote folder - Server Fault

    You can now run Linux commands on your command line. Open the command prompt and go to the directory where your file is that you want to copy. Run the following command; scp file.txt …

  8. How to copy a file to a remote server in Python using SCP or SSH?

    I have a text file on my local machine that is generated by a daily Python script run in cron. I would like to add a bit of code to have that file sent securely to my server over SSH.

  9. Copying files using rsync from remote server to local machine

    Apr 13, 2020 · Once I've ssh'd into my remote server, what would the command be to copy all files from a directory to a local directory on my machine?

  10. SSH SCP Local file to Remote in Terminal Mac Os X

    Aug 6, 2012 · I am attempting to copy a local file 'magento.tar.gz' from my local machine to a remote server using SSH through a VPN. This is connecting to the Virtual Machine's Internal …