![]() |
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 |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Automated FTP | wakhan | Shell Programming and Scripting | 4 | 07-08-2008 12:53 PM |
| automated ftp. | sangfroid | Shell Programming and Scripting | 10 | 05-07-2007 11:52 AM |
| Automated FTP | shauche | UNIX for Advanced & Expert Users | 11 | 07-11-2002 02:08 AM |
| FTP automated? | n9ninchd | UNIX for Dummies Questions & Answers | 6 | 05-18-2001 10:21 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Discussed with network guys and solved the problem by adding a .netrc file to the $HOME directory of the user (this will be done programatically every time by my baan script ' echo "machine <machine> login <login> password <password>" >> $HOME/.netrc '). After this is done I can execute 'rexec pdm-svr rcp -r -p <unix server> <repository server>' and the file is successfully transferred. btw, the unix server is running aix so the rexec command and .netrc may require different syntax for a different OS. Thanks again for the suggestions vbe.
js |
| Sponsored Links | ||
|
|