Re: Compression issues - WeOnlyDo Discussion board

Re: Compression issues (General questions)

by Roman, Thursday, April 12, 2007, 15:51 (6247 days ago) @ woddrazen

Hi woddrazen,
I guess that my server doesn't support compression...problems in exception in 2nd and 3rd try invoke ListDir, but not in 1st.
For me good way not receive exception about such errors in ListDir method, or receive but with results of ListDir and corresponding error code ( because it's not so critical error ). Of course, it's all my IMHO :)

Here FTPReplays:
1) 1st execute ListDir
TYPE A - 200 Type set to A.
MODE Z - 500 'MODE Z': command not understood.
CWD / - 250 CWD command successful.
PORT 10,1,1,18,10,70 - 200 PORT command successful.
LIST -al - 150 Opening ASCII mode data connection for '/bin/ls'.
LIST -al - 226 Transfer complete.
2) 2nd or 3rd execute
TYPE A - 200 Type set to A.
OPTS MODE Z LEVEL 3 - 500 'OPTS MODE Z LEVEL 3': command not understood.

I hope this help solve problem.

Thanks, Roman


Complete thread: