简体   繁体   English

有什么方法可以从SAP CF中已经部署的应用程序检索.py和其他文件?

[英]Is there any way to retrieve the .py and other files from an already deployed app in SAP CF?

I had deployed a python app on the SAP CF to create a REST API. 我已经在SAP CF上部署了一个python应用程序来创建REST API。 Is there any way to download the contents of the app from the CF platform? 有什么方法可以从CF平台下载应用程序的内容吗?

Have you tried this: 您是否尝试过:

https://docs.cloudfoundry.org/devguide/deploy-apps/ssh-apps.html#other-ssh-access https://docs.cloudfoundry.org/devguide/deploy-apps/ssh-apps.html#other-ssh-access

Apparently CF allows you to ssh into your deployed apps and potentially execute scp/sftp commands. 显然,CF允许您使用ssh进入已部署的应用程序,并可能执行scp / sftp命令。

Not sure this will be working on SAP CP for CF but that's a lead to follow. 不确定这是否可以在SAP CP for CF上使用,但这是一个线索。

Let us know if that worked 让我们知道是否可行

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM