Page 1 of 1

FTP to my xbox in VB

Posted: Sat Dec 24, 2005 8:58 am
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.

Posted: Sat Dec 24, 2005 9:56 am
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

Posted: Sat Dec 24, 2005 10:07 am
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.

Posted: Sat Dec 24, 2005 10:08 am
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.