Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am needing to write and or find a program that will allow me to connect direct to another computer via the internet via IP

 

In other words... my computer connect to your computer by connecting using IP address as target for computer.

 

I need then once I make this connection be able to tranfer files either direction using this connection.

 

I need from you some direction as to where I can find more info or even software that already does this.

 

vbMarKO

Visual Basic 2008 Express Edition!
  • 2 months later...
Posted

If you want to avoid writing your own software, the easiest thing to do would be to leverage FTP. There are many free FTP servers and clients available, mainly because the protocol is extremely simple. Regardless, you could probably just use one of these freebie servers and then connect to it using the new FtpWebRequest class:

 

http://msdn2.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx

 

If you do not have the need to perform any custom actions on the client, then just use a free FTP client. A quick Google search should produce plenty of results.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...