![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Script to capture new lines in a file and copy it to new file | fara_aris | Shell Programming and Scripting | 0 | 05-27-2008 07:11 PM |
| Shell script to search for text in a file and copy file | imeadows | UNIX for Dummies Questions & Answers | 8 | 04-20-2008 01:41 PM |
| Copy File | JuergenW | UNIX for Dummies Questions & Answers | 2 | 09-09-2002 05:17 AM |
| using C to copy a file ... | abdul | High Level Programming | 1 | 09-11-2001 05:36 AM |
| % File Copy | Enda Martin | UNIX for Dummies Questions & Answers | 2 | 08-30-2001 03:26 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
How to copy file through ssh
Dear friends,
i am new to this field, i need help i want to copy file from ser-a to ser-b but in middle 3 gateway servers are there. how to scp the file from ser-a to ser-b. Thanx Regards tikka |
| Forum Sponsor | ||
|
|
|
|||
|
Hi,
If your servers, ser-A & ser-B were linked by public key authentication means, you can transfer the files between ser-A & ser-B using "sftp" command. If the public key authentication is not enabled between these 2 servers means, you can use "ftp" to transfer the files. sftp does not require user_id & password, but ftp requires both. |
|||
| Google UNIX.COM |