Dir-List in mIRC

Post your FTP Rush styles or scripts and discuss about them.
Post Reply
Rhino Cracker
Posts: 11
Joined: Mon Oct 31, 2011 11:20 am

Dir-List in mIRC

Post by Rhino Cracker »

Hi everyone,

is there any way to get a raw directory listing of the ftp-server in mirc?

I'm trying to script something like "delete all dirs older than 24hours in dir /files01/", but I don't get the list of directories.
I tried "list -al" but I only see this in mIRC:

Code: Select all

(Site1) list -al
(Site1) 226 Transfer complete.
It just eats the raw directory listing :)
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: Dir-List in mIRC

Post by FTP »

You can try the raw command "stat -l", but not every ftp server software supports it.
Post Reply