Quote:
..
ftp> literal site exec fidsift.sh
541 ERROR <rc=127>


Since you put fidsift.sh into /empeg/bin, you will now also need to prefix it when running it as a command. So, this line instead:

literal site exec /empeg/bin/fidsift.sh

Expanded explanation for Windows users:
Linux (and most other non-Windows OSs) tries to help prevent you from being tricked into running malicious copies of commonly named commands. Thus, by default, it will NOT automatically search the "current working directory" for commands, because some prankster might have stuck their own version of ls or something there. Thus, to run a command from any directory not on the user's PATH, it has to be prefixed with the full or relative directory path.


Cheers



Edited by mlord (16/10/2006 10:13)