property OpenFtpConnection.
Opens a connection with a FTP server.
|
ftpPath
[in] . URL or IP address which locates the FTP server
(e.g “ftp://ftp.microsoft.com”)
User
[in] . Optional username if required
Password
[in] . Optional password if required
pVal
[out,
retval] The returned value.
S_OK
The
operation was successfull.
E_POINTER
A NULL pointer
was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.