File Downloading...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All!

I have been assigned a task by my boss to download files off the net using
C# (.NET 2.0).... but not any files. These are .ra or .rm files from a
customer (who has a ton of them). And yes, for anyone who is suspicious,
this is legal but the customer is unwilling to give us ftp access to their
audio.

I don't even know where to start. I downloaded a few file downloaders from
Code Project, but cannot seem to get them to work whenever I put the rtsp://
protocol in front of the URL.

Am I totally missing the boat here? Does anyone know where I would even
start?
WM Recorder is able to do this. How do they do it?

Thanks in advance.

Rob
 
Using .NET remoting you could talk to another computer over a network. You
could try remoting, using a specfic channel. GenuineChannels offers some
packages like custom channels, so you don't have to write your own channel.
Check them out and .NET remoting. We use .NET remoting so our clients can
talk over a network, but we know the clients/comptuers and they are all
registered. Your case is possible, if you can know the remote client, I am
just sure of the exact details.

Need more help, I will try my best to help
VJ
 
| And yes, for anyone who is suspicious,
| this is legal but the customer is unwilling to give us ftp access to their
| audio.

So what are they willing to give you? HTTP access? If so, use a HTTP
download.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top