Internet Transfer Control
-
I am currently working with the internet transfer control in VB6, but I have a problem. The file I need to get is passworded, but it's not an FTP site, and I know the control has ways of doing usernames and passwords on FTP's, but this is just a regular page with an account name and password. Right here's where I need to get it from: https://www.e-gold.com/acct/historycsv.asp But as you can see, username and password are needed. I haven't the slightest clue as to how to get the username and password in there and push it through to get the file I need. I know it's possible on this site, it's been done before by a programmer with about the same skill as me. But, he doesn't want to share code ;-P Any help?
-
I am currently working with the internet transfer control in VB6, but I have a problem. The file I need to get is passworded, but it's not an FTP site, and I know the control has ways of doing usernames and passwords on FTP's, but this is just a regular page with an account name and password. Right here's where I need to get it from: https://www.e-gold.com/acct/historycsv.asp But as you can see, username and password are needed. I haven't the slightest clue as to how to get the username and password in there and push it through to get the file I need. I know it's possible on this site, it's been done before by a programmer with about the same skill as me. But, he doesn't want to share code ;-P Any help?
-
OKay, I randomly just figured that out on my own. New problem::: The values in the file are comma seperated. How to I parse it? (there are some strings of commas that have no values or spaces in-between too, FYI)
Split() -- Ian Darling "The moral of the story is that with a contrived example, you can prove anything." - Joel Spolsky