Client Command (hpwd)
The hpwd command shows working directories on the remote server (server or hcpd server).
Basic Format#
The basic format is as follows.
Usage: hpwd [OPTION]... [USER@]HOST[:PORT]Option List#
The options for the hpwd commands are below.
Showing the Current Working Directory
| Description | Short Name | Option Name |
|---|---|---|
| Logical path | L | logical |
| Physical path | P | physical |
Selectable Communication Method Function
| Description | Short Name | Option Name |
|---|---|---|
| The HpFP protocol | hpfp | |
| The WebSocket protocol(SSL/TLS) | wss | |
| The port-separation UDP(HpFP) protocol(deprecated) | udp | |
| The WebSocket protocol (plaintext communications) | ws | |
| Directly connect to the Proxy server when the WebSocket protocol | ws-proxy-direct | |
| Set the Proxy server when the WebSocket protocol | ws-proxy |
Congestion Control
| Description | Short Name | Option Name |
|---|---|---|
| Congestion control modes in the HpFP protocol | hpfp-cong |
Data Flow Control, Message Data Size Control
| Description | Short Name | Option Name |
|---|---|---|
| MSS(Maximum Segment Size) in the HpFP protocol | hpfp-mss |
Data Flow Control, Data Buffer Setting
| Description | Short Name | Option Name |
|---|---|---|
| Set the sending buffer size for the HpFP protocol | hpfp-sndbuf | |
| Set the receiving buffer size for the HpFP protocol | hpfp-rcvbuf |
Authentication
| Description | Short Name | Option Name |
|---|---|---|
| Server certificate checking is disabled in WebSocket protocol communications | wss-no-check-certificate | |
| Specify a username first and showing the current working directory | user | |
| Specify a password first and showing the current working directory | password |
Various Monitorings
| Description | Short Name | Option Name |
|---|---|---|
| Investigation mode starts (deprecated) | investigation |
Log Management
| Description | Short Name | Option Name |
|---|---|---|
| Specify an application log output destination | log-file | |
| Specify various statistics log output destinations | stat-log-file | |
| Start in the multiple-run mode | multi-run |
Software Information Update
| Description | Short Name | Option Name |
|---|---|---|
| Check the application version | V | version |
| Check the configuration and input parameters | config-test | |
| Display the command help | h | help |
System Operating Environment Settings
| Description | Short Name | Option Name |
|---|---|---|
| Setting form a path of the configuration file | config-file | |
| Make configuration from command line | config-option | |
| Setting by a relative path from the current directory | include-conf-from-cwd | |
| Server compatibility disabled | no-earlier-serv-compat |
Please refer to the hcpd command section on the following option.
--investigationPlease refer to the hcp command section on the following option.
--hpfp, --wss, --user, --password, --config-file, --config-option, --log-file, --stat-log-file, --udp, --ws, --wss-no-check-certificate, --ws-proxy-direct, --ws-proxy, --hpfp-cong, --hpfp-mss, --hpfp-sndbuf, --hpfp-rcvbuf, --multi-run, --include-conf-from-cwd, --no-earlier-serv-compatShowing the Current Working Directory#
L, logical#
=========================================================================Supported OS : Linux / Windows / MacFormat : -L | --logical=========================================================================The logical path is returned.
--Example:[user@localhost ~]$ hpwd -L ...--P, physical#
=========================================================================Supported OS : Linux / Windows / MacFormat : -P | --physical=========================================================================The physical path is returned. The symbolic links are resolved. When neither the logical option nor physical option is set, it is operated as if this option is specified.
--Example:[user@localhost ~]$ hpwd -P ...--Software Information Update#
V, version#
=========================================================================Supported OS : Linux / Windows / MacFormat : -V | --version=========================================================================The hpwd command version is shown.
--Example:[user@localhost ~]$ hpwd -Vhpwd client (hpwd) 1.4.11_5 / Linux (HpFP2 2.0.0.91_26 WSAPI 0.0.1.36 WS 4.2.0-2)--config-test#
=========================================================================Supported OS : Linux / Windows / MacFormat : --config-test=========================================================================Output the input parameters for the hpwd command and the configuration information.
--Example:[user@localhost ~]$ hpwd --config-test...
Number of Logical Processors : 2Number of Physical Processors : 2
Command parameters logical : disable physical : enable (implicit) user : disable password : disable version : disable help : disable
Configuration parameters PubkeyAuthentication : yes WinLogonUserAuthentication : yes PAMAuthentication : yes LocalPasswordAuthentication : yes CompressLevel : -1 StrictHostKeyChecking : ask PrivateKeyFile : - [~/.hcp/id_rsa] TransportTimeout : 180 AcceptableCryptMethod : AES256/GCM AES256/CTR/VMAC AES256/CBC AES128/CBC [Intel:AES-NI=yes] AcceptableDigestMethod : XXH3 SHA256 SHA160
Please type '--config-test --config-test ...' for more details.--h, help#
=========================================================================Supported OS : Linux / Windows / MacFormat : -h | --help=========================================================================Show the hpwd command line help.
--Example:[user@localhost ~]$ hpwd -h--