Hi,
What I want to do is build an interface to a ftp client.
I use the following code:
This code is not recognizing ftpOne as an object of FtpDLX. I've putCode:using System.Collections.Generic; using System.Text; using WeOnlyDo.Client; namespace TestFtp { abstract class FtpConn { FtpDLX ftpOne = new FtpDLX(); ftpOne.Hostname = "22.21.231.222 [3]"; ftpOne.Protocol = "FTP"; ftpOne.Connect(); ftpOne.PutFile(@"C:AKHello.txt","/home/akar"); } }
a reference to the WeOnlyDo.Client.FTP.dll in my project. What am I
missing?
Appreciate your guidance.
Thanks,
AK



LinkBack URL
About LinkBacks


