![]() |
|
|
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 |
| simple app to communicate windows and linux/unix | ncatdesigner | UNIX for Dummies Questions & Answers | 3 | 04-10-2008 12:51 AM |
| Some simple question abt Unix kernel | melbdavid | UNIX for Dummies Questions & Answers | 2 | 06-03-2007 07:06 AM |
| I have a simple unix question | smn2003 | UNIX for Dummies Questions & Answers | 1 | 12-10-2005 04:06 PM |
| Ok simple question for simple knowledge... | Corrail | UNIX for Dummies Questions & Answers | 1 | 11-28-2005 01:03 PM |
| Simple Unix Question | djt0506 | Shell Programming and Scripting | 1 | 11-25-2005 04:26 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Simple Windows-to-Unix SCP question
Hi,
I am fairly new to Unix. My school computers have only UNIX installed on them, and I wish to use them to do some parallel computing. To do so, I need to transfer the files from my Windows computer to my Unix account on a different computer. I am using the SSH login with the Putty client. I can login and access my account no problem. However, I am having issues transferring the files using the scp command. Specifically, I am using scp E:\PTF.fsp duchesne@nunatak1:global/home/FDTD/PT.fsp but I recieve the error: E: Name or service not known It seems that the "E:" call is not correct, but how else can I specify the location of my file in windows? I have tried putting quotation marks around the file name, i.e. "E:\PTF.fsp", but to no avail. Also, if I simply remove the "E:", i.e.: scp PTF.fsp duchesne@nunatak1:~/FDTD/PT.fsp Password: PTF.fsp: No such file or directory so the scp command does work, but cannot find the file. Can anyone help with this (most likely) trivial matter? Thank you, David |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|