Blog

Blog posts on .NET, Azure, and more.

K-MUG User Group Meeting - 19th Jan 2013

January 19, 2013 by Anuraj

Miscellaneous User Group Activities

Another K-MUG UG Meeting, as usual the event was awesome. (Sorry I forgot to post about the event in my blog.) The first session was from Shiju Vargheese on Windows Azure Websites. A good introduction session about Windows Azure website. You can download / view the presentation here The second session was from Yanesh Tyagi. His session was about productivity tools & tips for visual studio 2010. He discussed various keyboard shortcuts and few visual studio extensions. You can download the presentation from here The next planned session was from Anoop Madhusoodhanan, on WinRT / Windows8 via C#, but it didn’t happened. Instead Praseed Pai, another K-MUG speaker and technology enthusiast, took another session on Modern JavaScript development. Another nice session from him. And thanks to the live demo.

How to upload file to FTP server using C#

January 01, 2013 by Anuraj

.Net .Net 3.0 / 3.5 .Net 4.0 Windows Forms

From .net framework 2.0 onwards .net supports FTP operations. Like HttpWebRequest and HttpWebResponse, for FTP operations, FtpWebRequest and FtpWebResponse classes are available, under System.Net namespace. Here is the code snippet, which will help you to upload a file to FTP server, using C#.

Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub