I have Serv-U 6.3 as my FTP Server on Windows 2003. Total commander is working very well with it except one thing. Although I have enable MODE Z (for compressed transfers) on Total Commander and although Serv-U supports this, transfers are always been done uncompressed.
FEAT command on the FTP Server shows:
Code: Select all
feat
211-Extension supported
CLNT
MDTM
MDTM YYYYMMDDHHMMSS[+-TZ];filename
SIZE
SITE PSWD;EXEC;SET;INDEX;ZONE;CHMOD;MSG
REST STREAM
XCRC filename;start;end
MODE Z
MLST Type*;Size*;Create;Modify*;Win32.ea*;
211 End
I think that Total Commander does not send the MODE Z command to initiate compressed transfers. When i execute this command manually from the command line, FTP Server sends files compressed but Total Commander does not uncompressed them (it does not understand that MODE Z has been used).
Is there a workaround? How i enable MODE Z to work properly?