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 3e95f8d185e369aa746964a4ca90c5534a6d6ca6 Author: Gopi Kiran <[email protected]> AuthorDate: Wed Apr 29 15:43:55 2020 -0400 adding FTP resource file sample data --- .../resource-service/server/src/main/resources/resources.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/services/resource-service/server/src/main/resources/resources.json b/services/resource-service/server/src/main/resources/resources.json index 8efb247..5c960fb 100644 --- a/services/resource-service/server/src/main/resources/resources.json +++ b/services/resource-service/server/src/main/resources/resources.json @@ -59,5 +59,15 @@ "type": "DROPBOX", "resourceId": "dropbox-file", "resourcePath": "/test.txt" + }, + { + "type": "FTP", + "resourceId": "ftp-resource", + "resourcePath": "mft-1mb.txt", + "ftpStorage": { + "storageId": "ftp-resource", + "host": "ftp.dlptest.com", + "port": "21" + } } ] \ No newline at end of file
