﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2982	_FTP_Connect - example proposal	mLipok	Jpm	"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)
}}}"	Feature Request	closed	3.3.13.20	Documentation		None	Completed		
