You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yacy_search_server/htroot/Settings_Seed_UploadScp.inc

37 lines
1.4 KiB

<p><fieldset>
<b>Uploading via SCP:</b></p>
<p>This is the account for a server where you are able to login via ssh.</p>
<form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
<table border="0" cellspacing="5">
<tr valign="top">
<td>Server:</td>
<td><input name="seedScpServer" type="text" size="40" value="#[seedScpServer]#"></td>
<td><i>The host where you have an account, like 'my.host.net'</i></td>
</tr>
<tr valign="top">
<td>Server&nbsp;Port:</td>
<td><input name="seedScpServerPort" type="text" size="40" value="#[seedScpServerPort]#"></td>
<td><i>The sshd port of the host, like '22'</i></td>
</tr>
<tr valign="top">
<td>Path:</td>
<td><input name="seedScpPath" type="text" size="40" value="#[seedScpPath]#"></td>
<td><i>The remote path on the server, like '~/yacy/seed.txt'.
Missing sub-directories are NOT created automatically.</i></td>
</tr>
<tr valign="top">
<td>Username:</td>
<td><input name="seedScpAccount" type="text" size="40" value="#[seedScpAccount]#"></td>
<td><i>Your log-in at the server</i></td>
</tr>
<tr valign="top">
<td>Password:</td>
<td><input name="seedScpPassword" type="password" size="40" value="#[seedScpPassword]#"></td>
<td><i>The password</i></td>
</tr>
<tr>
<td colspan="3"><input type="submit" name="seedScpSettings" value="submit"></td>
</tr>
</table>
</form>
</fieldset>