473,405 Members | 2,160 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,405 software developers and data experts.

File transfer

Has anybody got a link to an example of how you transfer files between two
computers over the internet (P2P style)?

I have no idea where to start and all example I can find seems to be done in
C++.

TIA,
Johnny J.
Jun 27 '08 #1
5 1195
You don't have Google where you live?

http://www.google.com/search?q=.net+...x=&startPage=1

"Johnny Jörgensen" <jo**@altcom.sewrote in message
news:es**************@TK2MSFTNGP06.phx.gbl...
Has anybody got a link to an example of how you transfer files between two
computers over the internet (P2P style)?

I have no idea where to start and all example I can find seems to be done
in C++.

TIA,
Johnny J.

Jun 27 '08 #2
On Jun 12, 5:59 pm, "Johnny Jörgensen" <j...@altcom.sewrote:
Has anybody got a link to an example of how you transfer files between two
computers over the internet (P2P style)?

I have no idea where to start and all example I can find seems to be done in
C++.

TIA,
Johnny J.
That's usually done by choosing a protocol like TCP or UDP and using
NetworkStream object to get stream and write a stream. No sample codes
here, sorry.

Thanks,

Onur Güzel
Jun 27 '08 #3
On Jun 12, 10:27 pm, kimiraikkonen <kimiraikkone...@gmail.comwrote:
On Jun 12, 5:59 pm, "Johnny Jörgensen" <j...@altcom.sewrote:
Has anybody got a link to an example of how you transfer files between two
computers over the internet (P2P style)?
I have no idea where to start and all example I can find seems to be done in
C++.
TIA,
Johnny J.

That's usually done by choosing a protocol like TCP or UDP and using
NetworkStream object to get stream and write a stream. No sample codes
here, sorry.

Thanks,

Onur Güzel
And of course these are located under System.Net and
System.Net.Sockets.

Thanks,

Onur Güzel
Jun 27 '08 #4
I have tried googling for it as I mentioned.

There's no need for the sarcasm. If it's beneath you to answer such a
"simple" question, just don't bother...

Nevertheless, I thank you for the link if not the attitude.

/Johnny J.

"Scott M." <sm**@nospam.nospamskrev i meddelandet
news:eC**************@TK2MSFTNGP06.phx.gbl...
You don't have Google where you live?

http://www.google.com/search?q=.net+...x=&startPage=1

"Johnny Jörgensen" <jo**@altcom.sewrote in message
news:es**************@TK2MSFTNGP06.phx.gbl...
>Has anybody got a link to an example of how you transfer files between
two computers over the internet (P2P style)?

I have no idea where to start and all example I can find seems to be done
in C++.

TIA,
Johnny J.


Jun 27 '08 #5
I'm simply asking a reasonable question based on your statement that you
weren't able to find any examples other than C++.

Call it sarcasm or whatever you want, but I believe that not only did I
answer your question, but I'm guessing you might try Google in the future?

-Scott

"Johnny Jörgensen" <jo**@altcom.sewrote in message
news:OJ**************@TK2MSFTNGP05.phx.gbl...
>I have tried googling for it as I mentioned.

There's no need for the sarcasm. If it's beneath you to answer such a
"simple" question, just don't bother...

Nevertheless, I thank you for the link if not the attitude.

/Johnny J.

"Scott M." <sm**@nospam.nospamskrev i meddelandet
news:eC**************@TK2MSFTNGP06.phx.gbl...
>You don't have Google where you live?

http://www.google.com/search?q=.net+...x=&startPage=1

"Johnny Jörgensen" <jo**@altcom.sewrote in message
news:es**************@TK2MSFTNGP06.phx.gbl...
>>Has anybody got a link to an example of how you transfer files between
two computers over the internet (P2P style)?

I have no idea where to start and all example I can find seems to be
done in C++.

TIA,
Johnny J.



Jun 27 '08 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Lingyun Yang | last post by:
*** post for FREE via your newsreader at post.newsfeed.com *** Dear all, I have a file it's binary data viewed in UltraEdit is EF BB BF 0D 0A 3C ....... I want to read them into a int or long...
11
by: Abhishek | last post by:
I have a problem transfering files using sockets from pocket pc(.net compact c#) to desktop(not using .net just mfc and sockets 2 API). The socket communication is not a issue and I am able to...
11
by: Stephan Steiner | last post by:
Hi Generally, FileInfo fi = new FileInfo(path); long size = fi.Length; gets you the length of a file in bytes. However, when copying files, even while the copy operation is still in...
8
by: Xarky | last post by:
Hi, I am downloading a GIF file(as a mail attachement) with this file format, Content-Transfer-Encoding: base64; Now I am writing the downloaded data to a file with this technique: ...
15
by: Nathan | last post by:
I have an aspx page with a data grid, some textboxes, and an update button. This page also has one html input element with type=file (not inside the data grid and runat=server). The update...
1
by: Alex | last post by:
Hello, I'm trying to write a little php script to transfert some files from a server to clients (web/http). It's working fin with small files. But transfering big files (try on 1Gb) failed!...
10
by: David | last post by:
I have googled to no avail on getting specifically what I'm looking for. I have found plenty of full blown apps that implement some type of file transfer but what I'm specifcally looking for is an...
2
by: tedpottel | last post by:
Hi, My program has the following code to transfer a binary file f = open(pathanme+filename,'rb') print "start transfer" self.fthHandle.storbinary('STOR '+filename, f) How can I do an ASCII...
0
by: fiona | last post by:
Yucca Valley, CA, - October 2007: Catalyst Development Corporation, publisher of SocketTools, SocketWrench and LogicGem, today announced the release of Catalyst File Transfer .NET V5.0. For...
6
by: Thom Little | last post by:
I need to transfer an XML file between an application on the client and the server. This would in fact be a copy of the application's .config file. HTML <input form=...would transfer the file...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.