Modify ↓
Opened 10 years ago
Closed 10 years ago
#2982 closed Feature Request (Completed)
_FTP_Connect - example proposal
Reported by: | mLipok | Owned by: | Jpm |
---|---|---|---|
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)
Changed 10 years ago by mLipok
comment:1 Changed 10 years ago by Jpm
- Milestone set to 3.3.13.20
- Owner set to Jpm
- Resolution set to Completed
- 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.
Added by revision [11226] in version: 3.3.13.20