in reply to Re: Re: ftp directories
in thread ftp directories

>its gonna give me an error because the file is on the remort server.

Yes, I realized that too late. Could you try a telnet session to each box instead of FTP?

update: Assuming that's not feasible, you could do $ftp->cwd($path,$filename) If that succeeds, delete it.