mirror of
https://github.com/curl/curl.git
synced 2026-08-05 04:26:12 +03:00
Eliminated extra / in scp/sftp URLs.
This commit is contained in:
parent
7763bb9172
commit
c563a53c16
4 changed files with 4 additions and 4 deletions
|
|
@ -24,7 +24,7 @@ sftp
|
|||
SFTP retrieval
|
||||
</name>
|
||||
<command>
|
||||
--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT/%PWD/log/file600.txt
|
||||
--key curl_client_key --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%PWD/log/file600.txt
|
||||
</command>
|
||||
<file name="log/file600.txt">
|
||||
Test data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue