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)
Note:
See TracTickets
for help on using tickets.

Already reported and fixed:
https://www.autoitscript.com/trac/autoit/ticket/2844
M23