List of Commands Provided
Archaea tools provides the following commands.
Command Name | Server/Client | Description | Usual Actions Corresponding to |
---|---|---|---|
hcpd | Server | Listening client requests to run the following client commands (for Linux) | |
hcpd_session | Server | Providing privilege separation on the hcpd | |
hcpd_winserv | Server | Listening client requests to run the following client commands (for Windows) | |
hcpd_winserv_genkey | Server | Generating a server key (for Windows) *1 | |
hcpd_winserv_backup_conf | Server | Making backups of the server configuration files (for Windows) *2 | |
hcp | Client | File transfer | cp``scp``rsync |
hsync | Client | File synchronization | rsync |
hrm | Client | File deletion | ssh + rm |
hcp-ls | Client | Listing files | ssh + ls/dir |
hmkdir | Client | Creating directories | ssh + mkdir |
hpwd | Client | Printing working directory | ssh + pwd |
hmv | Client | Moving files | ssh + mv |
hln | Client | Creating links *3 | ssh + ln |
hchmod | Client | Changing modes of files *3 | ssh + chmod |
hchown | Client | Changing owner and group of files *3 | ssh + chown |
hcp_backup_conf | Client | Making backups of the client configuration files (for Windows) *2 |
*1 hcpd_winserv_genkey usually runs automatically if the key does not exist at installation time. So users do not have to use it.
*2 hcpd_winserv_backup_confusually runs automatically when removing the service software or updating it. So users do not have to use it.
*3 Servers running on Windows OS dose not support these commands.