About 319,000 results
Open links in new tab
  1. 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 "usage" message: …

  2. ssh - Copying a local file from Windows to a remote server using scp ...

    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:

  3. Copying files from server to local computer using SSH

    May 31, 2015 · I am having trouble copying files from a remote server using SSH. Using PuTTY I log in to the server using SSH. Once I find the file I would like to copy over to my computer, I use the …

  4. How to download a file from my server using SSH (using PuTTY on …

    Mar 2, 2014 · When I try downloading a file from my server onto my computer, it actually downloads the file onto the server. (Note I am already SSH'd into my server before typing this command. I've …

  5. Upload file to SFTP using PowerShell - Stack Overflow

    Login to your server with WinSCP GUI; Navigate to the target directory in the remote file panel; Select the file for upload in the local file panel; Invoke the Upload command; On the Transfer options dialog, …

  6. Transfer files to/from session I'm logged in with PuTTY

    I'm logged into a remote host using PuTTY. What is the command to transfer files from my local machine to the machine I'm logged into on PuTTY?

  7. 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.

  8. Differences between SFTP and "FTP over SSH" - Stack Overflow

    Here is the difference: SFTP (SSH file transfer protocol) is a protocol that provides file transfer and manipulation capabilities. It can work over any reliable data stream, but is typically used with SSH …

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

    But here is the better way for do it with sftp - SSH File Transfer Protocol (also Secure File Transfer Protocol, or SFTP) is a network protocol that provides file access, file transfer, and file management …

  10. 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?