Eliminated extra / in scp/sftp URLs.
This commit is contained in:
@@ -24,7 +24,7 @@ sftp
|
|||||||
SFTP retrieval
|
SFTP retrieval
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<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>
|
</command>
|
||||||
<file name="log/file600.txt">
|
<file name="log/file600.txt">
|
||||||
Test data
|
Test data
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ scp
|
|||||||
SCP retrieval
|
SCP retrieval
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<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>
|
</command>
|
||||||
<file name="log/file601.txt">
|
<file name="log/file601.txt">
|
||||||
Test data
|
Test data
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ sftp
|
|||||||
SFTP put
|
SFTP put
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<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>
|
</command>
|
||||||
<file name="log/file602.txt">
|
<file name="log/file602.txt">
|
||||||
Test data
|
Test data
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ scp
|
|||||||
SCP upload
|
SCP upload
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<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>
|
</command>
|
||||||
<file name="log/file603.txt">
|
<file name="log/file603.txt">
|
||||||
Test data
|
Test data
|
||||||
|
|||||||
Reference in New Issue
Block a user