From hrmastick at gmail.com Thu Mar 28 13:57:16 2024 From: hrmastick at gmail.com (H M) Date: Thu, 28 Mar 2024 09:57:16 -0400 Subject: [Tox Support] upload limit Message-ID: I read on the wiki a message is limited to 1KB and that it can split them otherwise, does it have a splitting limit or does it take days to send something like a 5 or 10GB file? This would be a good thing to put on the FAQ, thank you. -- ?I don't like that man. I must get to know him better.? ? Abraham Lincoln Me: "I don't like that man, woman, or non-binary I must get to know them better" -------------- next part -------------- An HTML attachment was scrubbed... URL: From nurupo at tox.chat Thu Mar 28 16:34:25 2024 From: nurupo at tox.chat (nurupo) Date: Thu, 28 Mar 2024 12:34:25 -0400 Subject: [Tox Support] upload limit In-Reply-To: References: Message-ID: <92ff821124c26995471aa94b05cc0925@tox.chat> Hi, That limit is just for a text message. File transfers are handled differently, they don't have such a limit. If you are a developer, you can take a look at the file transfer API here: https://github.com/TokTok/c-toxcore/blob/v0.2.19/toxcore/tox.h#L1888-L2456 --- Regards, nurupo On 2024-03-28 09:57, H M wrote: > I read on the wiki a message is limited to 1KB and that it can split > them otherwise, does it have a splitting limit or does it take days to > send something like a 5 or 10GB file? This would be a good thing to > put on the FAQ, thank you. > -- > > ?I don't like that man. I must get to know him better.? ? > Abraham Lincoln > Me: "I don't like that man, woman, or non-binary I must get to know > them better" > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support From coldfront77 at comcast.net Thu Mar 28 16:38:16 2024 From: coldfront77 at comcast.net (coldfront77 at comcast.net) Date: Thu, 28 Mar 2024 12:38:16 -0400 (EDT) Subject: [Tox Support] upload limit In-Reply-To: <92ff821124c26995471aa94b05cc0925@tox.chat> References: <92ff821124c26995471aa94b05cc0925@tox.chat> Message-ID: <985331816.1474330.1711643897024@connect.xfinity.com> I?m not H M. > On 03/28/2024 12:34 PM EDT nurupo via Support wrote: > > > Hi, > > That limit is just for a text message. File transfers are handled > differently, they don't have such a limit. > > If you are a developer, you can take a look at the file transfer API > here: > https://github.com/TokTok/c-toxcore/blob/v0.2.19/toxcore/tox.h#L1888-L2456 > > --- > Regards, > nurupo > > On 2024-03-28 09:57, H M wrote: > > I read on the wiki a message is limited to 1KB and that it can split > > them otherwise, does it have a splitting limit or does it take days to > > send something like a 5 or 10GB file? This would be a good thing to > > put on the FAQ, thank you. > > -- > > > > ?I don't like that man. I must get to know him better.? ? > > Abraham Lincoln > > Me: "I don't like that man, woman, or non-binary I must get to know > > them better" > > _______________________________________________ > > Support mailing list > > Support at lists.tox.chat > > https://lists.tox.chat/listinfo/support > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support From hrmastick at gmail.com Thu Mar 28 19:37:02 2024 From: hrmastick at gmail.com (H M) Date: Thu, 28 Mar 2024 15:37:02 -0400 Subject: [Tox Support] upload limit In-Reply-To: <985331816.1474330.1711643897024@connect.xfinity.com> References: <92ff821124c26995471aa94b05cc0925@tox.chat> <985331816.1474330.1711643897024@connect.xfinity.com> Message-ID: I am? On Thu, Mar 28, 2024 at 2:55?PM wrote: > I?m not H M. > > > On 03/28/2024 12:34 PM EDT nurupo via Support > wrote: > > > > > > Hi, > > > > That limit is just for a text message. File transfers are handled > > differently, they don't have such a limit. > > > > If you are a developer, you can take a look at the file transfer API > > here: > > > https://github.com/TokTok/c-toxcore/blob/v0.2.19/toxcore/tox.h#L1888-L2456 > > > > --- > > Regards, > > nurupo > > > > On 2024-03-28 09:57, H M wrote: > > > I read on the wiki a message is limited to 1KB and that it can split > > > them otherwise, does it have a splitting limit or does it take days to > > > send something like a 5 or 10GB file? This would be a good thing to > > > put on the FAQ, thank you. > > > -- > > > > > > ?I don't like that man. I must get to know him better.? ? > > > Abraham Lincoln > > > Me: "I don't like that man, woman, or non-binary I must get to know > > > them better" > > > _______________________________________________ > > > Support mailing list > > > Support at lists.tox.chat > > > https://lists.tox.chat/listinfo/support > > _______________________________________________ > > Support mailing list > > Support at lists.tox.chat > > https://lists.tox.chat/listinfo/support > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > -- "Better to change your password 1 too many times than one too little"-Janice -------------- next part -------------- An HTML attachment was scrubbed... URL: From nurupo at tox.chat Thu Mar 28 20:34:36 2024 From: nurupo at tox.chat (nurupo) Date: Thu, 28 Mar 2024 16:34:36 -0400 Subject: [Tox Support] upload limit In-Reply-To: <985331816.1474330.1711643897024@connect.xfinity.com> References: <92ff821124c26995471aa94b05cc0925@tox.chat> <985331816.1474330.1711643897024@connect.xfinity.com> Message-ID: <71d4d2338c8d7118e13d265479283ecd@tox.chat> On 2024-03-28 12:38, coldfront77 at comcast.net wrote: > I?m not H M. That's how mailing lists work. You have subscribed to a mailing list, and any email anyone sends to it -- you also receive. Welcome to discovering how mailing lists work. The Support mailing list is meant to be a place where Tox users can ask questions and have other Tox users (or developers) help by answering them. (There are also the IRC channel and the Tox group chat for more real-time conversations.) You are free to unsubscribe if you no longer want to participate in the mailing list. From jmholmes at tutanota.com Thu Mar 28 20:46:12 2024 From: jmholmes at tutanota.com (jmholmes at tutanota.com) Date: Thu, 28 Mar 2024 21:46:12 +0100 (CET) Subject: [Tox Support] upload limit In-Reply-To: <71d4d2338c8d7118e13d265479283ecd@tox.chat> References: <92ff821124c26995471aa94b05cc0925@tox.chat> <985331816.1474330.1711643897024@connect.xfinity.com> <71d4d2338c8d7118e13d265479283ecd@tox.chat> Message-ID: I ? Tox. Thanks to all who have contributed to it. 28 Mar 2024, 20:34 by support at lists.tox.chat: > On 2024-03-28 12:38, coldfront77 at comcast.net wrote: > >> I?m not H M. >> > > That's how mailing lists work. You have subscribed to a mailing list, and any email anyone sends to it -- you also receive. Welcome to discovering how mailing lists work. The Support mailing list is meant to be a place where Tox users can ask questions and have other Tox users (or developers) help by answering them. (There are also the IRC channel and the Tox group chat for more real-time conversations.) You are free to unsubscribe if you no longer want to participate in the mailing list. > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > -------------- next part -------------- An HTML attachment was scrubbed... URL: From hrmastick at gmail.com Fri Mar 29 17:28:39 2024 From: hrmastick at gmail.com (H M) Date: Fri, 29 Mar 2024 13:28:39 -0400 Subject: [Tox Support] upload limit In-Reply-To: References: <92ff821124c26995471aa94b05cc0925@tox.chat> <985331816.1474330.1711643897024@connect.xfinity.com> <71d4d2338c8d7118e13d265479283ecd@tox.chat> Message-ID: Is this on the list now? um how can I add rsync to the qTox On Thu, Mar 28, 2024 at 4:46?PM mark via Support wrote: > I ? Tox. > > Thanks to all who have contributed to it. > > > 28 Mar 2024, 20:34 by support at lists.tox.chat: > > On 2024-03-28 12:38, coldfront77 at comcast.net wrote: > > I?m not H M. > > > That's how mailing lists work. You have subscribed to a mailing list, and > any email anyone sends to it -- you also receive. Welcome to discovering > how mailing lists work. The Support mailing list is meant to be a place > where Tox users can ask questions and have other Tox users (or developers) > help by answering them. (There are also the IRC channel and the Tox group > chat for more real-time conversations.) You are free to unsubscribe if you > no longer want to participate in the mailing list. > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > > _______________________________________________ > Support mailing list > Support at lists.tox.chat > https://lists.tox.chat/listinfo/support > -- "Better to change your password 1 too many times than one too little"-Janice -------------- next part -------------- An HTML attachment was scrubbed... URL: