aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/src/ssh_xfer.erl
AgeCommit message (Collapse)Author
2014-10-24Fix ssh_sftp:start_channel timeoutSimon 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-10ssh: Add option sftp_vsnIngela Anderton Andin
2014-01-21ssh: Adds unicodeHans Nilsson
2013-11-13ssh: Merge connection_manager and connection_handler processesIngela Anderton Andin
Also start adding dialyzer specs and removing dead code
2013-06-12Update copyright yearsBjörn-Egil Dahlberg
2013-04-15ssh: unicode adaptionsFredrik Gustafsson
2012-11-29Added eexist to return proper sftp parameterFredrik Gustafsson
2012-11-28sftp ver6 mods, SSH_FX_CANNOT_DELETE added as parameterFredrik Gustafsson
2012-11-27Added a file_is_a_directory to a proper status returnFredrik Gustafsson
2012-02-10Removed no longer needed codeIngela Anderton Andin
2010-04-21New branch for ssh-2.0 and laterNiclas Eklund
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP