Page 1 of 1

Dir-List in mIRC

Posted: Mon Oct 31, 2011 11:28 am
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 :)

Re: Dir-List in mIRC

Posted: Mon Nov 14, 2011 5:29 pm
by FTP
You can try the raw command "stat -l", but not every ftp server software supports it.