Eliminated extra / in scp/sftp URLs.

This commit is contained in:
Dan Fandrich
2007-03-29 19:19:06 +00:00
parent 7763bb9172
commit c563a53c16
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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