![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using "Cygwin" in windows for unix | sanjeev1 | UNIX for Dummies Questions & Answers | 3 | 05-10-2009 06:51 AM |
| Cygwin OpenSSH Windows | bilbonvidia | Windows & DOS: Issues & Discussions | 2 | 11-20-2008 02:51 PM |
| How to install Cygwin on Windows XP SP2 | jimoney | UNIX for Dummies Questions & Answers | 1 | 08-06-2008 10:48 AM |
| X-windows Problem /GUI Installation fails | ak835 | SUN Solaris | 0 | 04-24-2008 04:18 AM |
| How to use Cygwin to access X windows | Praveen_218 | BSD | 1 | 03-06-2008 09:46 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
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/ has anybody a solution for that problem? the file needs to be there... thx |
|
||||
|
Copying to "normal" windows directories is no problem. But i want to automate things. I could write a batch script under windows to copy it from A to B but that cant be a solution
![]() is there really no chance to copy it? |
|
||||
|
Found the solution somewhere in the web:
Code:
scp html.file user@windowsbox:"/cygdrive/c/program\\ files\\/apache/htdocs" |
| Sponsored Links | ||
|
|