This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

eggdrop getting files from fserv clients

Old posts that have not been replied to for several years.
Locked
c
cub

eggdrop getting files from fserv clients

Post by cub »

question for you all...is there a way to have the eggie to get the files from the fserv ? It sounds easy but it's not at all. it'll involve with accepting the dcc chat from the fserv client, the ability to browse inside of the fserv, then auto get the files from the fserv client.

I already added the fserv client with flags "+px", but when doing the trigger, the fserv client tries to dcc chat the bot, and it denies with the reason "No access".

Thanks in advance,
cub
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

It's not even as simple as you want it to be there either.

When the fserv is trying to connect to the eggdrop, the eggdrop is thinking it is a user.

As such, once the fserv's dcc request is accepted, the eggdrop is gonna want the fserv to send a password.

For this to work, it would involve intercepting the incoming dcc request, and then making to connection to the fserv, using Tcl sockets.
Locked