Modify

Opened 9 years ago

Closed 9 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)

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

Download all attachments as: .zip

Change History (2)

Changed 9 years ago by mLipok

comment:1 Changed 9 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

Added by revision [11226] in version: 3.3.13.20

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.

Add Comment

Modify Ticket

Action
as closed The owner will remain Jpm.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.