gettingstarted
[Top] [All Lists]

Re: File Transfer

To: "Getting Started" <gettingstarted at lists dot realsoftware dot com>
Subject: Re: File Transfer
From: Aaron Ballman <aaron at realsoftware dot com>
Date: Mon, 22 Dec 2003 13:54:07 -0600
References: <858C4E74-34B7-11D8-92B6-00039396177E at kellerfarm dot com>
I am making a pier-to-pier file transfer program. Which socket core should I use to copy files?

Use TCPSocket since it is a reliable transport for data. If you used a UDPSocket, some of the packets could be dropped or re-arranged en-route.

HTH!

~Aaron
--
Handy UNIX Commands:

sudo grep -e "My mind" -H -r /
mv /mnt/fuji /mnt/everest
mv "Ignorance" /dev/null

- - -
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>