About 313,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 …

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

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

  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 …

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

  7. shell - SSH - a way to transfer files without opening a separate …

    Jun 5, 2014 · At school if I am transferring a file from one linux system to another, I usually remote using ssh and then use scp to transfer the file from the remote system back to my computer.

  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 …

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

  10. How to upload file to remote SSH server in VScode on Windows …

    Oct 12, 2023 · There are several ways to upload a file to a remote SSH server from within VSCode. It depends on your target machine you are connected to. I will assume that it is …