For those of us who were running as root, the Transport now drops permissions as in PyMSN.tac and so you may have to reset the permissions for the files and spool dir.
But I also seem to have problems with FT Down (I assume that means Recieving files from MSN Users) with Revision 97. Here is the twistd.log: 2006/01/23 00:54 PST [NotificationClient,client] INFO :: (u'[EMAIL PROTECTED]', '[EMAIL PROTECTED]') :: :: connectReply :: msn.msnw.OneSwitchboardSession :: {'self': 'instance', 'host': '207.46.4.195', 'sessionID': 17451989, 'key': '1138006466.15640', 'port': 1863} 2006/01/23 00:54 PST [NotificationClient,client] Starting factory <twisted.internet.protocol.ClientFactory instance at 0xb2e08dec> 2006/01/23 00:54 PST [OneSwitchboardSession,client] INFO :: (u'[EMAIL PROTECTED]', '[EMAIL PROTECTED]') :: :: loggedIn :: msn.msnw.OneSwitchboardSession :: {'self': 'instance'} 2006/01/23 00:54 PST [OneSwitchboardSession,client] INFO :: (u'[EMAIL PROTECTED]', '[EMAIL PROTECTED]') :: :: _ready :: msn.msnw.OneSwitchboardSession :: {'self': 'instance'} 2006/01/23 00:54 PST [OneSwitchboardSession,client] INFO :: (u'[EMAIL PROTECTED]', '[EMAIL PROTECTED]') :: :: userJoined :: msn.msnw.OneSwitchboardSession :: {'self': 'instance', 'userHandle': '[EMAIL PROTECTED]', 'screenName': ''} 2006/01/23 00:54 PST [OneSwitchboardSession,client] INFO :: (u'[EMAIL PROTECTED]', '[EMAIL PROTECTED]') :: :: gotFileReceive :: msn.msnw.OneSwitchboardSession :: {'fileReceive': <tlib.msn.msn.SLPLink_FileReceive instance at 0xb2e0872c>, 'self': 'instance'} 2006/01/23 00:54 PST [OneSwitchboardSession,client] INFO :: [EMAIL PROTECTED] :: :: gotFileReceive :: glue.LegacyConnection :: {'fileReceive': <tlib.msn.msn.SLPLink_FileReceive instance at 0xb2e0872c>, 'self': 'instance'} 2006/01/23 00:54 PST [OneSwitchboardSession,client] INFO :: :: :: __init__ :: FTReceive :: {'self': 'instance', 'session': <session.Session instance at 0xb77b4a6c>, 'legacyftp': <tlib.msn.msn.SLPLink_FileReceive instance at 0xb2e0872c>, 'senderJID': '[EMAIL PROTECTED]'} 2006/01/23 00:54 PST [OneSwitchboardSession,client] INFO :: :: :: __init__ :: DiscoRequest :: {'jid': u'[EMAIL PROTECTED]/Galios', 'pytrans': <main.PyTransport instance at 0xb77a004c>, 'self': 'instance'} 2006/01/23 00:54 PST [XmlStream,client] INFO :: :: Doing callback :: onIq :: ServerDiscovery :: {'el': <twisted.xish.domish.Element object at 0xb2e0830c>, 'froj': <twisted.words.protocols.jabber.jid.JID instance at 0xb77bb02c>, 'iqType': u'result', 'self': 'instance', 'fro': u'[EMAIL PROTECTED]/Galios', 'ulang': None, 'to': u'msn.domain.net', 'ID': u'24'} 2006/01/23 00:54 PST [XmlStream,client] INFO :: (u'[EMAIL PROTECTED]/Galios', '[EMAIL PROTECTED]') :: :: discoDone :: FTReceive :: {'self': 'instance', 'features': [u'http://jabber.org/protocol/bytestreams', u'http://jabber.org/protocol/si', u'http://jabber.org/protocol/si/profile/file-transfer']} 2006/01/23 00:54 PST [XmlStream,client] INFO :: (u'[EMAIL PROTECTED]/Galios', '[EMAIL PROTECTED]') :: Choosing transfer mode. :: discoDone :: FTReceive :: {'enabledS5B': False, 'features': [u'http://jabber.org/protocol/bytestreams', u'http://jabber.org/protocol/si', u'http://jabber.org/protocol/si/profile/file-transfer'], 'enabledOOB': False, 'hasS5B': 1, 'self': 'instance', 'hasFT': 1, 'hasOOB': 0} If I try and send a file MSN 7 just basically says the following: Sending of "16-12-05_1113.jpg" to [EMAIL PROTECTED] failed. Thoughts? I believe I opened the ports on my server 8010 and 8011, James can check that afaik. :P Steve R James Bunton wrote: > Ok everybody, this is it :) > > We can send/receive files to MSN clients (ver6 and above) using > both jabber:iq:oob and socks5 bytestreams :) > > That means just about any Jabber client that supports file > transfers should be able to send/receive to MSN contacts. > > To try it out... svn co svn://delx.cjb.net/pymsnt/trunk pymsnt > > Make sure you read through the new settings in config-example.xml > > Sorry I've been a bit lax responding to communications lately. Been > busy getting this working. I'll go through and start replying now > :) > > Also this revision might fix problems with outgoing avatars. > > Things to do before a 0.11 release: * Some kind of rate limiting on > transfer speeds * A limit of transfer sizes * Either move all > options back into config.xml, or move all options into PyMSNt.tac > > I'd like some feedback on the last in particular. But I think we > can all agree that the installation and configuration for the 0.10 > releases were a little annoying :) > > Enjoy everybody! > > --- > > James > > _______________________________________________ py-transports > mailing list py-transports@blathersource.org > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports > > >