|
This online help file is for EFT Server version 6.2.x. For other versions of EFT Server, please refer to http://help.globalscape.com/help/index.html. (If the Index and Contents are hidden, click Show Contents pane in the top left corner of this topic.) |
|
This interface is available in EFT Server 5.2 and later. |
The ICITransferActionParams interface allows you to make changes to transfer-related Events, such as when a file is uploaded or downloaded, using the following properties:
HRESULT AutoLogin([out, retval] VARIANT_BOOL *pVal);
HRESULT AutoLogin([in] VARIANT_BOOL newVal);
HRESULT Host([out, retval] BSTR *pVal);
HRESULT Host([in] BSTR newVal);
HRESULT Key([out, retval] BSTR *pVal);
HRESULT Key([in] BSTR newVal);
HRESULT KeyPass([out, retval] BSTR *pVal);
HRESULT KeyPass([in] BSTR newVal);
HRESULT LocalPath([out, retval] BSTR *pVal);
HRESULT LocalPath([in] BSTR newVal);
HRESULT Operation([out, retval] long *pVal);
HRESULT Operation([in] long newVal);
HRESULT Password([out, retval] BSTR *pVal);
HRESULT Password([in] BSTR newVal);
HRESULT Port([out, retval] long *pVal);
HRESULT Port([in] long newVal);
HRESULT Protocol([out, retval] long *pVal);
HRESULT Protocol([in] long newVal);
HRESULT PubKey([out, retval] BSTR *pVal);
HRESULT PubKey([in] BSTR newVal);
HRESULT RemotePath([out, retval] BSTR *pVal);
HRESULT RemotePath([in] BSTR newVal);
HRESULT User([out, retval] BSTR *pVal);
HRESULT User([in] BSTR newVal);
See also Specifying Advanced Options for Transfer Action Parameters.