Please bear with a newby!!! This is the first time using any program to FTP. I am attempting to use C#. Even though the Mail.dll worked without a problem, I cannot get past the first line of the example...
using (Ftp client = new Ftp())
It immediately shows as error (Invalid token 'using' in class, struct, or interface member declaration) and it does not recognize 'client' as being declared. I have tried numerous ways to declare it without success. It also complains about the '(' as being invalid tokens.