﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2895	_FTP_ProgressUpload _FTP_ProgressDownload documentation	anonymous		"DOcumentation of the functions _FTP_ProgressUpload _FTP_ProgressDownload mention:

Func Example()
    Local $sFunctionToCall = ""_UpdateProgress""
    ProgressOn(""Upload Progress"", $g_sRemoteFile)
    _FTP_ProgressUpload($hFTPSession, $g_sLocalFile, $g_sRemoteFile, $sFunctionToCall)
    ProgressOff()
EndFunc   ;==>Example

Local $sFunctionToCall = ""_UpdateProgress""

Should be

Local $sFunctionToCall = _UpdateProgress

With brackets the value is not recognized as a function. 
"	Bug	closed		Documentation	3.3.12.0	None	Duplicate		
