You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by di...@apache.org on 2020/05/03 18:57:13 UTC

[airavata-mft] 14/15: adding FTP to the application properties

This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-mft.git

commit e61eea9610cb80911fd5733af7832e40c175e0fe
Author: Gopi Kiran <go...@gmail.com>
AuthorDate: Sat May 2 16:15:58 2020 -0400

    adding FTP to the application properties
---
 agent/src/main/resources/distribution/conf/application.properties | 2 +-
 client-sdk/mft-python-sdk/samples/mft_api_client_sample.py        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/agent/src/main/resources/distribution/conf/application.properties b/agent/src/main/resources/distribution/conf/application.properties
index e8883b1..33d156e 100644
--- a/agent/src/main/resources/distribution/conf/application.properties
+++ b/agent/src/main/resources/distribution/conf/application.properties
@@ -19,7 +19,7 @@ spring.main.web-application-type=NONE
 agent.id=agent0
 agent.host=localhost
 agent.user=dimuthu
-agent.supported.protocols=SCP,LOCAL
+agent.supported.protocols=SCP,LOCAL,FTP
 consul.host=localhost
 consul.port=8500
 
diff --git a/client-sdk/mft-python-sdk/samples/mft_api_client_sample.py b/client-sdk/mft-python-sdk/samples/mft_api_client_sample.py
new file mode 100644
index 0000000..e69de29