in reply to system command not working after ftp

Are you sure you want to call system on the output of the command? That's what
system `$command`;
does. If not, remove the backquotes.

Replies are listed 'Best First'.
Re^2: system command not working after ftp
by salatconed (Initiate) on Jul 06, 2012 at 15:00 UTC
    I will remove the backticks and see how it goes. I have to wait until the next file comes in to see if it worked.