<< back to sysax.com Product page |
The FTPCustomCmd method can be used to send a custom command string to the remote server.
Exhibit 9.7. IDL Definition of method to executing custom remote commands
HRESULT FTPCustomCmd ([in] BSTR b_cmdname); |
Exhibit 9.8. Example usage of method to executing custom remote commands (VBScript)
app.FTPCustomCmd "site mycmd" |