scheduler - How to know Workload Automation Agent's FTP site -


i ftp put csv.file workload automation agent provisioned bluemix. regarding following bluemix doc, think can ftp put files agent following command.

https://www.ng.bluemix.net/docs/services/workloadscheduler/index.html
to upload , download files , workload automation agent, can use curl command line.
curl -t data.dat ftp://myftpsite.com/dat/ --user myname:mypassword

but there no information how know ftp site. think vcap_services values of workload scheduler service connection service instance, not agent. tried ftp access url of vcap_services, got connectionn error.

does bluemix doc mean workload automation agent ftp client(no1), not ftp server(no2) ?

enter image description here

the documentation referring own ftp server, , "myftpsite.com" example/placeholder. ftp server/account example: - own ftp server - ftp service account registered on shared hosting

and on.

then can replace myftpsite.com ftp service (using hostname or ip), myname , mypassword service account related data.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -