The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 08-20-2008
cypher82 cypher82 is offline
Registered User
  
 

Join Date: May 2008
Location: Germany
Posts: 13
Question scp from aix to windows (cygwin) fails

Hi...

my problem is that I want to copy one html-file to my windows-box webserver using scp.

so far no problem but the destination is in /cygdrive/c/program files/dest and as we all know unix doesnt like spaces in paths.


Code:
scp html.file user@windowsbox:/cygdrive/c/program files/apache/htdocs/

...doesnt work

has anybody a solution for that problem?
the file needs to be there...

thx