![]() |
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 |
| help needed | nnayagam | Shell Programming and Scripting | 2 | 03-07-2008 06:34 AM |
| Little help needed. | Netghost | AIX | 5 | 08-10-2006 02:29 PM |
| Help needed | dsravan | Shell Programming and Scripting | 2 | 07-20-2006 09:37 AM |
| awk help needed. | cskumar | Shell Programming and Scripting | 0 | 07-20-2006 07:24 AM |
| Sed help needed | stevefox | Shell Programming and Scripting | 5 | 12-05-2005 01:44 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Scp Help Needed !!!!
I have never used SCP.
How do I use SCP command to transfer files/directory? I am trying to move the file from IP address of 10.876.9.876 to IP address of 15.853.2.987. I actually tried it with this script : scp secure.ksh 15.853.2.987: ssh: connect to host 15.853.2.987 port 22: Connection refused lost connection I also tried with a different IP address and got : Permission denied. why is this happening? what do i need to do to fix this and make this work? Thank you Last edited by scooter17; 09-19-2006 at 05:43 PM.. |
|
||||
|
Well if an ftp server is running you can ftp the files to the system. If you can get to the console, you can ftp files from where the files are to the system. If telnet is running on the server you could telnet in and paste the data from your clipboad to a vi session on the server (assuming straight text data of course).
Carl |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|