94 |
jpm |
1 |
<commands version="1.0">
|
|
|
2 |
<login>
|
|
|
3 |
<summary>Connects and authenticates to remote server</summary>
|
|
|
4 |
<shortcut>li</shortcut>
|
|
|
5 |
<function>doLogin</function>
|
|
|
6 |
<options />
|
|
|
7 |
<doc>
|
|
|
8 |
Log in to the remote server. To use remote functions in the installer
|
|
|
9 |
that require any kind of privileges, you need to log in first. The
|
|
|
10 |
username and password you enter here will be stored in your per-user
|
|
|
11 |
PEAR configuration (~/.pearrc on Unix-like systems). After logging
|
|
|
12 |
in, your username and password will be sent along in subsequent
|
|
|
13 |
operations on the remote server.</doc>
|
|
|
14 |
</login>
|
|
|
15 |
<logout>
|
|
|
16 |
<summary>Logs out from the remote server</summary>
|
|
|
17 |
<shortcut>lo</shortcut>
|
|
|
18 |
<function>doLogout</function>
|
|
|
19 |
<options />
|
|
|
20 |
<doc>
|
|
|
21 |
Logs out from the remote server. This command does not actually
|
|
|
22 |
connect to the remote server, it only deletes the stored username and
|
|
|
23 |
password from your user configuration.</doc>
|
|
|
24 |
</logout>
|
|
|
25 |
</commands>
|