I am trying to follow the How to, to setup the ftp connection in VS .Net 2012 and they don't work. The line
public class FTPConnection : component, IFTPComponent;
I get an error on component and IFTPComponett stating that the namespace could not be found.