Modify ↓
Opened 11 years ago
Closed 11 years ago
#2982 closed Feature Request (Completed)
_FTP_Connect - example proposal
| Reported by: | mLipok | Owned by: | J-Paul Mesnage |
|---|---|---|---|
| Milestone: | 3.3.13.20 | Component: | Documentation |
| Version: | Severity: | None | |
| Keywords: | Cc: |
Description
Like I see here:
http://www.autoitscript.com/forum/topic/167294-download-a-list-of-files-from-sftp-server/
there is a need to change example in HelpFile
#include <FTPEx.au3>
#include <MsgBoxConstants.au3>
Local $sServer = 'ftp.csx.cam.ac.uk' ; UNIVERSITY OF CAMBRIDGE ANONYMOUS FTP SERVER
Local $sUsername = ''
Local $sPass = ''
Local $hOpen = _FTP_Open('MyFTP Control')
Local $hConn = _FTP_Connect($hOpen, $sServer, $sUsername, $sPass)
If @error Then
MsgBox($MB_SYSTEMMODAL, '_FTP_Connect', 'ERRROR')
Else
; do something ...
EndIf
Local $iFtpc = _FTP_Close($hConn)
Local $iFtpo = _FTP_Close($hOpen)
Attachments (1)
Change History (2)
by , 11 years ago
| Attachment: | _FTP_Connect.au3 added |
|---|
comment:1 by , 11 years ago
| Milestone: | → 3.3.13.20 |
|---|---|
| Owner: | set to |
| Resolution: | → Completed |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

Added by revision [11226] in version: 3.3.13.20