<fieldset> <p><strong>Uploading via FTP:</strong></p> <p> This is the account for a FTP server where you can host a seed-list file. If you set this, you will become a principal peer. Your peer will then upload the seed-bootstrap information periodically, but only if there had been changes to the seed-list. </p> <form action="SettingsAck_p.html" method="post" enctype="multipart/form-data"> <table border="0" cellspacing="5"> <tr valign="top"> <td><label for="ftp_server">Server</label>:</td> <td><input name="seedFTPServer" type="text" id="ftp_server" size="40" value="#[seedFTPServer]#" /></td> <td><i>The host where you have a FTP account, like 'ftp.<my-host>.net'</i></td> </tr> <tr valign="top"> <td><label for="ftp_path">Path</label>:</td> <td><input name="seedFTPPath" type="text" id="ftp_path" size="40" value="#[seedFTPPath]#" /></td> <td> <i>The remote path on the FTP server, like 'yacy/seed.txt'. Missing sub-directories are NOT created automatically.</i> </td> </tr> <tr valign="top"> <td><label for="ftp_user">Username</label>:</td> <td><input name="seedFTPAccount" type="text" id="ftp_user" size="40" value="#[seedFTPAccount]#" /></td> <td><i>Your log-in at the FTP server</i></td> </tr> <tr valign="top"> <td><label for="ftp_pwd">Password</label>:</td> <td><input name="seedFTPPassword" type="password" id="ftp_pwd" size="40" value="#[seedFTPPassword]#" /></td> <td><i>The password</i></td> </tr> <tr> <td colspan="3"><input type="submit" name="seedFtpSettings" value="Submit" /></td> </tr> </table> </form> </fieldset>