I have a C# Windows Forms application on MonoDevelop. I want to upload and download files to an FTP location. While trying to use FtpWebRequest
, I get compile error:
"type or namespace could not be found. Are you missing a using directive or an assembly"
I have used System.Net and System.IO and also referenced them. I am using .Net 4.0 as target framework. What am I missing?