Log in

View Full Version : bug with stat -la?


thop
09-26-2004, 10:34 AM
I think there might be a bug when you quit while stat -la is being processed. Instead of just quitting ffxp displays the content of the directory in raw format in the status window.

250 CWD command successful.
PWD
257 "/BLA" is current directory.
STAT -la
QUIT
drwxrwxrwx 3 bla bla 83 Feb 16 2004 blablabla
drwxrwxrwx 3 bla bla 82 Feb 5 2004 blabla
...


I can reproduce the error every time. You just have to wait till the status window shows stat -la, then press quit. This is a slow server so stat -la takes 2-3 seconds.

bigstar
09-26-2004, 10:51 AM
This is a known issue.

Once a 'stat -la' as started the server wont let you abort it. You need to wait until all the data is returned.

The only way to prevent the content from appearing in the status window would be to hide the reply of the QUIT command or prevent the user from quiting during a 'stat -la' we feel that neither work-around is a good solution.