TIdFTP Extension for partial content 0.1
In category
Description
This is a very small extension to Indy TIdFTP class, TIdFTP_EXT. There is only one method added, GetPartial that allows to download partial content from FTPs supporting this feature. Possible combinations are: from start to desired position (StartPos=0,EndPos=n),point-to-point (StartPos > 0 and EndPos < FileSize), and point-to-end (StartPos>0 and EndPos=-1).There is no placeable component, just include TidFTPext in uses and declare as a variable, BTW it needs creation before using like FTPClient = TIdFTP.Create(Form1); Tested on FileZilla and working.
Informations
- Status: Fully functional
- Source: FW
- Size: 2 037kB
Platforms:
- Delphi 2005 (VCL)
- Delphi 2006 (Win32)
- Delphi 2007 (VCL)
- Delphi 2009
- Delphi 2010
- Delphi 7
- Delphi XE
Downloads