Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-14 | Fixed typos in lib/ssh | Andrew Dryga | |
2016-12-16 | ssh: Use maps instead of dict in ssh_sftp | Björn-Egil Dahlberg | |
2016-12-16 | ssh: Remove whitespace errors in ssh_sftp.erl | Björn-Egil Dahlberg | |
2016-05-30 | ssh: ssh:connect, ssh:shell and ssh_sftp:start_subsystem supports client ↵ | Hans Nilsson | |
tcp-socket as input | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-01-18 | ssh: Experimental options for ssh_sftp:start_channel to set packet_size or ↵ | Hans Nilsson | |
window_size | |||
2015-06-30 | ssh: correct sftp unicode and iolist bug | Hans Nilsson | |
Ssh_sftp.erl handled incorrectly unicode data in ssh_ftp:write_file. There was also problems with some deeper iolists. | |||
2015-06-18 | Change license text to APLv2 | Bruce Yinhe | |
2015-04-23 | Fix ssh_sftp wait_for_version_negotiation timeout | Simon Cornish | |
This patch fixes a bug that causes an SFTP connection to always fail when {timeout, Timeout} option is used with ssh_sftp:start_channel. The bug is that the version negotiation timer is not cancelled upon reception of SSH_FXP_VERSION. | |||
2015-04-14 | ssh: Shutdown sftp channel gracefully | Ingela Anderton Andin | |
If ssh_connection:subsystem/4 fails we do not want to crash but rather terminate gracefully. | |||
2014-12-01 | ssh: crypto framework for ssh_sftp:open_tar added | Hans Nilsson | |
2014-11-18 | ssh: Add ssh_sftp:open_tar/3,4 which opens a tar file at the server side of ↵ | Hans Nilsson | |
a channel. Depends on erl_tar.erl having the function erl_tar:init/3 defined. | |||
2014-10-24 | Fix ssh_sftp:start_channel timeout | Simon Cornish | |
The {timeout, Timeout} option passed to ssh_sftp:start_channel is not applied to the early phases of the SSH protocol. For example, if the remote server fails to respond after the "hello" then the call will hang for as long as the server keeps the TCP connection alive. This patch passes the Timeout through to ssh:connect. In case the timeout occurs during these phases, {error, timeout} is returned. | |||
2014-10-10 | ssh: Add option sftp_vsn | Ingela Anderton Andin | |
2014-01-21 | ssh: Adds unicode | Hans Nilsson | |
2013-03-01 | ssh: Test and enhance handling of nonexistent subsystem | Ingela Anderton Andin | |
2013-01-25 | ssh: Fix dialyzer and doc warnings | Ingela Anderton Andin | |
2011-11-10 | Remove exec bit from: erl, hrl, xml, html, asn, gif, xpm | Ricardo Catalinas Jiménez | |
2011-06-21 | Corrected year in license header. | Niclas Eklund | |
2011-06-21 | OTP-9386 - Calling ssh_sftp:stop_channel/1 resulted in that the trap_exit ↵ | Niclas Eklund | |
flag was set to true for the invoking process. | |||
2010-04-21 | Removed deprecated functions and module | Niclas Eklund | |
2010-04-21 | New branch for ssh-2.0 and later | Niclas Eklund | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |