Modify

Opened 11 years ago

Closed 11 years ago

#2895 closed Bug (Duplicate)

_FTP_ProgressUpload _FTP_ProgressDownload documentation

Reported by: anonymous Owned by:
Milestone: Component: Documentation
Version: 3.3.12.0 Severity: None
Keywords: Cc:

Description

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.

Attachments (0)

Change History (1)

comment:1 by Melba23, 11 years ago

Resolution: Duplicate
Status: newclosed

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.