Not to sound bashing, but i have to agree with Ramprasad.. Think about what 
you're posting. Nobody like wild-goose chases. 

Try checking $@ for an error along with $! if something is going on. 

$!
$OS_ERROR
$ERRNO

If used in a numeric context, yields the current value of the errno variable, 
identifying the last system call error. If used in a string context, yields 
the corresponding system error string.


$@
$EVAL_ERROR

The Perl syntax error message from the last eval command.

        Chris


On Tuesday 26 November 2002 12:38 am, Ramprasad A Padmanabhan wrote:
>     Learn how to use a newsgroup better, A vague question like this can
> lead nowhere.
>
> What are you using for FTP ?, and on what OS ? , Personally I use Net::FTP
> If you go thru the docs you can get enough light on trapping errors
> ( No offence intended )
> Best of Luck
>
> Satya Devarakonda wrote:
> > Hi,
> >
> > How do we trap errors during FTP? Can somebody throw some light on  this
> >
> >
> > Thank you,
> > Satya Devarakonda
> > IS - EDI
> > Tufts Health Plan
> > Tel: 617-923-5587 X 3413
> > Fax: 617-923-5555

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to