Modify ↓
Opened 10 years ago
Closed 10 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 Changed 10 years ago by Melba23
- Resolution set to Duplicate
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Note: See
TracTickets for help on using
tickets.
Already reported and fixed:
https://www.autoitscript.com/trac/autoit/ticket/2844
M23