![]() |
|
|
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 |
| file transfer using scp.. | KiranKumarKarre | Shell Programming and Scripting | 5 | 05-18-2009 06:47 AM |
| File transfer | Shahul | Shell Programming and Scripting | 2 | 11-28-2008 02:20 PM |
| XFB file transfer | sais | IP Networking | 0 | 11-05-2008 03:02 AM |
| Transfer the file | manas_ranjan | UNIX for Dummies Questions & Answers | 2 | 07-27-2007 10:33 AM |
| transfer of specific file content to another file | mem101 | Shell Programming and Scripting | 1 | 10-18-2005 03:01 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
File transfer using SCP
I have a shell script which uses SCP command to transfer the files from one server to another server. The files are getting transferred successfully, but the problem is the files transferred to the destination server didnot have the permissions as that of the files on the source server.
Command used: scp file_name username@servername:/dest_directory/ Files permissions on Source server : -rw-r--r-- Files permissions on Destn server : -rw------- I cannot use "scp -p" or any other variations since there are 40 shell scripts already running daily in the production server(source server) Please help me to resolve the issue. Last edited by kumarm; 06-30-2009 at 03:19 PM.. |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|