diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2020-04-26 18:31:00 +0200 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2020-05-02 16:56:55 +0200 |
commit | 1abb087a9c8f1e613b0b38b7afeffb61c18c2fed (patch) | |
tree | d0750b6e66c7e7963d5f7efd580e44de07197400 /tests/FILEFORMAT.md | |
parent | a491183cb1728009a9dde2dff0b0b58d55805d0a (diff) | |
download | curl-1abb087a9c8f1e613b0b38b7afeffb61c18c2fed.tar.gz |
tests: add support for SSH server variant specific transfer paths
OpenSSH for Windows requires paths in the format of /C:/
instead of the pseudo-POSIX paths /cygdrive/c/ or just /c/
Reviewed-by: Daniel Stenberg
Closes #5298
Diffstat (limited to 'tests/FILEFORMAT.md')
-rw-r--r-- | tests/FILEFORMAT.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/FILEFORMAT.md b/tests/FILEFORMAT.md index 034b1a73c..872c6e676 100644 --- a/tests/FILEFORMAT.md +++ b/tests/FILEFORMAT.md @@ -381,6 +381,7 @@ Available substitute variables include: - `%SRCDIR` - Full path to the source dir - `%SSHPORT` - Port number of the SCP/SFTP server - `%SSHSRVMD5` - MD5 of SSH server's public key +- `%SSH_PWD` - Current directory friendly for the SSH server - `%TFTP6PORT` - IPv6 port number of the TFTP server - `%TFTPPORT` - Port number of the TFTP server - `%USER` - Login ID of the user running the test |