Re: error Bad file descriptor

2003-01-13 Thread Rob Dixon
Hi Michael First, and most obviously, your actual parameters for new() are a little odd. 'debug' needs to be 'Debug' (and that fix on its own will give you a lot more information) and 'ftp_passive' should be 'Passive' (although it shouldn't make mucxh difference). See what you get with debug enab

Re: error Bad file descriptor

2003-01-11 Thread Rob Dixon
Hi Michael I suggest you find out which call is producing your error; that will help you, and help us to help you. Do it either by running under the debugger or by adding print statements. If you're doing the latter it's best to enable autoflush with $| = 1; Cheers, Rob "Michael Kramer" <