VB.NET 2005
I have been using the FTP and SFTP for a while with no issues. Now i need to also use SSL/FTP. My references are all under c:program filesrebextotal pack for .net 2.0\
FTP SLL for .NET 2.0\bin\rebex.net.ftp.dll 3.0.4086.0
FTP SSL for .NET 2.0\bin\rebex.net.proxysocket.dll 2.0.4086.0
FTP SSL for .NET 2.0\bin\rebex.security.dll 1.5.4086.0
SFTP for .NET 2.0\bin\rebex.net.sftp.dll 2.0.4086.0
SFTP for .NET 2.0\bin\rebex.net.ssh.dll 2.0.4086.0
But, when i try to dim a new ftp:
dim xFTP as new rebex.net.ftp
xftp.connect(xserver,990,nothing,rebex.net.tpsecurity.explicit)
i receive an error:
Overload resolution failed because no accessible 'Connect' accepts this number of arguments.
Which is really strange because as i typing in everything it is explaining each argument.
Any Ideas?