Commit graph

14 commits

Author SHA1 Message Date
oblivion
13766bd1c6 Core/SSH: SetError internal method is renamed as ThrowError to better describe its function.
git-svn-id: svn://ultimatepp.org/upp/trunk@15504 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-23 22:24:35 +00:00
oblivion
ab0bf0bc81 Core/SSH: ssize_t/size_t to int casts are made explicit to make compilers happy.
git-svn-id: svn://ultimatepp.org/upp/trunk@15443 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-17 23:09:53 +00:00
oblivion
df024471d3 Core/SSH: Minor SFtpStream improvements, bug fixes, cleanup.
git-svn-id: svn://ultimatepp.org/upp/trunk@15438 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-11-17 14:53:29 +00:00
oblivion
a403e111d8 Core/SSH: Minor fixes & decprecated methods are marked with [[deprecated]] attribute.
git-svn-id: svn://ultimatepp.org/upp/trunk@14997 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-09-07 18:53:40 +00:00
oblivion
810ea1ec95 Core/SSH: Z compression is enabled. (uses plugin/z on WIN32)
Core/SSH: A CLANG warning (-Wimplicit-function-declaration) condition for gettimeofday() function is fixed. 
Core/SSH: Cleanup, small bugfixes and cosmetics..
Core/SSH: API docs are updated accordingly.

git-svn-id: svn://ultimatepp.org/upp/trunk@14509 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-28 13:22:30 +00:00
oblivion
96e65191a4 SSH: SshShell: Terminal modes can now be specified.
git-svn-id: svn://ultimatepp.org/upp/trunk@13625 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-10-02 21:34:08 +00:00
oblivion
8d9f834a98 SSH: SshShell: Console window resize notification workaround for MacOS.
SSH: SFtpFileSystemInfo -> FileSystemInfo conversion method removed .(See C++11 standard, 12.3.2. )

git-svn-id: svn://ultimatepp.org/upp/trunk@12774 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-02-19 16:31:02 +00:00
oblivion
5da0fe6ae5 SshShell: Resize now waits correctly.
git-svn-id: svn://ultimatepp.org/upp/trunk@12283 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-09-18 08:45:40 +00:00
oblivion
1713059009 SSH: Topic docs for SFtpStream and its derivatives are added.
git-svn-id: svn://ultimatepp.org/upp/trunk@12170 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-17 17:56:34 +00:00
oblivion
88c29a7e25 Scp: Load method is fixed: File size is now correctly checked before file transfers.
git-svn-id: svn://ultimatepp.org/upp/trunk@12169 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-17 15:07:04 +00:00
oblivion
89d8965e10 SSH: Standard channels (scp, exec, tunnel, shell) are all re-added. Minor bugfixes, cosmetics, cleanup. Docs updated.
git-svn-id: svn://ultimatepp.org/upp/trunk@12168 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-15 20:29:12 +00:00
oblivion
0ccf676f22 SFtp: File transfer methods (String/Stream) are refactored. They can now take advantage of WhenProgress gate. Various fixes and refactoring.
git-svn-id: svn://ultimatepp.org/upp/trunk@12167 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-13 19:13:39 +00:00
oblivion
10038d8b94 Third iteration: Started SshSession & SFtp refactoring.
git-svn-id: svn://ultimatepp.org/upp/trunk@12157 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-08-10 18:46:16 +00:00
cxl
c1f17ebfbe Core/SSH added (thanks Oblivion)
git-svn-id: svn://ultimatepp.org/upp/trunk@12125 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-07-31 08:17:23 +00:00