RachitSharma2001 opened a new pull request, #28318:
URL: https://github.com/apache/airflow/pull/28318

   The corresponding issue: https://github.com/apache/airflow/issues/26531
   
   I have added the `FTPSFileTransmitOperator`, which allows for writing to 
files in FTPS servers and downloading them to the local directory. I have also 
updated the docs and system tests for this new operator. 
   
   I have also added a few more tests in the `tests/providers/ftp/operators` 
directory. Because the only difference between the `FTPFileTransmitOperator` 
and `FTPSFileTransmitOperator` is the use of the `FTPSHook` (as opposed to the 
`FTPHook`), I only added unit tests that tested the functionality and use of 
the `FTPSHook` within the `FTPSFileTransmitOperator`.


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to