Download File chunks (wodFTPServer)
Hi,
I want to allow the download of file chunks by supporting special filenames. If I would request BigFile.dat:4096:8191 I want to send the 4K Block starting at offset 4096 of BigFile.dat to the client. Can this be done with your FTPServer component?
Bernd