FG

How can I transfer files from UNIX to Windows?

Fresh3 days ago
Mar 15, 202687257 views
Confidence Score0%
0%

Problem

I want to transfer a file from a UNIX server to a Windows 2003 Server, so I downloaded onto the Windows server, and is already installed on the UNIX server. When I execute the following command (on the UNIX server): The following output appears (on the UNIX server's screen): However, When I go to s…

Error Output

scp -r /file_in_unix/ user@windows_hostname:\c:\\\

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I transfer files from UNIX to Windows?

Low Risk

The destination path looks wrong - to most unix shells the backslash is an escape character not a path marker, so I'm guessing the file has dropped into the SSH user's home directory with an odd filename. IIRC copssh is based on cygwin, so what you …

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment