FTP to my xbox in VB

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
Klaz0r





Posts: 49
Joined: Tue Jul 27, 2004 2:36 pm

FTP to my xbox in VB

Post by Klaz0r »

Hey, I'm trying to make a program in Visual Basic that will FTP to my xbox and grab a mapfile for me with the click of a button. However, none of the solutions I've tried seem to work with IP addresses, only host names. I've tried the internet transfer controls and wininet.dll. I can connect fine to regular FTP servers on the internet, just not my xbox. Is there an ocx or dll that supports IP's?

I know that this forum is for programming in Halo PC, but it seemed the most appropriate, as there are other tutorials in here for Visual Basic. If this isn't the right place, please move it.
superaison





Posts: 175
Joined: Mon Jul 25, 2005 5:06 pm

Post by superaison »

hum, i have an idea of that, where would u like to connect to? E? or maps? if so then where would that be?

EDIT: I am trying something witha webbrowser, u can aim me BTW

aim: superaison
Last edited by superaison on Sat Dec 24, 2005 10:08 am, edited 1 time in total.
Klaz0r





Posts: 49
Joined: Tue Jul 27, 2004 2:36 pm

Post by Klaz0r »

here's pretty much where I would like to go to:
/F/Games/Halo 2/Maps/
and then grab a user specified map out of there and return it to app.path.
superaison





Posts: 175
Joined: Mon Jul 25, 2005 5:06 pm

Post by superaison »

hum, ok ill try

EDIT: i got closer

here is what i got:

Private Sub WebBrowser1_StatusTextChange(ByVal Text As String)
If Text1.Text = "ftp://" Then
Inet1.OpenURL

End If

End Sub

IT wont connect to my website for some reason.... but ill try to connect to my box.
Post Reply