﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2844	_FTP_ProgressUpload/_FTP_ProgressDownload example error	anonymous	Melba23	"the function _FTP_ProgressUpload in his examples passes the parameter $sFunctionToCall as a string, while to work as intended it has to be passed as class object.
_FTP_ProgressDownload has the same problem.

Removing the "" will resolve the issue
(extract from the examples)
from:
Local $sFunctionToCall = ""_UpdateGUIProgressBar""
to:
Local $sFunctionToCall = _UpdateGUIProgressBar"	Bug	closed	3.3.13.19	Documentation	3.3.12.0	None	Fixed	helpfile _FTP_ProgressUpload	Alenis
