[
https://issues.apache.org/jira/browse/AIRFLOW-442?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16435034#comment-16435034
]
ASF subversion and git services commented on AIRFLOW-442:
---------------------------------------------------------
Commit bc6feea0313325346393675792c18b531b526dca in incubator-airflow's branch
refs/heads/master from [~sdiazb]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=bc6feea ]
[AIRFLOW-1509][AIRFLOW-442] SFTP Sensor
Closes #3213 from sdiazb/sftp_sensor
> SFTP Hook compatible with FTPHook
> ---------------------------------
>
> Key: AIRFLOW-442
> URL: https://issues.apache.org/jira/browse/AIRFLOW-442
> Project: Apache Airflow
> Issue Type: New Feature
> Components: hooks
> Affects Versions: Airflow 1.7.0
> Reporter: Gabriel Llobera
> Assignee: Gabriel Llobera
> Priority: Major
> Fix For: 2.0.0
>
>
> This hook implements the same methods as FTPHook and aims to be
> interchangeable with FTPHook (although there are some caveats).
> Pitfalls:
> - In contrast with FTPHook describe_directory only returns size and modify.
> It doesn't return unix.owner, unix.mode, perm, unix.group, unique and type.
> - retrieve_file and store_file only take a local full path and not a buffer.
> - If no mode is passed to create_directory it will be created with 777
> permissions.
> Everything else works the same as in SFTPHook and can be used as a drop in
> replacement.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)