Exemplo n.º 1
0
        public bool UpdateFtpRegistration(string userName, string password, string url, int?port, bool enableSSL, Guid requestGuid)
        {
            FtpService ftp = new FtpService();

            return(ftp.Update(userName, password, url, port, enableSSL, requestGuid));
        }