Skip to content

Commit

Permalink
ssh: info about receiving large exec output
Browse files Browse the repository at this point in the history
  • Loading branch information
u3s committed Jan 31, 2025
1 parent 2fcaee9 commit fe22e0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/ssh/src/ssh_connection.erl
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,12 @@ request is a one-time execution that closes the channel when it is done.
See the User's Guide section on
[One-Time Execution](using_ssh.md#one-time-execution) for examples.
> #### Note {: .info }
>
> In case when command generates large amount of output data, manual
> window adjustment might be necessary in order to receive it.
> see [`ssh_connectino:adjust_window/3`](`adjust_window/3`)
""".
-spec exec(ConnectionRef, ChannelId, Command, Timeout) -> result() when
ConnectionRef :: ssh:connection_ref(),
Expand Down

0 comments on commit fe22e0b

Please sign in to comment.