have you tried?: <ftOOBRoot>http://jabber.no:8080/</ftOOBRoot>
If I read the config correctly, the 'msn/files' is meant to be an apache proxy to the 8080 port - so that you don't have to open yet-another port on your firewall. eg: http://jabber.no/msn/files/$1 --> http://jabber.no:80880/$1 On 12/16/05, Stian B. Barmen <[EMAIL PROTECTED]> wrote: > > > > In svn://delx.cjb.net/pymsnt/branches/0_11_x is some > > preliminary file transfer code. It works for receiving files. > > I'll be polishing this up so that it works with more clients, > > and so that you can send as well. > > > > If you want to track the progress of file transfer, its > > probably a good idea to join py-transports. Also, you're best > > off not checking out trunk :) > > > > Enjoy! > > > > --- > > Hello, I have just installed the 0_11_x branch to my server for some > testing. I dont quite understand how the jabber.no/msn/files type of > transfer works. I understand that I could host this transfer myself somehow > but I need some more help / doc / howto. When I send a file from MSN client > I get a message that the file has been transferred and I on the jabber > transport side get a link, which is formed from the config.xml file setting. > But where the file ends up is a mystery. I tried to just specify the port so > I did not need to configure Apache yet, is that a problem? > > Right now I just tried to set it like: > <ftOOBRoot>http://jabber.no:8080/msn/files</ftOOBRoot> > But no cigar just yet. I can connect to the 8080 port from outside and stuff > but I just get a 404 error. > > Also I can see from the changelog on trunk that you have made some progress, > will this be submitted to 11_x any time soon? I would love to test out some > more. > > My test server is called msn-beta.jabber.no and I have the 10.2 running > stable on msn.jabber.no. > > Looking forward to follow you further on the file transfer quest! :) > > Best regards > Stian B. Barmen > > > _______________________________________________ > py-transports mailing list > py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > -- - Norman Rasmussen - Email: [EMAIL PROTECTED] - Home page: http://norman.rasmussen.co.za/ From [EMAIL PROTECTED] Fri Dec 16 13:30:48 2005 From: [EMAIL PROTECTED] (Stian B. Barmen) Date: Fri Dec 16 13:30:56 2005 Subject: [py-transports] PyMSNt 0_11_x file transfer brach svn alphatesting In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> > -----Opprinnelig melding----- > Fra: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] P? vegne av > Norman Rasmussen > Sendt: 16. desember 2005 14:20 > Til: PyAIM-t/PyICQ-t/PyMSN-t Discussion > Emne: Re: [py-transports] PyMSNt 0_11_x file transfer brach > svn alphatesting > > have you tried?: > > <ftOOBRoot>http://jabber.no:8080/</ftOOBRoot> > > If I read the config correctly, the 'msn/files' is meant to > be an apache proxy to the 8080 port - so that you don't have > to open yet-another port on your firewall. eg: > > http://jabber.no/msn/files/$1 --> http://jabber.no:80880/$1 > Thanks, this worked just like it should! :) Transferred a file successfully now! Cannot even imagine how I did not try that before I sendt a mail, but such is it. Thanks for the tip. Now I am looking forward to the sending patches! :) -stian