<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>RE: [JDEV] file transfer</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>hi..</FONT>
</P>
<P><FONT SIZE=2>>for my file transfer i want to implement in my jabber client i need </FONT>
<BR><FONT SIZE=2>>some tags to manage the infomration exchange between both </FONT>
<BR><FONT SIZE=2>>clients.</FONT>
<BR><FONT SIZE=2>>the information about the file (filesize, byte to </FONT>
<BR><FONT SIZE=2>>start at, filename, IP, port) should be transfered within an xml </FONT>
<BR><FONT SIZE=2>>message to the other client to manage a handshake...</FONT>
</P>
<P><FONT SIZE=2>Have you considered using WebDAV protocol for this ?? </FONT>
<BR><FONT SIZE=2>it should do the job for you and lot more... (lock files, versioning..., though it is built on "http standard" :)</FONT>
</P>
<P><FONT SIZE=2>regards, </FONT>
</P>
<P><FONT SIZE=2>Frédérique Pinson</FONT>
<BR><FONT SIZE=2>Frédérique Pinson</FONT>
<BR><FONT SIZE=2>FTR&D - DMI/GRI</FONT>
<BR><FONT SIZE=2>tel: 33 2 96 05 30 85</FONT>
<BR><FONT SIZE=2>fax: 33 2 96 05 32 86</FONT>
<BR><FONT SIZE=2> </FONT>
</P>
<BR>
<P><FONT SIZE=2>-----Message d'origine-----</FONT>
<BR><FONT SIZE=2>De : kmq@gmx.at [<A HREF="mailto:kmq@gmx.at">mailto:kmq@gmx.at</A>]</FONT>
<BR><FONT SIZE=2>Envoyé : mardi 12 février 2002 02:00</FONT>
<BR><FONT SIZE=2>À : jdev@jabber.org</FONT>
<BR><FONT SIZE=2>Objet : [JDEV] file transfer</FONT>
</P>
<BR>
<P><FONT SIZE=2>hi</FONT>
<BR><FONT SIZE=2>for my file transfer i want to implement in my jabber client i need </FONT>
<BR><FONT SIZE=2>some tags to manage the infomration exchange between both </FONT>
<BR><FONT SIZE=2>clients.</FONT>
<BR><FONT SIZE=2>the filetransfer will be P2P and not the http "standart". I will not use </FONT>
<BR><FONT SIZE=2>the http standart because i want to be able to continue broken </FONT>
<BR><FONT SIZE=2>downloads and it must be possible to connect->sendfile as well as </FONT>
<BR><FONT SIZE=2>connect->getfile. (This would enable me to establish filetransfer </FONT>
<BR><FONT SIZE=2>even if one of the users is behind a firewall)</FONT>
</P>
<P><FONT SIZE=2>my filetransfer is a simple tcp connection that will get transfer the </FONT>
<BR><FONT SIZE=2>bytes of the file... the information about the file (filesize, byte to </FONT>
<BR><FONT SIZE=2>start at, filename, IP, port) should be transfered within an xml </FONT>
<BR><FONT SIZE=2>message to the other client to manage a handshake. Now my </FONT>
<BR><FONT SIZE=2>question: may i use the oob tag? all the samples have </FONT>
<BR><FONT SIZE=2>httü://12.12.12.12/file.zip or something in it... can i use my own </FONT>
<BR><FONT SIZE=2>tags in it? like </FONT>
<BR><FONT SIZE=2><ip>12.12.12.12</ip><port>2344</port><filename>blah.zip</filena</FONT>
<BR><FONT SIZE=2>me><filesize>12345</filesize>....</FONT>
<BR><FONT SIZE=2>_______________________________________________</FONT>
<BR><FONT SIZE=2>jdev mailing list</FONT>
<BR><FONT SIZE=2>jdev@jabber.org</FONT>
<BR><FONT SIZE=2><A HREF="http://mailman.jabber.org/listinfo/jdev" TARGET="_blank">http://mailman.jabber.org/listinfo/jdev</A></FONT>
</P>
</BODY>
</HTML>