Include "FtpCommand_" API on FTP library

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
graves
Enthusiast
Enthusiast
Posts: 160
Joined: Wed Oct 03, 2007 2:38 pm
Location: To the deal with a pepper

Include "FtpCommand_" API on FTP library

Post by graves »

Hi,
FtpCommand_ API is the only WinINet function not included on FTP library, and it's a very useful command to launch server processs.

Please, include it!.
:D
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Include "FtpCommand_" API on FTP library

Post by PB »

Is it supported by all versions of Windows (including 95)? Because if not, the team won't add it (based on past posts that state that).
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
graves
Enthusiast
Enthusiast
Posts: 160
Joined: Wed Oct 03, 2007 2:38 pm
Location: To the deal with a pepper

Re: Include "FtpCommand_" API on FTP library

Post by graves »

PB wrote:Is it supported by all versions of Windows (including 95)?
It requires only Microsoft Internet Explorer 5.0
(From http://support.microsoft.com/kb/238273/en-us/)

OK, it requires Win2K:
Minimum supported client Windows 2000 Professional
Minimum supported server Windows 2000 Server
(From http://msdn.microsoft.com/en-us/library ... S.85).aspx)
Post Reply