Eliminated extra / in scp/sftp URLs.
This commit is contained in:
Родитель
7763bb9172
Коммит
c563a53c16
|
@ -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
|
||||
|
|
|
@ -24,7 +24,7 @@ scp
|
|||
SCP retrieval
|
||||
</name>
|
||||
<command>
|
||||
--key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT/%PWD/log/file601.txt
|
||||
--key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/file601.txt
|
||||
</command>
|
||||
<file name="log/file601.txt">
|
||||
Test data
|
||||
|
|
|
@ -21,7 +21,7 @@ sftp
|
|||
SFTP put
|
||||
</name>
|
||||
<command>
|
||||
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file602.txt sftp://%HOSTIP:%SSHPORT/%PWD/log/upload.602
|
||||
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file602.txt sftp://%HOSTIP:%SSHPORT%PWD/log/upload.602
|
||||
</command>
|
||||
<file name="log/file602.txt">
|
||||
Test data
|
||||
|
|
|
@ -21,7 +21,7 @@ scp
|
|||
SCP upload
|
||||
</name>
|
||||
<command>
|
||||
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file603.txt scp://%HOSTIP:%SSHPORT/%PWD/log/upload.603
|
||||
--key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file603.txt scp://%HOSTIP:%SSHPORT%PWD/log/upload.603
|
||||
</command>
|
||||
<file name="log/file603.txt">
|
||||
Test data
|
||||
|
|
Загрузка…
Ссылка в новой задаче