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)

_FTP_Connect.au3 (467 bytes ) - added by mLipok 11 years ago.

Download all attachments as: .zip

Change History (2)

by mLipok, 11 years ago

Attachment: _FTP_Connect.au3 added

comment:1 by J-Paul Mesnage, 11 years ago

Milestone: 3.3.13.20
Owner: set to J-Paul Mesnage
Resolution: Completed
Status: newclosed

Added by revision [11226] in version: 3.3.13.20

Modify Ticket

Action
as closed The owner will remain J-Paul Mesnage.

Add Comment


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