RBygrave
When we upgraded the library from 1.5 to 2, I hade to make the following change to old code to get it to compile
OLD //_ftp.ProxyType = sfFTPLib.enumProxyType.ftpProxyTypeNone;
OLD //_ftp.FTPProxyType = sfFTPLib.enumFTPProxyType.ftpFTPProxyTypeNone;
New _ftp.Proxy.Type = sfFTPLib.enumProxyType.ftpProxyTypeNone;
New _ftp.FTPProxy.Type = enumFTPProxyType.ftpFTPProxyTypeNone;
Also I am now getting a timeout when I try to connect. Are there other setting that I have to change for this version?
Thanks
Richard
OLD //_ftp.ProxyType = sfFTPLib.enumProxyType.ftpProxyTypeNone;
OLD //_ftp.FTPProxyType = sfFTPLib.enumFTPProxyType.ftpFTPProxyTypeNone;
New _ftp.Proxy.Type = sfFTPLib.enumProxyType.ftpProxyTypeNone;
New _ftp.FTPProxy.Type = enumFTPProxyType.ftpFTPProxyTypeNone;
Also I am now getting a timeout when I try to connect. Are there other setting that I have to change for this version?
Thanks
Richard