Method

EDataServerSourceProxyset_ftp_host

since: 3.12

Declaration [src]

void
e_source_proxy_set_ftp_host (
  ESourceProxy* extension,
  const gchar* ftp_host
)

Description [src]

Sets the machine name to proxy FTP through when extensions ESourceProxy:method is E_PROXY_METHOD_MANUAL.

Available since: 3.12

Parameters

ftp_host

Type: const gchar*

FTP proxy host name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.