<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/16592" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2009-02-05T17:21:00-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/16592</id>

		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2009-02-05T17:21:00-04:00</updated>

		<published>2009-02-05T17:21:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87250#p87250</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87250#p87250"/>
		<title type="html"><![CDATA[uploading information to another server without a password]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87250#p87250"><![CDATA[
From reading your post, I make the assumption that you've got root access to your server (or equivalent).<br>In such case, it would be a "mere" matter of installing server software for whatever transfer protocol you choose to use.<br>Another approach could be to allow anonymous ftp, or grant each user their own ftp account.<br>Other approaches could be a simple cgi-script to handle a file upload from your favourite browser. This could fairly easily be supported within your eggdrop through some creative scripting.<br>Yet another way could be using public key authentication with ssh/scp/sftp, although you probably would like to grant each user their own account here aswell.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Feb 05, 2009 5:21 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arfer]]></name></author>
		<updated>2009-02-05T15:04:00-04:00</updated>

		<published>2009-02-05T15:04:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87248#p87248</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87248#p87248"/>
		<title type="html"><![CDATA[uploading information to another server without a password]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87248#p87248"><![CDATA[
Perhaps you could maintain whatever database of information you require your users to contribute to on the bot itself, with Tcl binds/commands to facilitate additions to and deletions from the database.<br><br>You could then use other binds/commands, perhaps available to the bot owner only, to automatically transfer information to another server by invoking the shell's command line ftp client (using Tcl exec command) to upload. The host/user/pass for the other server would be written into the script, hence only visible to persons with access to your shell (and therefore the scripts).<br><br>But, to answer your question, I don't know another way of transferring files between servers without using ftp.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=5705">arfer</a> — Thu Feb 05, 2009 3:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[tueb]]></name></author>
		<updated>2009-02-05T08:21:33-04:00</updated>

		<published>2009-02-05T08:21:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=87241#p87241</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=87241#p87241"/>
		<title type="html"><![CDATA[uploading information to another server without a password]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=87241#p87241"><![CDATA[
Hi,<br><br>I'm looking for a way to upload a file (or the data stored inside) to another server without using ftp.<br><br>The idea is that i run the server and user can upload their channel-information there. Of course i do not want to give away my ftp-pw to everyone.<br><br>Is there a way?<br><br>Thx,<br><br>tueb<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=9349">tueb</a> — Thu Feb 05, 2009 8:21 am</p><hr />
]]></content>
	</entry>
	</feed>
