通过 SFTP 发送逗号分隔的 CSV?

发布于 2024-09-02 05:41:28 字数 363 浏览 6 评论 0原文

我正在网站上收集注册信息,需要弄清楚如何通过 SFTP 将存储在 MySQL 数据库(或其中一部分)中的所有数据作为 CSV 文件传递​​,以便我们的合作伙伴可以访问这些信息。这些页面是使用 PHP 构建的。

我真的不知道如何做到这一点,希望有人有这样做的经验。

提前致谢!


编辑

我不一定需要先存储信息 - 我试图获取注册过程中收集的所有值,将它们解析为 CSV 文件,然后以某种方式通过 SFTP 传送 CSV 文件。

编辑 #2 - 客户端的配置发生了变化,我们现在使用 FTPS gien FTPS 服务器、TCP 端口、用户名、密码、数据目录(ftp 模式是被动的)。关于如何使用 PHP 有什么建议吗?

I am collecting registration information on my site and need to figure out how to pass all data stored in the MySQL DB (or just portions of it) as a CSV file through an SFTP so our partners can access the information. The pages are built using PHP.

I literally have no idea how to do this and am hoping somebody has experience doing so.

Thanks ahead of time!


EDIT

I don't necessarily need to store the information first- I am trying to take all the values collected during an enrollment process, parse them as a CSV file, then deliver the CSV file through SFTP somehow.

EDIT #2 -
Configuration on client side changed and we are now using FTPS gien FTPS Server, TCP Port, username, password, data directory (ftp mode being passive). Any suggestions on how to approach using PHP?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

咽泪装欢 2024-09-09 05:41:28

有一个非常好的 PHP 扩展来处理 SSH/SFTP。请参阅手册

There is a really nice PHP extension to handle SSH/SFTP. See the manual.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文