FTP with streams in .net c# vb.net
June 9, 2006 – 10:28 pmThere needs to be a good opensource ftp library for .net. I want to be able to write to the FTP stream, not pass a byte array or even a pointer to a file. Why can’t I get a
Stream Upload(string filename)
closing the stream would just end the file upload, not the network connection. And I want multiple connections and async methods.