ICA configuration file

The .ica configuration file defines connection parameters for establishing connections with remote host over the ICA protocol.

Non-TLS connections ICA file

[ApplicationServers]
<connection name>=

[<connection name>]
ProxyType=SOCKSV5
ProxyHost=<host>:<port>
ProxyUsername=*
ProxyPassword=*
Address=<login użytkownika>
Username=<login użytkownika>
ClearPassword=<hasło>
TransportDriver=TCP/IP
EncryptionLevelSession=Basic
Compress=Off

Note

<connection name> is for information only and can be any string of characters.

TLS connections ICA file

[ApplicationServers]
<connection name>=

[<connection name>]
ProxyType=SOCKSV5
ProxyHost=<host>:<port>
ProxyUsername=*
ProxyPassword=*
Address=<login użytkownika>
Username=<login użytkownika>
ClearPassword=<hasło>
TransportDriver=TCP/IP
EncryptionLevelSession=Basic
Compress=Off

Note

<connection name> służy do celów informacyjnych i może być dowolnym ciągiem znaków.

Related topics: