C
Chris Ashley
I'm using FTPWebRequest/FTPWebResponse to access a file over FTP,
which I then want to send to the Response.OutputStream. How can I do
this? I know I could populate an array of bytes in memory from the
stream and then send that to the Response, but that solution isn't
really viable due to the size of some of the files.
which I then want to send to the Response.OutputStream. How can I do
this? I know I could populate an array of bytes in memory from the
stream and then send that to the Response, but that solution isn't
really viable due to the size of some of the files.