Re: Compression issues (General questions)
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:
- Compression issues - Roman, 2007-04-12, 14:14
- Re: Compression issues - woddrazen, 2007-04-12, 15:20
- Re: Compression issues - Roman, 2007-04-12, 15:51
- Re: Compression issues - woddrazen, 2007-04-12, 16:03
- Re: Compression issues - Roman, 2007-04-12, 16:14
- Re: Compression issues - wodDamir, 2007-04-14, 22:04
- Re: Compression issues - Roman, 2007-04-12, 16:14
- Re: Compression issues - woddrazen, 2007-04-12, 16:03
- Re: Compression issues - Roman, 2007-04-12, 15:51
- Re: Compression issues - woddrazen, 2007-04-12, 15:20