Eliminated extra / in scp/sftp URLs.
This commit is contained in:
parent
7763bb9172
commit
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user