in reply to Net::FTP and $ftp->delete

Also in your constructor for Net::FTP you could use the Debug => option and look at the transcript.

Carter's compass: I know I'm on the right track when by deleting something, I'm adding functionality

Replies are listed 'Best First'.
Re: Re: Net::FTP and $ftp->delete
by Anonymous Monk on Aug 06, 2003 at 23:57 UTC
    I do use the Debug => 1 in the constructor
      So, what does the transcript say?

      Makeshifts last the longest.

        I am essentially getting a 550 error that says "Permission Denied" when running the program in debug mode. Unfortunately, we have setup the FTP server on the host to allow file deletions.