Exemplo n.º 1
0
        public override string GetVirtualFile()
        {
            string res = String.Format("@ftp:[host]{0}[/host][login]{1}[/login][pwd]{2}[/pwd][path]{3}[/path]",
                                       Server, Login, XmlTool.SafeEncodeString(Password), Path);

            if (PassiveMode)
            {
                res += "[pass/]";
            }
            return(res);
        }