I want to compile a code with codedom which should connect to my ftp server. But I cant type in the credentials because of the ""...
Look here :
Temp.AppendLine(@"request.Credentials = new NetworkCredential("userid","userpassword");");
If I type " in the code, it automatic ends the content of the brackets... Help?