in reply to Need syntax help for Net::FTP::Quot
if ( $ftp->quot ( "DELE", "$Target" ) ) { print "File $Target was directly deleted by ftp->quot\n"; } else { print "File $Target failed to delete with ftp->quot\n"; } [download]