Re: pls need some guidance

joe_at_invalid.address
Date: 07/31/03


Date: Thu, 31 Jul 2003 13:32:31 GMT

parth002000@yahoo.com (parth) writes:

> Joe,
> The script dosen't show any error message. In this script I start a
> ftp co-process, which login to the destination box and copies files
> every 25 seconds. It dosen't show any error but when I go to
> destination box and chcek I don't see any files. If I run this script
> from my home directory I see files in destination box.
>
> I checked ksh exists in /usr/bin directory on production machine.
>
> Any clue.......

Any chance you'll stop top-posting?

All I can say, without seeing the script, is to try set -x and
redirect stdout and stderr to a file for later examination. Or post
the script so we can see what we're talking about.

I'm surprised you're not getting any output from ftp though.

Joe

-- 
There are 10 kinds of engineers, those who understand binary and those
who don't.


Relevant Pages

  • Scripting: Zipping files and checking Network Share
    ... I am trying to write a script that performs a few specific ... Copy source files to destination only if they do not exsist on the ... out how to have it loop until a successful connection is made - and send out ... Sub CopySource() ...
    (microsoft.public.scripting.vbscript)
  • Re: Scripting: Zipping files and checking Network Share
    ... I am trying to write a script that performs a few specific ... Copy source files to destination only if they do not exsist on the ... out how to have it loop until a successful connection is made - and send ... Sub CopySource() ...
    (microsoft.public.scripting.vbscript)
  • Re: Need help interpreting a Script for Actie Directory using SubinAC
    ... From what I can find about the tool SubInAcl, <source host> is the ... host> is the new domain (the one we are copying permissions to). ... guess that <destination directory> is a directory name. ... how to interpret the script. ...
    (microsoft.public.scripting.vbscript)
  • Re: pls need some guidance
    ... The script dosen't show any error message. ... destination box and chcek I don't see any files. ... from my home directory I see files in destination box. ...
    (comp.unix.shell)
  • To find wether given entry is a file or directory
    ... In this script i have to check whether the dest_dir is a file or ... I used -d and -f command to check wether it is a directory or file. ... The entry is located on a remote computer. ...
    (comp.unix.shell)