FTP Class to Create, Delete, Upload, Download files and folders from local mechine to remote host.
It allows you to quickly and easily perform a variety of FTP functions without hassle. I hope sharing this will make your coding easier as well.
Using the code is simple, you'll need to be using System.IO and System.Net namespaces. Add the class to your project, then just create a new instance of the ftp class, use the function of choice, and free the resource when you're done: