ferruzzi commented on code in PR #28318:
URL: https://github.com/apache/airflow/pull/28318#discussion_r1049109852


##########
tests/system/providers/ftp/example_ftp.py:
##########
@@ -57,7 +61,30 @@
     )
     # [END howto_operator_ftp_get]
 
+    # [START howto_operator_ftps_put]
+    ftps_put = FTPSFileTransmitOperator(
+        task_id="test_ftps_put",
+        ftp_conn_id="ftps_default",
+        local_filepath="/tmp/filepath",
+        remote_filepath="/remote_tmp/filepath",
+        operation=FTPOperation.PUT,

Review Comment:
   Just want to double check this is intentional and not supposed to be 
`FTPSOperation.PUT`



-- 
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