Re: File transfers with Webdav in Exodus 0.9
Alexandre Ratti <[email protected]>
| Newsgroups | gmane.network.jabber.exodus.user |
|---|---|
| Message-ID | <[email protected]> |
Peter Millard wrote: > It's possible that the preference you're using on the sender for using WebDAV is > not getting propogating through the code correctly. Yes. As a test I sent and received files while watching the XML debug window. I can't say I really understand what's going on in there, but I believe Exodus is trying to set up up a direct connexion between both hosts. Since their are on different local networks and behind firewalls, it's bound to fail. The name of the Dav server I entered in the preferences is not mentioned at all in the XML code. I uploaded code snippets for both sides, in case you want to have a look: http://alexandre.ratti.free.fr/Exodus/ > You are correct, you just need ports for 5223, and whatever you use for HTTPS. > Note that the for all my testing, I only ever used port 80 for the port, never > tried to use HTTPS. > >>From the looks of the messagings your seeing on the recipient side of the file > transfer, it looks like the sender is not sending the proper XML. > > I'll investigate and check the code. Stay tuned. OK, thanks. Alexandre