9.4.1.13 pre-release, fixed SFTP IsConnected property
The SFTP IsConnected property did not report that the connection was lost if the machine’s Internet connection is disconnected.
The SFTP IsConnected property did not report that the connection was lost if the machine’s Internet connection is disconnected.
Fixed IPV6 accept connection problem.
Fixed HTML-to-XML/Text regarding SPAN tags and maintaining SPACE chars before and after the SPAN tags.
Fixed Imap.SetFlag so that it returns a failed status if the IMAP server response is something other than “OK”.
Added Imap.SendRawCommandB method. It is the same as SendRawCommand but returns bytes instead of a string. Also fixed Imap.FetchAttachment so that it adheres to the PeekMode property.
Fixed Zip DeleteEntry problem.
There has been a long-time need for the Chilkat API in the form of a DLL (on Windows) or a .so (on Linux/Mac OS X). On the Windows platform, this would be the same as how the Window Platform SDK is provided in DLL form. The “Chilkat DSO” API, where “DSO” stands for Dynamic Shared Object, is a functional API […]
See the information at this Chilkat forum topic: How to get the full output of an SSH command.
Here is a description of the problem from the FileZilla documentation at http://wiki.filezilla-project.org/Network_Configuration#Timeouts_on_large_files A few possible workarounds are described below. Timeouts on large files If you can transfer small files without any issues, but transfers of larger files end with a timeout, a broken router and/or firewall exists between the client and the server and is causing a problem. As […]
(The version previous to v9.4.0 was v9.3.2.) (backward compatibility) Removed the deprecated CkCrypt and CkFtp C++ classes. (CkCrypt2 and CkFtp2 have been the primary C++ classes for encryption and FTP for many years.) (backward compatibility) Removed the deprecated Chilkat.Crypt and Chilkat.Ftp .NET classes. (The primary Chilkat .NET classes for encryption and FTP have been Chilkat.Crypt2 and Chilkat.Ftp2 for many years.) […]