Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Jul : mode Z compression and idftp 9.0.19
| Subject: | mode Z compression and idftp 9.0.19 |
| Posted by: | "Jerome" (tr..@machin.com) |
| Date: | Wed, 5 Jul 2006 14:16:24 |
Hello,
I would like to use mode Z compression with idftp 9 (9.0.19).
idftp transfertmode don't propose this mode
how do I have to proceed ?
Must I Compress file before send and decompress after received ?
for activate mode Z on my server ( filezilla server ), before send file,
I make that :
try
idftp1.sendCmd('MODE Z')
// mode Z enable on server
except
// mode Z disable
end;
thanks
jerome