yacy_search_server/htroot/Settings_Seed_UploadScp.inc
orbiter 2e4aa6a170 refactoring of Advanced Config:
- removed settings that are in Basic Settings
- joined pages that belong together
- moved include pages from yacy/ to /

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2726 6c8d7289-2bf4-0310-a012-ef5d649a1542
2006-10-09 10:24:54 +00:00

37 lines
1.4 KiB
HTML

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