![]() |
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 |
| UNIX script problem ..Plz help ASAP | khan1978 | Shell Programming and Scripting | 1 | 12-05-2005 02:40 PM |
| Reliant Unix and Disk Mirrors | gull04 | UNIX for Advanced & Expert Users | 0 | 12-17-2004 04:56 AM |
| Disk Mirrors in Reliant Unix - Problem? | gull04 | Filesystems, Disks and Memory | 0 | 12-16-2004 07:07 AM |
| Problems with migration from Reliant Unix to Solaris | MS-No | SUN Solaris | 2 | 08-27-2004 07:21 AM |
| problems with "cp" (reliant unix 5.43) | sysadv | UNIX for Dummies Questions & Answers | 2 | 10-16-2003 06:21 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
FTP on Reliant UNIX - script problem
Hello...
I have script that works perfect on solaris but on Reliant UNIX sometimes it does not work ...I send files to my Xp(from Reliant UNIX) but if I try to send it to my solaris machine file can not be send... script is: #!/bin/ksh localFile=$1 remoteFile=$2 mylog=ftp_session.log echo "$(date "+%H:%M:%S") - Attempt to FTP $1 to $2" > $mylog # do the FTP put ftp -i -n <<EOF >> $mylog open 164.48.148.66 user root rOOt321 put $localFile $remoteFile ls $remoteFile quit EOF any ideas where can I be wrong?? machines can be pinged... |
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|