iSize := AFtp.Size('image.jpg'); if (iSize <> -1) and (iSize < GetDiskSpace('D:')) then AFtp.Get('image.jpg', 'd:tempimage.jpg', True);