If your drive letter is C, you should be able to use
scp -r \desktop\myfolder\deployments\ user@host:/path/to/whereyouwant/thefile
without drive letter and backslashes instead of forward slashes.
You are using putty, so you can use pscp. It is better adapted to Windows.
Related Posts:
- Using putty to scp from windows to Linux
- How to scp in Python?
- SSH to Vagrant box in Windows?
- ssh-agent forwarding and sudo to another user
- Is my password compromised because I forgot to hit Enter after ssh username?
- How do I do Multihop SCP transfers between machines?
- scp without known_hosts check
- How can I run arbitrarily complex command using sudo over ssh?
- Git: How to solve Permission denied (publickey) error when using Git?
- How do I copy a folder from remote to local using scp?
- Putty: Getting Server refused our key Error
- ssh: The authenticity of host ‘hostname’ can’t be established
- ssh “permissions are too open” error
- Permission denied (publickey,keyboard-interactive)
- How to deal with “Pseudo-terminal will not be allocated because stdin is not a terminal.”
- What is actually in known_hosts?
- ‘heroku’ does not appear to be a git repository
- How to solve “sign_and_send_pubkey: signing failed: agent refused operation”?
- sudo command not found on Cygwin
- How to fix request failed on channel 0
- Forward X11 failed: Network error: Connection refused
- scp from Linux to Windows
- PuTTY PSCP error “Local to local copy not supported” when username contains a slash
- Starting ssh-agent on Windows 10 fails: “unable to start ssh-agent service, error :1058”
- Git error: “Host Key Verification Failed” when connecting to remote repository
- Convert PEM to PPK file format
- Getting stty: standard input: Inappropriate ioctl for device when using scp through an ssh tunnel
- Copying files using rsync from remote server to local machine
- Copying files from server to local computer using SSH
- How to read iPhone files without jailbreaking?
- How to use Sublime over SSH
- Use qdel to delete all my jobs at once, not one at a time
- Automating command/script execution using PuTTY
- Public and Private Keys are Incorrect for user
- How to automate SSH login with password?
- ssh returns “Bad owner or permissions on ~/.ssh/config”
- How do I tell Git for Windows where to find my private RSA key?
- How do I change my private key passphrase?
- Create a public SSH key from the private key?
- How do diff over ssh?
- “Add correct host key in known_hosts” / multiple ssh host keys per hostname?
- SSH use only my password, Ignore my ssh key, don’t prompt me for a passphrase
- Non interactive git clone (ssh fingerprint prompt) [duplicate]
- How to check sshd log?
- What does “Warning: untrusted X11 forwarding setup failed: xauth key data not generated” mean when ssh’ing with -X?
- What’s the difference between authorized_keys and authorized_keys2?
- How do I make ssh fail rather than prompt for a password if the public-key authentication fails?
- ssh-keygen does not create RSA private key
- OpenSSH: Difference between internal-sftp and sftp-server
- What significance does the user/host at the end of an SSH public key file hold?
- SSH Suddenly returning Invalid format
- How can I prevent the warning No xauth data; using fake authentication data for X11 forwarding?
- How to recover from “Too many Authentication Failures for user root”
- SFTP logging: is there a way?
- Why does my OpenSSH key fingerprint not match the AWS EC2 console keypair fingerprint?
- Login without running bash_profile or bashrc
- How do I validate an RSA SSH public key file (id_rsa.pub)?
- Add comment to existing SSH public key
- ssh connection takes forever to initiate, stuck at “pledge: network”
- What is the benefit of not allocating a terminal in ssh?
- bad ownership or modes for chroot directory component
- Why Block Port 22 Outbound?
- Ansible stuck on gathering facts
- Is it possible to use rsync over sftp (without an ssh shell)?
- SSH Allow Password For One User, Rest Only Allow Public Keys [duplicate]
- How do I copy a file in Python?
- How do I copy a file in Python?
- What exactly are DLL files, and how do they work?
- How to fix “VirtualBox Interface has active connections” error in Windows?
- How to fix “VirtualBox Interface has active connections” error in Windows?
- ‘pip’ is not recognized as an internal or external command
- The application was unable to start correctly (0xc000007b)
- Why is “MINGW64” appearing on my Git bash?
- How can I update npm itself?
- outputting ascii table in C++
- Using %PROGRAMFILES(x86)% on Windows OS 32bit
- how to get program files x86 env variable?
- Difference between masm32 and masm?
- Can’t start Eclipse – Java was started but returned exit code=13
- Can’t start Eclipse – Java was started but returned exit code=13
- How do I start PowerShell from Windows Explorer?
- Tensorflow import error: No module named ‘tensorflow’
- scp with port number specified
- ssh : Permission denied (publickey,gssapi-with-mic)
- A fatal error occurred while creating a TLS client credential. The internal error state is 10013
- ssh connect Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password)
- Unexplained crashes related to ntdll.dll
- How can I install pip on Windows?
- scp with port number specified
- How to log in to phpMyAdmin with WAMP, what is the username and password?
- List changes unexpectedly after assignment. Why is this and how can I prevent it?
- How to upgrade Git on Windows to the latest version
- PermissionError: [Errno 13] Permission denied
- What does “@” mean in Windows batch scripts
- Permanently add a directory to PYTHONPATH?
- How to fix ‘sudo: no tty present and no askpass program specified’ error?
- What are good grep tools for Windows? [closed]
- How to run a PowerShell script
- bash: npm: command not found?
- How to add to the PYTHONPATH in Windows, so it finds my modules/packages?