G Guest Jan 27, 2006 #1 is it possible using C# dotnet to control the bandwidth usage means the transfer rate of download and upload? Thanks!
is it possible using C# dotnet to control the bandwidth usage means the transfer rate of download and upload? Thanks!
J jms Jan 27, 2006 #2 Hi, I did not use it but it might be a starting point for you. An FTP client library for .NET 2.0 http://www.codeproject.com/vb/net/FtpClient.asp hope it helps.
Hi, I did not use it but it might be a starting point for you. An FTP client library for .NET 2.0 http://www.codeproject.com/vb/net/FtpClient.asp hope it helps.
G Guest Jan 27, 2006 #3 Thanks for the reply Joel, first i am working on FTP server not on FTP Client, second the link you have written doesn't gives any idea about bandwidth uses in general file upload/download.
Thanks for the reply Joel, first i am working on FTP server not on FTP Client, second the link you have written doesn't gives any idea about bandwidth uses in general file upload/download.
R ray.bradbury9 Jan 27, 2006 #4 ..NET 2.0 also has built in FTP msdn2.microsoft.com/en-us/library/system.net.webrequestmethods.ftp.aspx Looks good, but haven't tested it. Another starting point if using 2.0
..NET 2.0 also has built in FTP msdn2.microsoft.com/en-us/library/system.net.webrequestmethods.ftp.aspx Looks good, but haven't tested it. Another starting point if using 2.0