You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/01/06 03:41:07 UTC

[GitHub] [airflow] uranusjr edited a comment on issue #16286: SFTPHook cannot download large files

uranusjr edited a comment on issue #16286:
URL: https://github.com/apache/airflow/issues/16286#issuecomment-861455393


   Note that parallel-ssh is not small either (mainly because it ships its own copy of `libssh` and `libssh2`).
   
   ```
   $ pip wheel -w tw twisted
   ...
   $ pip wheel -w ps parallel-ssh
   ...
   $ du -s tw ps
   4336    tw
   18132   ps
   ```
   
   Parallel-ssh is over four times larger than Twisted if dependencies are considered.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org