Modify ↓
Opened 10 years ago
Closed 10 years ago
#2771 closed Feature Request (Rejected)
FTPEx.au3 - proposal
Reported by: | mLipok | Owned by: | |
---|---|---|---|
Milestone: | Component: | Standard UDFs | |
Version: | Severity: | None | |
Keywords: | Cc: |
Description
changes
$sFileIndex >> $iFileIndex
$iContext >> $pContext
$l_InternetSession >> $hInternetSession
$l_FTPSession >> $hFTPSession
$l_Flags >> $iFlags
btw.
in _FTP_Command()
'bool', $l_ExpectResponse, 'dword', $l_Flags
and there is many other variable with name $l_.....
Attachments (0)
Change History (1)
comment:1 Changed 10 years ago by guinness
- Resolution set to Rejected
- 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.
This is just an internal cosmetic change. I open the floor up to anyone who wishes to make the changes and tidy up the FTP UDF.