|
SmartFTP FTP Library
|
Encapsulates the client application identity sent to the server via the CSID and CLNT commands. More...
import "sfFTPLib.idl";
Properties | |
| BSTR | Name [get, set] |
| Gets or sets the application name used in the CSID and CLNT commands. | |
| BSTR | Version [get, set] |
| Gets or sets the application version used in the CSID and CLNT commands. | |
Encapsulates the client application identity sent to the server via the CSID and CLNT commands.
|
getsetproperty |
Gets or sets the application name used in the CSID and CLNT commands.
This string identifies your software to the FTP server.
| [in] | newValue | The application name. |
| [out] | retval | The current application name. |
|
getsetproperty |
Gets or sets the application version used in the CSID and CLNT commands.
This string identifies the specific build or release of your software.
| [in] | newValue | The version string. |
| [out] | retval | The current version string. |