0 votes
by (180 points)
edited

Dear Rebex

The Ftp class does not accepted in console application.

VS 2013 Professional .NET version 4.5.50938 C#

In Reference Manager Rebex.Networking.dll an Rebex.Common.dll are listed.

My using list:

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

using System.Data;

using System.IO;

using FirebirdSql.Data.FirebirdClient;

using System.Text.RegularExpressions;

using System.ComponentModel;

using System.Drawing;

using Rebex.Net;

When typing Rebex.Net.IFtp can be selected, but .Ftp can not.

What can I do? Thanks

Peter Muzik Pharmasoft Bt

Applies to: Rebex FTP/SSL

1 Answer

0 votes
by (144k points)
edited

The Ftp class is declared in Rebex.Ftp.dll, but you only have Rebex.Networking.dll and Rebex.Common.dll in your references. Pleae try adding Rebex.Ftp.dll and give it a try.

by (180 points)
edited

Thanks :)

Stupid mistake :(

Topic closed

Peter Muzik

...